swc/crates/swc_fast_graph/Cargo.toml

19 lines
426 B
TOML
Raw Normal View History

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Faster version of petgraph"
2021-12-30 12:59:18 +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"
2022-08-13 13:11:26 +03:00
version = "0.15.4"
[lib]
bench = false
[dependencies]
ahash = "0.7.6"
indexmap = "1.7.0"
2022-03-11 17:00:55 +03:00
petgraph = "0.6"
2022-08-13 13:11:26 +03:00
swc_common = { version = "0.27.6", path = "../swc_common"}