# 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 = "2018" rust-version = "1.41" name = "fmt-cmp" version = "0.1.2" build = false exclude = [".*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Traits and utilities for lexicographically comparing values in their `Display` representations" readme = "README.md" keywords = [ "fmt", "no_std", ] categories = [ "no-std", "rust-patterns", "value-formatting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tesaguri/fmt-cmp.git" [lib] name = "fmt_cmp" path = "src/lib.rs" [[bench]] name = "int" path = "benches/int.rs" [dev-dependencies.itoa] version = "1" [features] alloc = [] default = ["alloc"] std = ["alloc"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(fmt_cmp_semver_exempt)"]