# 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.60" name = "fixed-bump" version = "0.3.3" description = "A bump allocator that uses fixed-size chunks to ensure non-amortized O(1) allocations" documentation = "https://docs.rs/fixed-bump" readme = "misc/crate-readme.md" keywords = [ "allocator", "arena", "bump", "constant-time", "fixed-size", ] categories = [ "memory-management", "no-std", ] license = "GPL-3.0-or-later" repository = "https://github.com/taylordotfish/fixed-bump" [package.metadata.docs.rs] features = [ "allocator_api", "doc_cfg", ] [dependencies.allocator-fallback] version = "0.1.1" optional = true default-features = false [build-dependencies.allocator-fallback] version = "0.1.7" optional = true default-features = false [features] allocator_api = ["allocator-fallback?/allocator_api"] doc_cfg = []