[package]
edition = "2024"
rust-version = "1.93.0"
name = "rustpython-compiler-source"
version = "0.4.1+deprecated"
authors = ["RustPython Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "(DEPRECATED) RustPython Source and Index"
readme = false
license = "MIT"
repository = "https://github.com/RustPython/RustPython"
resolver = "2"
[lib]
name = "rustpython_compiler_source"
path = "src/lib.rs"
[dependencies.ruff_source_file]
version = "0.15.8"
package = "rustpython-ruff_source_file"
[dependencies.ruff_text_size]
version = "0.15.8"
package = "rustpython-ruff_text_size"
[lints.clippy]
alloc_instead_of_core = "warn"
complexity = "warn"
correctness = "warn"
perf = "warn"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
style = "warn"
suspicious = "warn"
[lints.rust]
elided_lifetimes_in_paths = "warn"
unsafe_code = "allow"
unsafe_op_in_unsafe_fn = "deny"