# 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 = "sstable" version = "0.11.1" authors = ["Lewin Bormann "] description = "Sorted String Tables, an on-disk format for storing immutable maps consisting of string,string pairs, and retrieving values by key efficiently. This crate also features bloom filters, checksums and skipping bad blocks. It is based on the code implemented for the rusty_leveldb crate." documentation = "https://docs.rs/sstable" readme = "README.md" keywords = [ "sstable", "database", ] license = "MIT" repository = "https://github.com/dermesser/sstable" [[bench]] name = "sstable" harness = false [dependencies.crc] version = "3" [dependencies.integer-encoding] version = "3" [dependencies.snap] version = "1" [dev-dependencies.bencher] version = "0.1" [dev-dependencies.rand] version = "0.7" [dev-dependencies.time-test] version = "0.2"