nac3/nac3ast/Cargo.toml

17 lines
306 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]
lazy_static = "1.4.0"
parking_lot = "0.11.1"
string-interner = "0.13.0"
fxhash = "0.2.1"