# 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] name = "bitcask-rs" version = "0.1.1" authors = ["gfreezy "] description = "Bitcask implemented in rust." homepage = "https://github.com/gfreezy/bitcask-rs" readme = "README.md" keywords = ["bitcask", "kv"] license = "MIT" repository = "https://github.com/gfreezy/bitcask-rs" [dependencies.derive_builder] version = "0.5.1" [dependencies.failure] version = "0.1.2" [dependencies.integer-encoding] version = "1.0.5" [dependencies.io-at] version = "0.4.1" [dependencies.itertools] version = "0.7.8" [dependencies.lazy_static] version = "1.1.0" [dependencies.log] version = "0.4.4" [dependencies.log4rs] version = "0.8.0" [dependencies.regex] version = "1.0.4" [dependencies.serde] version = "1.0.75" [dependencies.serde_derive] version = "1.0.75" [dependencies.serde_yaml] version = "0.8.2" [dependencies.twox-hash] version = "1.1.1" [dependencies.uuid] version = "0.6.5" features = ["v4"] [dev-dependencies.rand] version = "0.5.5" [badges.travis-ci] branch = "master" repository = "gfreezy/bitcask-rs"