lockchain-crypto 0.2.0

Small shim layer crate for cryptographic operations on lockchain data records
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"