# 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-jwt-vc" version = "0.2.0" authors = ["evan GmbH"] description = "plugin to issue VC with simple JWT signature based on SECP256K1 curve" readme = "README.md" keywords = [ "vc", "zkp", ] license-file = "LICENSE.txt" [lib] name = "vade_jwt_vc" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.async-trait] version = "0.1.31" [dependencies.base64] version = "0.13.0" [dependencies.env_logger] version = "0.7.1" [dependencies.flate2] version = "1.0.20" [dependencies.futures] version = "0.3.5" [dependencies.hex] version = "0.4.2" [dependencies.libsecp256k1] version = "0.3.5" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.53" features = [ "preserve_order", "raw_value", ] [dependencies.sha2] version = "0.8.1" [dependencies.sha3] version = "0.8.2" [dependencies.vade] version = "0.1.0" [dependencies.vade-signer] version = "0.0.1" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [dev-dependencies.tokio] version = "1.7.1" features = [ "macros", "rt-multi-thread", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.chrono] version = "0.4.11" features = [ "wasm-bindgen", "clock", "js-sys", ] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3"