# 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 = "2018" name = "secrets" version = "1.2.0" authors = ["Stephen Touset "] description = "Protected-access memory for cryptographic secrets" homepage = "https://github.com/stouset/secrets" documentation = "https://stouset.github.io/secrets" readme = "README.md" keywords = [ "crypto", "cryptography", "allocator", ] license = "MIT OR Apache-2.0" repository = "https://github.com/stouset/secrets" [dependencies.libc] version = "0" [dependencies.libsodium-sys] version = "0.2" optional = true [dev-dependencies.libsodium-sys] version = "0.2" [features] allow-coredumps = [] use-libsodium-sys = ["libsodium-sys"] [target."cfg(target_family = \"unix\")".build-dependencies.pkg-config] version = "0.3" [target."cfg(target_family = \"windows\")".build-dependencies.vcpkg] version = "0.2"