# 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 = "ethers-gcp-kms-signer" version = "0.1.5" include = ["**/*.rs"] description = " ethers-rs signer using GCP KMS" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/georgewhewell/ethers-gcp-kms-signer" [dependencies.async-trait] version = "0.1.68" [dependencies.ethers] version = "2.0.7" [dependencies.gcloud-sdk] version = "0.20.4" features = ["google-cloud-kms-v1"] [dependencies.spki] version = "0.7.2" features = ["pem"] [dependencies.thiserror] version = "1.0.40" [dependencies.tonic] version = "0.9" [dependencies.tracing] version = "0.1.37" [dev-dependencies.test-log] version = "0.2.11" default-features = false [dev-dependencies.tokio] version = "1.28.2" features = ["macros"]