# 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" name = "letter-sequence" version = "2.1.0" authors = ["Evan Carroll "] description = "A method to create sequence displayed as uppercase or lower letters, or digits " readme = "README.md" license-file = "LICENSE.md" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "seq" path = "bin/seq.rs" required-features = ["bin"] [dependencies.clap] version = "3.2.6" features = ["derive"] optional = true [dependencies.derive_builder] version = "0.11.2" [dependencies.thiserror] version = "1.0.31" [features] bin = ["clap"]