cannyls 0.10.0

Embedded persistent key-value storage optimized for random-access workload and huge-capacity HDD
Documentation
# 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 = "cannyls"
version = "0.10.0"
authors = ["The FrugalOS Developers"]
description = "Embedded persistent key-value storage optimized for random-access workload and huge-capacity HDD"
homepage = "https://github.com/frugalos/cannyls"
readme = "README.md"
categories = ["database-implementations"]
license = "MIT"
repository = "https://github.com/frugalos/cannyls"
[dependencies.adler32]
version = "1"

[dependencies.byteorder]
version = "1"
features = ["i128"]

[dependencies.fibers]
version = "0.1"

[dependencies.futures]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.prometrics]
version = "0.1"

[dependencies.slog]
version = "2"

[dependencies.trackable]
version = "0.2"

[dependencies.uuid]
version = "0.7"
features = ["v4"]
[dev-dependencies.fibers_global]
version = "0.1"

[dev-dependencies.tempdir]
version = "0.3"
[badges.travis-ci]
repository = "frugalos/cannyls"