# 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" name = "gc-arena" version = "0.5.3" authors = [ "kyren ", "moulins", "Aaron Hill ", ] description = "safe, incrementally garbage collected arenas" readme = "README.md" license = "MIT" repository = "https://github.com/kyren/gc-arena" [dependencies.allocator-api2] version = "0.2" features = ["alloc"] optional = true default-features = false [dependencies.gc-arena-derive] version = "0.5.3" [dependencies.hashbrown] version = "0.14" optional = true default-features = false [dependencies.sptr] version = "0.3.2" [dependencies.tracing] version = "0.1.37" optional = true default-features = false [dev-dependencies.rand] version = "0.8" [dev-dependencies.trybuild] version = "1.0" [features] allocator-api2 = [ "dep:allocator-api2", "hashbrown?/allocator-api2", ] default = ["std"] std = [] tracing = ["dep:tracing"]