# 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" name = "btreelist" version = "0.5.0" exclude = [ "/scripts", "/Cargo.nix", "/flake.*", "/.envrc", "/.github", ] description = "A list data structure that has efficient insertion and removal in the middle." homepage = "https://github.com/jeffa5/btreelist" documentation = "https://docs.rs/btreelist" readme = "README.md" keywords = [ "vec", "list", "tree", "btree", "fallible", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/jeffa5/btreelist" [[bench]] name = "vec" harness = false [dependencies] [dev-dependencies.btree-vec] version = "0.2.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.paste] version = "1.0.7" [dev-dependencies.proptest] version = "1.0.0"