# 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.71.1" name = "count-digits" version = "0.5.1" authors = ["Erik Nordin "] include = [ "src/lib.rs", "benches/benchmark.rs", "LICENSE", "README.md", "CHANGELOG.md", ] description = "A no-std trait to determine the lengths of integers in various number bases." homepage = "https://github.com/nordzilla/count-digits" readme = "README.md" keywords = [ "count", "digits", "integer", "length", "trait", ] categories = [ "algorithms", "mathematics", "no-std", ] license = "MIT" repository = "https://github.com/nordzilla/count-digits" [[bench]] name = "benchmark" harness = false [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.paste] version = "1.0.14"