vade 0.0.8

VC and DID engine
Documentation
[dependencies.async-trait]
version = "0.1.31"

[dependencies.env_logger]
version = "0.7.1"

[dependencies.futures]
version = "0.3.5"

[dependencies.log]
version = "0.4.8"
[dev-dependencies.tokio]
features = ["macros", "rt-threaded"]
version = "0.2.21"

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["evan GmbH"]
description = "VC and DID engine"
documentation = "https://docs.rs/crate/vade"
edition = "2018"
homepage = "https://github.com/evannetwork/vade"
keywords = ["did", "ssi", "vc"]
license = "Apache-2.0"
license-file = "LICENSE.txt"
name = "vade"
readme = "README.md"
repository = "https://github.com/evannetwork/vade"
version = "0.0.8"
[profile.release]
opt-level = "s"