# 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 = "transient-btree-index" version = "0.5.1" authors = ["Thomas Krause "] description = "This crate allows you to create a BTree index backed by temporary files." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/thomaskrause/transient-btree-index" [[bench]] name = "btree" harness = false [dependencies.binary-layout] version = "2.1" [dependencies.bincode] version = "1.3" [dependencies.linked-hash-map] version = "0.5" [dependencies.memmap2] version = "0.5" [dependencies.num-integer] version = "0.1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.tempfile] version = "3.3" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.debug_tree] version = "0.4" [dev-dependencies.fake] version = "2.4" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.rayon] version = "1"