secrets 1.1.0

Protected-access memory for cryptographic secrets
Documentation
[build-dependencies.pkg-config]
version = "0.3"
[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.1.0"