nac3/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"]
2023-09-15 10:25:50 +08:00
edition = "2021"
[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"
2024-02-19 19:30:25 +08:00
string-interner = "0.15"
2022-08-05 16:58:30 +08:00
fxhash = "0.2"