# 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 = "secret-vault-value" version = "0.3.9" authors = ["Abdulla Abdurakhmanov "] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "../LICENSE", "../SECURITY.md", ] description = "Library provides a simple implementation of a secure and serializable type to store and control secret/sensitive values" homepage = "https://github.com/abdolence/secret-vault-rs" documentation = "https://docs.rs/secret-vault-value" readme = "README.md" keywords = [ "data-structures", "secret", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/abdolence/secret-vault-rs" [package.metadata.docs.rs] all-features = true [package.metadata.release] tag-prefix = "" [lib] name = "secret_vault_value" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" required-features = [ "hex", "base64", "serde", "proto", ] [dependencies.base64] version = "0.22" optional = true [dependencies.bytes] version = "1" optional = true [dependencies.hex] version = "0.4" optional = true [dependencies.prost] version = "0.13" optional = true [dependencies.prost-types] version = "0.13" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.zeroize] version = "1.8" features = [ "std", "derive", ] [dev-dependencies.cargo-husky] version = "1.5" features = [ "run-for-all", "prepush-hook", "run-cargo-fmt", ] default-features = false [dev-dependencies.proptest] version = "1.4" [dev-dependencies.tokio] version = "1" features = ["full"] [features] base64 = ["dep:base64"] bytes = ["dep:bytes"] default = [] hex = ["dep:hex"] proto = [ "dep:prost", "dep:prost-types", ] serde = [ "dep:serde", "dep:serde_json", ] [badges.maintenance] status = "actively-developed"