secstr 0.4.0

A data type suitable for storing sensitive information such as passwords and private keys in memory, featuring constant time equality, mlock and zeroing out.
Documentation
[dependencies.libc]
version = "0.2"

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

[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.serde_cbor]
version = "0.11"

[lib]
name = "secstr"

[package]
authors = ["Greg V <greg@unrelenting.technology>"]
description = "A data type suitable for storing sensitive information such as passwords and private keys in memory, featuring constant time equality, mlock and zeroing out."
documentation = "https://docs.rs/secstr/"
homepage = "https://github.com/myfreeweb/secstr"
keywords = ["Security", "Memory"]
license = "Unlicense"
name = "secstr"
readme = "README.md"
repository = "https://github.com/myfreeweb/secstr"
version = "0.4.0"