# 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 = "2021" rust-version = "1.65.0" name = "nominals" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for formatting nominal indicators in various systems (e.g., roman numerals)" readme = "README.md" keywords = [ "numerals", "roman", "lists", "enumerations", ] categories = ["value-formatting"] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/nominals" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "nominals" path = "src/lib.rs" [[example]] name = "basics" path = "examples/basics.rs" [[example]] name = "previews" path = "examples/previews.rs" [dev-dependencies.chinese-number] version = "0.7.7" features = ["number-to-chinese"] default-features = false [dev-dependencies.unicode-segmentation] version = "1.10.1" [dev-dependencies.unicode-width] version = "0.1.11" [features] alloc = [] default = ["alloc"] [lints.clippy] module_name_repetitions = "allow" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_docs = "warn" unsafe_code = "deny"