# 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" rust-version = "1.70" name = "sosecrets-rs" version = "0.2.6" authors = ["Jim Chng "] exclude = [ "tests/*", "trybuild_tests/*", "scripts/*", ".pre-*.yaml", ".github/*", ".gitignore", "assets", "CHANGELOG.md", ] description = "A simple `Secret` wrapper type that reveals the secret at most `MEC: typenum::Unsigned` times with compile time guarantees." readme = "README.md" keywords = [ "security", "secrets", "exposure-control", "non-linear-types", "metaprogramming", ] categories = [ "config", "no-std::no-alloc", "rust-patterns", ] license-file = "LICENSE" repository = "https://github.com/jymchng/sosecrets-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--generate-link-to-definition", "--cfg", "docsrs", ] [dependencies.typenum] version = "^1.17.0" [dependencies.zeroize] version = "< 1.8" optional = true [dev-dependencies.fs_extra] version = "1.3.0" [dev-dependencies.rustversion] version = "1.0.15" [dev-dependencies.trybuild] version = "1.0.85" [features] alloc = ["zeroize/alloc"] cloneable-secret = [] debug-secret = [] zeroize = ["dep:zeroize"]