RustPython-Parser/format/Cargo.toml
2023-12-28 12:52:22 +09:00

21 lines
586 B
TOML

[package]
name = "rustpython-format"
description = "Format helpers for RustPython"
edition = { workspace = true }
version = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
[features]
default = ["malachite-bigint"]
[dependencies]
rustpython-literal = { workspace = true }
bitflags = { workspace = true }
itertools = { workspace = true }
malachite-bigint = { workspace = true, optional = true }
num-bigint = { workspace = true, optional = true }
num-traits = { workspace = true }