[dependencies.cfg-if]
version = "1.0"
[dependencies.libc]
version = "0.2"
[dependencies.thiserror]
optional = true
version = "1.0"
[features]
default = ["std"]
dev = []
rlimit = []
std = ["thiserror"]
[package]
authors = ["niluxv <niluxv.opensource.C-h2ty6xl@yandex.com>"]
categories = ["no-std", "cryptography", "os"]
description = "Process hardening through system APIs"
edition = "2018"
include = ["src/**/*", "COPYING", "LICENSE.*", "README.md"]
keywords = ["secure", "memory", "process", "hardening"]
license = "MIT OR Apache-2.0"
name = "secmem-proc"
readme = "README.md"
repository = "https://github.com/niluxv/secmem-proc"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true