[build-dependencies.glob]
version = "0.3"
[dependencies.rustpython-compiler-core]
version = "0.4.0"
[dependencies.rustpython-derive]
version = "0.4.0"
[features]
freeze-stdlib = []
[lib]
name = "rustpython_pylib"
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 = "A subset of the Python standard library for use with RustPython"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "Lib/", "!Lib/**/test/", "!Lib/**/*.pyc"]
license-file = "Lib/PSF-LICENSE"
name = "rustpython-pylib"
readme = false
repository = "https://github.com/RustPython/RustPython"
version = "0.4.0"