Files
RustPython/common/Cargo.toml
2020-10-25 15:28:36 -05:00

24 lines
437 B
TOML

[package]
name = "rustpython-common"
version = "0.0.0"
authors = ["RustPython Team"]
edition = "2018"
[features]
threading = ["parking_lot"]
[dependencies]
lock_api = "0.4"
parking_lot = { version = "0.11.0", optional = true }
num-traits = "0.2"
num-complex = "0.3"
num-bigint = "0.3"
lexical-core = "0.7"
hexf-parse = "0.1.0"
cfg-if = "0.1"
once_cell = "1.4.1"
siphasher = "0.3"
rand = "0.7.3"
derive_more = "0.99.9"
volatile = "0.3"