[package]
name = "lockchain-crypto"
version = "0.2.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
description = "Small shim layer crate for cryptographic operations on lockchain data records"
homepage = "https://github.com/spacekookie/lockchain/tree/master/lockchain-crypto"
documentation = "https://docs.rs/lockchain-crypto"
readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
[dependencies.lockchain-core]
version = ">= 0.5.0-alpha"
[dependencies.miscreant]
version = "0.3"
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"