lockchain-http 0.2.0

Generic HTTP interface crate for the lockchain ecosystem. Can serve both encrypted and cleartext records
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 = "lockchain-http"
version = "0.2.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
description = "Generic HTTP interface crate for the lockchain ecosystem. Can serve both encrypted and cleartext records"
homepage = "https://github.com/spacekookie/lockchain/tree/master/lockchain-http"
documentation = "https://docs.rs/lockchain-http"
readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
[dependencies.actix]
version = "0.5"

[dependencies.actix-web]
version = "0.6"

[dependencies.env_logger]
version = "0.5"

[dependencies.futures]
version = "0.1"

[dependencies.lockchain-core]
version = "0.7.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"