aboutsummaryrefslogtreecommitdiff
path: root/lockchain-crypto/Cargo.toml
blob: 2b13423f000236f26695ca192ab45592d6e89c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "lockchain-crypto"
description = "Small shim layer crate for cryptographic operations on lockchain data records"
documentation = "https://docs.rs/lockchain-crypto"
homepage = "https://github.com/spacekookie/lockchain/tree/master/lockchain-crypto"
readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
version = "0.7.1"
authors = ["Katharina Fey <kookie@spacekookie.de>"]

[dependencies]
lockchain-core = { version = "0.9.0", path = "../lockchain-core" }
serde_derive = "1.0"
serde = "1.0"

miscreant = "0.3"