# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "intname" version = "0.2.0" authors = ["Cabralski (Pedro Cabral)"] description = "Full English name for any integer of any primitive integer type." readme = "README.md" keywords = ["integer", "name", "text", "formatting"] categories = ["text-processing"] license = "Apache-2.0" repository = "https://github.com/cabralski/intname" [[bench]] name = "intname" harness = false [dependencies.num-traits] version = "0.2.14" [dev-dependencies.criterion] version = "0.3"