secrets 1.2.0

Protected-access memory for cryptographic secrets
Documentation
[dependencies.libc]
version = "0"

[dependencies.libsodium-sys]
optional = true
version = "0.2"

[dev-dependencies.libsodium-sys]
version = "0.2"

[features]
allow-coredumps = []
use-libsodium-sys = ["libsodium-sys"]

[package]
authors = ["Stephen Touset <stephen@touset.org>"]
description = "Protected-access memory for cryptographic secrets"
documentation = "https://stouset.github.io/secrets"
edition = "2018"
homepage = "https://github.com/stouset/secrets"
keywords = ["crypto", "cryptography", "allocator"]
license = "MIT OR Apache-2.0"
name = "secrets"
readme = "README.md"
repository = "https://github.com/stouset/secrets"
version = "1.2.0"

[target.'cfg(target_family = "unix")'.build-dependencies.pkg-config]
version = "0.3"

[target.'cfg(target_family = "windows")'.build-dependencies.vcpkg]
version = "0.2"