# 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 = "raw-btree" version = "0.3.1" authors = ["Timothée Haudebourg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generic B-Tree implementation." documentation = "https://docs.rs/raw-btree" readme = "README.md" keywords = [ "raw", "btree", ] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/raw-btree-rs" [lib] name = "raw_btree" path = "src/lib.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "iter" path = "tests/iter.rs" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [features] default = [] dot = []