# 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" rust-version = "1.59" name = "fixed-typed-arena" version = "0.3.3" description = "A typed arena that uses fixed-size chunks to ensure non-amortized O(1) allocations" documentation = "https://docs.rs/fixed-typed-arena" readme = "misc/crate-readme.md" keywords = [ "arena", "constant-time", "fixed-size", "latency", "typed-arena", ] categories = [ "memory-management", "no-std", ] license = "GPL-3.0-or-later" repository = "https://github.com/taylordotfish/fixed-typed-arena" [dependencies.add-syntax] version = "0.1" optional = true [dependencies.integral_constant] version = "0.1" [features] dropck_eyepatch = ["add-syntax"]