mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-08 05:35:22 +00:00
18 lines
474 B
TOML
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 }
|