[dependencies.bitflags]
version = "2.4.1"
[dependencies.itertools]
version = "0.11.0"
[dependencies.lz4_flex]
version = "0.11"
[dependencies.malachite-bigint]
version = "0.2.0"
[dependencies.num-complex]
version = "0.4.0"
[dependencies.rustpython-parser-core]
features = ["location"]
version = "0.4.0"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0.133"
[lib]
name = "rustpython_compiler_core"
path = "src/lib.rs"
[lints.clippy]
complexity = "warn"
correctness = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"
[lints.rust]
unsafe_code = "allow"
[package]
authors = ["RustPython Team"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "RustPython specific bytecode."
edition = "2021"
license = "MIT"
name = "rustpython-compiler-core"
readme = false
repository = "https://github.com/RustPython/RustPython"
version = "0.4.0"