# 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 = "greprf" version = "0.1.0" authors = ["Đ4ⱱ1ƝƇᎩ "] exclude = [ "tests", "docs", ] description = "secret generation" homepage = "https://github.com/d4v1ncy/greprf" documentation = "https://docs.rs/greprf" readme = "README.md" license = "Unlicense" [lib] name = "greprf" path = "src/lib.rs" [dependencies.base64] version = "0.21.4" features = ["alloc"] [dependencies.clap] version = "4.4.6" features = [ "derive", "unicode", "env", "wrap_help", "string", ] [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.9.6" features = [ "use_std", "pattern", "logging", ] [dependencies.serde] version = "1.0.188" features = [ "rc", "derive", "alloc", "serde_derive", ] [dependencies.sha3] version = "0.10.8" features = [ "reset", "asm", "oid", ]