rustpython-compiler-core 0.5.0

RustPython specific bytecode.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.93.0"
name = "rustpython-compiler-core"
version = "0.5.0"
authors = ["RustPython Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RustPython specific bytecode."
readme = false
license = "MIT"
repository = "https://github.com/RustPython/RustPython"
resolver = "2"

[lib]
name = "rustpython_compiler_core"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2.11.0"

[dependencies.bitflagset]
version = "0.0.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.lz4_flex]
version = "0.13"

[dependencies.malachite-bigint]
version = "0.9.1"

[dependencies.num-complex]
version = "0.4.6"

[dependencies.ruff_source_file]
version = "0.15.8"
package = "rustpython-ruff_source_file"

[dependencies.rustpython-wtf8]
version = "0.5.0"

[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"