rustpython-literal 0.5.0

Common literal handling utilities mostly useful for unparse and repr.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"