# 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 = "balancer_sdk" version = "0.1.16-alpha" exclude = ["build.rs"] description = "A Rust SDK which provides commonly used utilties for interacting with Balancer Protocol V2" homepage = "https://crates.io/crates/balancer_sdk" documentation = "https://docs.rs/balancer_sdk" readme = "README.md" keywords = [ "balancer", "crypto", ] license = "MIT OR Apache-2.0" repository = "https://github.com/drewdrewthis/balancer-sdk/tree/develop/balancer-rs" resolver = "2" [dependencies.actix-rt] version = "2.7.0" [dependencies.dotenv] version = "0.15.0" [dependencies.ethabi] version = "13.0.0" [dependencies.ethcontract] version = "0.17.0" [dependencies.ethcontract-common] version = "0.17.0" [dependencies.ethereum-hexutil] version = "0.2.3" [dependencies.ethers-core] version = "0.10.0" [dependencies.hex] version = "0.4" [dependencies.snailquote] version = "0.3.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-test] version = "0.4.2" [dependencies.web3] version = "0.17.0" [dev-dependencies] [build-dependencies.ethcontract-generate] version = "0.17.0"