# 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 = "nimrodshn-btree" version = "0.1.0" authors = ["Nimrod Shneor "] description = "A persistent copy-on-write B+Tree implementation, designed as an index for a key-value store, inspired by SQLite." readme = "README.md" categories = ["data-structures"] license = "MIT" repository = "https://github.com/nimrodshn/btree" [lib] name = "btree" path = "src/lib.rs" [dependencies.byteorder] version = "1.3.4" [dependencies.memmap] version = "0.7.0" [dependencies.uuid] version = "0.8" features = [ "serde", "v4", ]