secstr 0.5.1

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.2"

[dependencies.pre]
optional = true
version = "=0.2"

[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.pre]
version = "=0.2"

[dev-dependencies.serde_cbor]
version = "0.11"

[lib]
name = "secstr"

[package]
authors = ["Val Packett <val@packett.cool>"]
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/"
edition = "2018"
homepage = "https://codeberg.org/valpackett/secstr"
keywords = ["Security", "Memory"]
license = "Unlicense"
name = "secstr"
readme = "README.md"
repository = "https://codeberg.org/valpackett/secstr"
version = "0.5.1"