nac3_sca/nac3ast/Cargo.toml

17 lines
298 B
TOML
Raw Normal View History

[package]
2021-11-03 17:11:00 +08:00
name = "nac3ast"
version = "0.1.0"
2021-11-03 17:11:00 +08:00
authors = ["RustPython Team", "M-Labs"]
edition = "2018"
[features]
default = ["constant-optimization", "fold"]
constant-optimization = ["fold"]
fold = []
[dependencies]
2022-08-05 16:58:30 +08:00
lazy_static = "1.4"
parking_lot = "0.12"
string-interner = "0.14"
fxhash = "0.2"