[dependencies.is-macro]
version = "0.3.0"
[dependencies.malachite-bigint]
optional = true
version = "0.2.0"
[dependencies.num-bigint]
optional = true
version = "0.4.3"
[dependencies.rustpython-literal]
optional = true
version = "0.4.0"
[dependencies.rustpython-parser-core]
features = []
version = "0.4.0"
[dependencies.static_assertions]
version = "1.1.0"
[features]
all-nodes-with-ranges = []
constant-optimization = ["fold"]
default = ["location", "malachite-bigint"]
fold = []
location = ["fold", "rustpython-parser-core/location"]
unparse = ["rustpython-literal"]
visitor = []
[lib]
name = "rustpython_ast"
path = "src/lib.rs"
[package]
authors = ["RustPython Team"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "AST definitions for RustPython"
edition = "2021"
license = "MIT"
name = "rustpython-ast"
readme = false
repository = "https://github.com/RustPython/Parser"
rust-version = "1.72.1"
version = "0.4.0"