# 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 = "number2name" version = "1.1.2" authors = ["Mark "] description = "Simple Rust library to convert an index to a name that is as short as possible." homepage = "https://github.com/mverleg/number2name" readme = "README.md" keywords = ["encoding", "decoding"] license = "BSD-3-Clause" repository = "https://github.com/mverleg/number2name" [profile.dev.package."*"] opt-level = 3 debug = false [profile.release] opt-level = 3 lto = true [lib] name = "number2name" path = "src/lib.rs" [[bin]] name = "number2name" path = "src/number2name.rs" [[bin]] name = "name2number" path = "src/name2number.rs" [[bench]] name = "benchmark" path = "src/benchmark.rs" harness = false [dependencies.lazy_static] version = "^1.4.0" optional = true [dependencies.structopt] version = "^0.3.20" optional = true [dev-dependencies.criterion] version = "^0.3.3" [features] builtin-charsets = ["lazy_static"] cli = ["structopt"] default = ["builtin-charsets", "cli"]