# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "vade" version = "0.1.1" authors = ["evan GmbH"] description = "VC and DID engine" homepage = "https://github.com/evannetwork/vade" documentation = "https://docs.rs/crate/vade" readme = "README.md" keywords = [ "did", "ssi", "vc", ] license-file = "LICENSE.txt" repository = "https://github.com/evannetwork/vade" [profile.release] opt-level = "s" [lib] crate-type = [ "cdylib", "rlib", ] [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] version = "=1.7.1" features = [ "macros", "rt-multi-thread", ]