[badges.appveyor]
repository = "quininer/memsec"
[badges.travis-ci]
repository = "quininer/memsec"
[dependencies.getrandom]
optional = true
version = "0.2"
[features]
alloc = ["getrandom", "use_os"]
alloc_ext = ["alloc"]
default = ["use_os", "alloc"]
nightly = []
use_os = ["libc", "windows-sys"]
[lib]
name = "memsec"
path = "src/lib.rs"
[package]
authors = ["quininer kel <quininer@live.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "memory-management"]
description = "Rust implementation `libsodium/utils`."
documentation = "https://docs.rs/memsec/"
edition = "2018"
keywords = ["protection", "memory", "secure"]
license = "MIT"
name = "memsec"
readme = "README.md"
repository = "https://github.com/quininer/memsec"
version = "0.7.0"
[target."cfg(unix)".dependencies.libc]
optional = true
version = "0.2"
[target."cfg(windows)".dependencies.windows-sys]
default-features = false
features = ["Win32_System_SystemInformation", "Win32_System_Memory", "Win32_Foundation", "Win32_System_Diagnostics_Debug"]
optional = true
version = "0.45"