# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pui-arena" version = "0.5.1" authors = ["RustyYato "] description = "Generalized Arenas that can be used on `no_std`" keywords = ["identifier", "unique", "arena"] categories = ["no-std", "data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/RustyYato/pui" [package.metadata.docs.rs] features = ["pui", "slotmap", "slab", "scoped"] [[bench]] name = "sparse" path = "benchmark/sparse.rs" harness = false [[bench]] name = "dense" path = "benchmark/dense.rs" harness = false [[bench]] name = "hop" path = "benchmark/hop.rs" harness = false [dependencies.pui-core] version = "0.5.2" optional = true default-features = false [dependencies.pui-vec] version = "0.5.1" default-features = false [dev-dependencies.criterion] version = "0.3" [features] default = ["pui"] pui = ["pui-vec/pui", "pui-core"] scoped = ["pui"] slab = [] slotmap = []