# 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.2.9" authors = ["David Carlier "] description = "Security oriented allocator" readme = "README.md" keywords = [ "isoalloc", "allocator", "security", ] categories = ["memory-management"] license = "MIT" [dependencies.libc] version = "0.2" [dependencies.libisoalloc-sys] version = "0.2.9" [dependencies.spin] version = "0.9" [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"]