# 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.80.0" name = "rarena" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lock-free allocator and data structures based on ARENA." homepage = "https://github.com/al8n/rarena" readme = "README.md" keywords = [ "arena", "lock-free", ] categories = [ "data-structures", "memory-management", "concurrency", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/al8n/rarena" [lib] name = "rarena" path = "src/lib.rs" [dependencies.rarena-allocator] version = "0.3" default-features = false [features] alloc = ["rarena-allocator/alloc"] default = ["std"] memmap = [ "rarena-allocator/memmap", "std", ] std = ["rarena-allocator/std"]