# 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 = "rusty-leveldb-arc" version = "2.0.0" authors = [ "Lewin Bormann ", "KunoiSayami ", ] include = [ "src/**/*", "src/*", "Cargo.toml", "LICENSE", "README.md", ] publish = true description = "A compatible re-implementation of LevelDB in Rust (But use Arc instead of Rc)" homepage = "https://github.com/dermesser/leveldb-rs" readme = "README.md" keywords = [ "LevelDB", "key-value", "database", "SSTable", "Google", ] license = "MIT" repository = "https://github.com/dermesser/leveldb-rs" [[bench]] name = "maps_bench" path = "src/benches/maps_bench.rs" harness = false [dependencies.crc] version = "1.8" [dependencies.errno] version = "0.2" [dependencies.fs2] version = "0.4.3" [dependencies.integer-encoding] version = "3.0" [dependencies.rand] version = "0.7" [dependencies.snap] version = "1.0" [dependencies.tokio] version = ">= 1.21" features = [ "rt", "sync", ] optional = true [dev-dependencies.bencher] version = "0.1" [dev-dependencies.time-test] version = "0.2" [features] async = ["tokio"] default = []