# 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 = "2018" name = "ring-alloc" version = "0.2.0" authors = ["Zakarum "] description = "Specialized allocator for short-living objects" homepage = "https://github.com/zakarumych/ring-alloc" documentation = "https://docs.rs/ring-alloc" readme = "README.md" keywords = [ "allocator", "alloc", "concurrent", "no-std", ] categories = [ "memory-management", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zakarumych/ring-alloc" [[bench]] name = "bench" harness = false required-features = ["alloc"] [dependencies.allocator-api2] version = "0.2.13" [dependencies.parking_lot] version = "0.12" optional = true [dev-dependencies.allocator-api2-tests] version = "0.2.13" [dev-dependencies.bumpalo] version = "3.7" [dev-dependencies.criterion] version = "0.4" [features] alloc = [] default = ["std"] nightly = [ "allocator-api2/nightly", "allocator-api2-tests/nightly", "bumpalo/allocator_api", ] std = [ "alloc", "dep:parking_lot", ]