# 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 = "camelliakv" version = "1.0.0" authors = ["The Camellia Developers"] description = "Embedded persistent key-value storage optimized for random-access workload and huge-capacity HDD" homepage = "https://product.cins.com.cn/camellia/camelliakv" readme = "README.md" categories = ["database-implementations"] license-file = "LICENSE" repository = "https://git.cins.com.cn/camellia/camelliakv" [dependencies.adler32] version = "1" [dependencies.byteorder] version = "1" features = ["i128"] [dependencies.fibers] version = "0.1" optional = true [dependencies.futures] version = "0.1.31" optional = true [dependencies.libc] version = "0.2" [dependencies.prometrics] version = "0.1" [dependencies.slog] version = "2" [dependencies.trackable] version = "1.2.0" [dependencies.uuid] version = "1.3.0" features = ["v4"] [dev-dependencies.fibers_global] version = "0.1" [dev-dependencies.tempdir] version = "0.3" [features] default = [ "futures", "fibers", ] device = [ "futures", "fibers", ] [badges.travis-ci] repository = "camellia/camelliakv"