sled-web 0.3.0

An extension of the `sled` crate that allows for accessing a `sled::Tree` via a client/server API using the `hyper` web framework crate.
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 = "sled-web"
version = "0.3.0"
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
description = "An extension of the `sled` crate that allows for accessing a `sled::Tree` via a client/server API using the `hyper` web framework crate."
homepage = "https://github.com/mitchmindtree/sled-web"
readme = "README.md"
keywords = ["sled", "tree", "web", "server", "client"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mitchmindtree/sled-web.git"
[dependencies.futures]
version = "0.1"

[dependencies.http]
version = "0.1"

[dependencies.hyper]
version = "0.12"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.sled-search]
version = "0.2"