# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ethers-fireblocks" version = "0.1.1" authors = ["Georgios Konstantopoulos "] description = "ethers-rs middleware and signer for Fireblocks' APIs\n" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.async-trait] version = "0.1.42" [dependencies.digest] version = "0.9.0" [dependencies.ethers-core] version = "0.5.1" [dependencies.ethers-providers] version = "0.5.1" [dependencies.ethers-signers] version = "0.5.1" [dependencies.jsonwebtoken] version = "7.2.0" [dependencies.reqwest] version = "0.11.4" features = ["json"] default-features = false [dependencies.rustc-hex] version = "2.1.0" [dependencies.serde] version = "1.0.118" [dependencies.serde_json] version = "1.0.60" [dependencies.sha2] version = "0.9.2" [dependencies.thiserror] version = "1.0.22" [dev-dependencies.once_cell] version = "1.5.2" [dev-dependencies.reqwest] version = "0.11.4" features = ["json", "rustls"] default-features = false [dev-dependencies.tokio] version = "1.10.0" features = ["macros", "rt"] [features] openssl = ["ethers-providers/openssl", "reqwest/native-tls"] rustls = ["ethers-providers/rustls", "reqwest/rustls-tls"]