2021-11-12 17:33:32 +03:00
|
|
|
[package]
|
2023-03-24 07:46:42 +03:00
|
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
2021-11-12 17:33:32 +03:00
|
|
|
description = "Faster version of petgraph"
|
2023-03-24 07:46:42 +03:00
|
|
|
edition = "2021"
|
|
|
|
include = ["Cargo.toml", "src/**/*.rs"]
|
|
|
|
license = "Apache-2.0"
|
|
|
|
name = "swc_fast_graph"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
2024-01-23 11:38:01 +03:00
|
|
|
version = "0.21.15"
|
2021-11-12 17:33:32 +03:00
|
|
|
|
2022-04-04 14:12:03 +03:00
|
|
|
[lib]
|
|
|
|
bench = false
|
2021-11-12 17:33:32 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2023-12-03 04:12:30 +03:00
|
|
|
indexmap = "2.0.0"
|
2023-03-24 07:46:42 +03:00
|
|
|
petgraph = "0.6"
|
2023-03-23 12:32:47 +03:00
|
|
|
rustc-hash = "1.1.0"
|
2023-03-24 07:46:42 +03:00
|
|
|
|
2024-01-23 11:38:01 +03:00
|
|
|
swc_common = { version = "0.33.15", path = "../swc_common" }
|