isoalloc 0.3.0

Security oriented 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]
name = "isoalloc"
version = "0.3.0"
authors = ["David Carlier <devnexen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Security oriented allocator"
readme = "README.md"
keywords = [
    "isoalloc",
    "allocator",
    "security",
]
categories = ["memory-management"]
license = "MIT"

[features]
memory_tagging = ["libisoalloc-sys/memory_tagging"]
mte = ["libisoalloc-sys/mte"]
neon = ["libisoalloc-sys/neon"]
nothread = ["libisoalloc-sys/nothread"]
sanity = ["libisoalloc-sys/sanity"]
smallmem = ["libisoalloc-sys/smallmem"]
tagging = ["libisoalloc-sys/tagging"]
userfaultfd = ["libisoalloc-sys/userfaultfd"]

[lib]
name = "isoalloc"
path = "src/lib.rs"

[dependencies.libc]
version = "0.2"

[dependencies.libisoalloc-sys]
version = "0.3.0"

[dependencies.spin]
version = "0.9"