aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/Cargo.toml
blob: a46e26c7f1d2b049d6b92edec129a6cf5f79b870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "lockchain-core"
description = "Provides common abstractions for the lockchain crate ecoystem"
documentation = "https://docs.rs/lockchain-core"
homepage = "https://github.com/spacekookie/lockchain/tree/master/lockchain-core"
readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
version = "0.4.1"
authors = ["Katharina Fey <kookie@spacekookie.de>"]

[dependencies]
chrono = { version = "0.4", features = ["serde"] }

serde_derive = "1.0"
serde_json = "1.0"
serde = "1.0"

base64 = "0.8"
bcrypt = "0.2"
rand = "0.4"
blake2 = "0.7"