RustPython-Parser/literal/Cargo.toml
2023-05-05 21:49:12 +09:00

18 lines
474 B
TOML

[package]
name = "rustpython-literal"
version = "0.2.0"
description = "Common literal handling utilities mostly useful for unparse and repr."
authors = ["RustPython Team"]
edition = "2021"
repository = "https://github.com/RustPython/RustPython"
license = "MIT"
[dependencies]
num-traits = { workspace = true }
hexf-parse = "0.2.1"
lexical-parse-float = { version = "0.8.0", features = ["format"] }
unic-ucd-category = "0.9"
[dev-dependencies]
rand = { workspace = true }