[dependencies.hexf-parse]
version = "0.2.1"
[dependencies.is-macro]
version = "0.3.0"
[dependencies.lexical-parse-float]
features = ["format"]
version = "0.8.0"
[dependencies.num-traits]
version = "0.2"
[dependencies.unic-ucd-category]
version = "0.9"
[dev-dependencies.rand]
version = "0.8.5"
[lib]
name = "rustpython_literal"
path = "src/lib.rs"
[package]
authors = ["RustPython Team"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Common literal handling utilities mostly useful for unparse and repr."
edition = "2021"
license = "MIT"
name = "rustpython-literal"
readme = false
repository = "https://github.com/RustPython/Parser"
rust-version = "1.72.1"
version = "0.4.0"