# 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" name = "ordinal-trait" version = "0.1.0" authors = ["Heath Stewart (https://github.com/heaths)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Format numbers as ordinals efficiently." readme = "README.md" keywords = [ "number", "ordinal", ] categories = [ "no-std", "value-formatting", ] license = "MIT" repository = "https://github.com/heaths/ordinal-rs" [lib] name = "ordinal_trait" path = "src/lib.rs" bench = false [[bench]] name = "ordinal" path = "benches/ordinal.rs" harness = false required-features = ["std"] [dev-dependencies.criterion] version = "0.5.1" [features] default = ["std"] std = []