aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/Cargo.toml
blob: 97628e470fa9a8c7e3fb54a7fb6e8ad7eb7603f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "lockchain-http"
description = "Generic HTTP interface crate for the lockchain ecosystem. Can serve both encrypted and cleartext records"
version = "0.2.1"
authors = ["Katharina Fey <kookie@spacekookie.de>"]

documentation = "https://docs.rs/lockchain-http"
homepage = "https://github.com/spacekookie/lockchain/tree/master/lockchain-http"
readme = "README.md"
license = "MIT/X11 OR Apache-2.0"


[dependencies]
lockchain-core = { version = "0.7.2", path = "../lockchain-core" }
env_logger = "0.5"

# Serialisation stack
serde = "1.0"
serde_derive = "1.0"

# Web Stack
futures = "0.1"
actix = "0.5"
actix-web = "0.6"