[package]
edition = "2024"
rust-version = "1.93.0"
name = "rustpython-literal"
version = "0.5.0"
authors = ["RustPython Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common literal handling utilities mostly useful for unparse and repr."
readme = false
license = "MIT"
repository = "https://github.com/RustPython/RustPython"
resolver = "2"
[lib]
name = "rustpython_literal"
path = "src/lib.rs"
[dependencies.hexf-parse]
version = "0.2.1"
[dependencies.is-macro]
version = "0.3.7"
[dependencies.lexical-parse-float]
version = "1.0.6"
features = ["format"]
[dependencies.num-traits]
version = "0.2"
[dependencies.rustpython-wtf8]
version = "0.5.0"
[dependencies.unic-ucd-category]
version = "0.9.0"
[dev-dependencies.rand]
version = "0.9"