# 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-signer" version = "0.0.1" authors = ["evan GmbH"] description = "signing helper for vade plugins" homepage = "https://github.com/evannetwork/vade-signer" documentation = "https://docs.rs/crate/vade-signer" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/evannetwork/vade-signer" [package.metadata.wasm-pack.profile.release] wasm-opt = [ "-Oz", "--enable-mutable-globals", ] [lib] name = "vade_signer" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.async-trait] version = "0.1.31" [dependencies.byteorder] version = "1.3.4" [dependencies.hex] version = "0.4.2" [dependencies.libsecp256k1] version = "0.3.5" [dependencies.log] version = "0.4.8" [dependencies.rand] version = "0.7.3" [dependencies.reqwest] version = "0.11.4" features = [ "json", "default-tls", ] default-features = false [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" [dev-dependencies.tokio] version = "=1.7.1" features = [ "macros", "rt-multi-thread", ]