[package]
edition = "2021"
rust-version = "1.78.0"
name = "hardened-malloc"
version = "13.0.1"
authors = ["Ali Polatel <alip@chesswob.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Global allocator using GrapheneOS allocator"
readme = "README.md"
keywords = [
"security",
"sandbox",
]
categories = [
"os::linux-apis",
"security",
]
license = "MIT"
repository = "https://git.sr.ht/~alip/syd"
[features]
default = ["hardened-malloc-sys"]
light = ["hardened-malloc-sys/light"]
seal = ["hardened-malloc-sys/seal"]
small = ["hardened-malloc-sys/small"]
tiny = ["hardened-malloc-sys/tiny"]
[lib]
name = "hardened_malloc"
path = "src/lib.rs"
[dependencies.hardened-malloc-sys]
version = "13.0.0"
optional = true