mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-08 05:35:22 +00:00
18 lines
523 B
TOML
18 lines
523 B
TOML
[package]
|
|
name = "rustpython-compiler-core"
|
|
description = "RustPython specific bytecode."
|
|
version = "0.2.0"
|
|
authors = ["RustPython Team"]
|
|
edition = "2021"
|
|
repository = "https://github.com/RustPython/RustPython"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
bitflags = { workspace = true }
|
|
bstr = { workspace = true }
|
|
itertools = { workspace = true }
|
|
num-bigint = { workspace = true }
|
|
num-complex = { workspace = true }
|
|
serde = { version = "1.0.133", optional = true, default-features = false, features = ["derive"] }
|
|
|
|
lz4_flex = "0.9.2"
|