mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-07 21:25:31 +00:00
21 lines
586 B
TOML
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 }
|