aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/Cargo.toml
blob: 19e1ae33a6fe4cebc833fd835836287a48df6d73 (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.3.0"
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.8.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"