Files
RustPython/bytecode/Cargo.toml
Padraic Fanning f833ba6ed3 Update num_bigint to 0.4.2
Fixes a compilation error with the latest nightlies.
2021-09-03 18:53:23 -04:00

20 lines
490 B
TOML

[package]
name = "rustpython-bytecode"
description = "RustPython specific bytecode."
version = "0.1.2"
authors = ["RustPython Team"]
edition = "2018"
repository = "https://github.com/RustPython/RustPython"
license = "MIT"
[dependencies]
bincode = "1.1"
bitflags = "1.1"
lz4_flex = "0.7"
num-bigint = { version = "0.4.2", features = ["serde"] }
num-complex = { version = "0.4.0", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
itertools = "0.10.0"
bstr = "0.2"