hardened-malloc 13.0.1

Global allocator using GrapheneOS allocator
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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