# 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 = "2021" name = "quorum-vault-client" version = "1.0.0" authors = ["Maxim Fischuk "] description = "A Rust client for Quorum Vault Plugin" documentation = "https://docs.rs/quorum-vault-client" readme = "README.md" license = "MIT" repository = "https://github.com/MaximFischuk/quorum-vault-client" [dependencies.base64] version = "0.21.0" [dependencies.derive_builder] version = "0.12.0" [dependencies.eth_checksum] version = "0.1.2" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.17" [dependencies.rustify] version = "0.5.3" [dependencies.rustify_derive] version = "0.5.2" [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.38" [dependencies.vaultrs] version = "0.6.2" [dependencies.web3] version = "0.18.0" [dev-dependencies.secp256k1] version = "0.26.0" [dev-dependencies.tokio] version = "1.20.1" features = ["full"] [dev-dependencies.wiremock] version = "0.5.17"