# 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 = "btree-vec" version = "0.3.1" description = "A growable array (vector) implemented using a B-tree" documentation = "https://docs.rs/btree-vec" readme = "misc/crate-readme.md" keywords = [ "b-tree", "vec", "vector", "array", ] categories = [ "data-structures", "no-std", ] license = "GPL-3.0-or-later" repository = "https://github.com/taylordotfish/btree-vec" [package.metadata.docs.rs] features = ["allocator_api"] [dependencies.add-syntax] version = "0.1" optional = true [dependencies.allocator-fallback] version = "0.1.7" optional = true default-features = false [dependencies.tagged-pointer] version = "0.2.4" [build-dependencies.allocator-fallback] version = "0.1.7" optional = true default-features = false [features] allocator_api = ["allocator-fallback?/allocator_api"] dropck_eyepatch = ["add-syntax"]