# 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 = "bhatho" version = "0.1.3" authors = ["Rohit Joshi "] publish = true description = "LRU Caching library with persistent layer using RocksDB" keywords = ["LRU", "cache", "rockdb", "persistent", "caching"] license-file = "LICENSE" [profile.release] opt-level = 3 lto = true codegen-units = 1 incremental = false [dependencies.crc16] version = "0.4.0" [dependencies.crossbeam-channel] version = "0.3.2" [dependencies.hashbrown] version = "0.1.8" features = ["serde", "rayon"] [dependencies.jumphash] version = "~0" [dependencies.log] version = "0.3" features = ["max_level_trace", "release_max_level_info"] [dependencies.lru] version = "0.1.12" [dependencies.parking_lot] version = "0.7.1" [dependencies.rand] version = "0.6" [dependencies.rayon] version = "1.0.3" [dependencies.regex] version = "1.1.0" [dependencies.rocksdb] version = "0.12.1" [dependencies.scoped_threadpool] version = "0.1.9" [dependencies.serde] version = "1.0.27" [dependencies.serde_derive] version = "1.0.27" [dependencies.serde_json] version = "1.0.33" [dependencies.twox-hash] version = "1.1.2" [badges.codecov] branch = "master" repository = "https://codecov.io/gh/rohitjoshi/bhatho" service = "github" [badges.travis-ci] branch = "master" repository = "https://travis-ci.org/rohitjoshi/bhatho"