# 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 = "cask" version = "0.7.1" authors = ["Andre Silva"] description = "A fast key-value store backed by a log-structured hash table" readme = "README.md" keywords = ["database", "db", "key-value", "kv"] license = "MIT" repository = "https://github.com/andresilva/cask" [dependencies.regex] version = "~0.2.1" [dependencies.time] version = "~0.1.37" [dependencies.byteorder] version = "~1.0.0" [dependencies.fs2] version = "~0.4.1" [dependencies.clippy] version = "~0.0.138" optional = true [dependencies.xxhash2] version = "~0.1.0" [dependencies.lazy_static] version = "~0.2.8" [dependencies.log] version = "~0.3.7" [dev-dependencies.rand] version = "~0.3.15" [dev-dependencies.env_logger] version = "~0.4.2" [features] default = []