# 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 = "prefixed-api-key" version = "0.3.0" authors = ["Brahm Lower "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust module for generating a Prefixed API Key" homepage = "https://github.com/brahmlower/prefixed-api-key" documentation = "https://docs.rs/prefixed-api-key" readme = "README.md" license = "MIT" repository = "https://github.com/brahmlower/prefixed-api-key" [package.metadata] msrv = "1.61.0" [package.metadata.docs.rs] all-features = true [lib] name = "prefixed_api_key" path = "src/lib.rs" [dependencies.bs58] version = "0.4.0" [dependencies.constant_time_eq] version = "0.2.5" [dependencies.digest] version = "0.10.3" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.2" optional = true [dev-dependencies.sha2] version = "0.10.2" [features] all = ["sha2"] sha2 = ["dep:sha2"]