# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sstb" version = "0.3.0-alpha" authors = ["Igor Katson "] description = "A thread-safe sstables library" homepage = "https://docs.rs/sstb" documentation = "https://docs.rs/sstb" readme = "./README.md" license = "MIT" repository = "https://github.com/ikatson/rust-sstb" [[bench]] name = "sstable_implementations" harness = false [dependencies.bincode] version = "^1" [dependencies.bloomfilter] version = "^1" [dependencies.byteorder] version = "^1" [dependencies.bytes] version = "^0.5.4" [dependencies.flate2] version = "^1" [dependencies.lru] version = "^0.4" [dependencies.memmap] version = "^0.7" [dependencies.nix] version = "^0.5" [dependencies.num_cpus] version = "^1" [dependencies.parking_lot] version = "^0.10" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.snap] version = "^0.2" [dev-dependencies.criterion] version = "^0.3" [dev-dependencies.crossbeam] version = "^0.7" [dev-dependencies.rand] version = "^0.7" features = ["small_rng"] [dev-dependencies.rayon] version = "^1.3" [dev-dependencies.rocksdb] version = "^0.13"