# 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" name = "quickey" version = "0.4.1" authors = ["Galen Guyer "] description = "Quick password and API key generation" readme = "README.md" license = "MIT" [dependencies.base64] version = "0.21.0" optional = true [dependencies.bs58] version = "0.4.0" optional = true [dependencies.clap] version = "4.2.5" features = [ "cargo", "derive", ] [dependencies.hex] version = "0.4.3" optional = true [dependencies.rand] version = "0.8.5" [features] base58 = ["dep:bs58"] base64 = ["dep:base64"] default = [ "base58", "base64", "hex", ] hex = ["dep:hex"]