[dependencies.hardened-malloc-sys]
optional = true
version = "13.0.0"
[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"
[package]
authors = ["Ali Polatel <alip@chesswob.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::linux-apis", "security"]
description = "Global allocator using GrapheneOS allocator"
edition = "2021"
keywords = ["security", "sandbox"]
license = "MIT"
name = "hardened-malloc"
readme = "README.md"
repository = "https://git.sr.ht/~alip/syd"
rust-version = "1.78.0"
version = "13.0.0"