# 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 = "hyperdrive-wrappers" version = "0.18.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generated Rust types for the Hyperdrive Solidity smart contracts." homepage = "https://hyperdrive.box/" documentation = "https://docs.rs/crate/hyperdrive-wrappers" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/delvtech/hyperdrive-rs" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "assets/katex_header.html", ] [lib] name = "hyperdrive_wrappers" path = "src/lib.rs" [dependencies.ethers] version = "2.0.11" [dependencies.ethers-solc] version = "2.0.8" [dependencies.eyre] version = "0.6.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio] version = "1" features = ["full"] [build-dependencies.dotenv] version = "0.15.0" [build-dependencies.ethers] version = "2.0.11" [build-dependencies.eyre] version = "0.6.8" [build-dependencies.filetime] version = "0.2" [build-dependencies.heck] version = "0.4.1" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0.116" [build-dependencies.tokio] version = "1" features = ["full"] [build-dependencies.walkdir] version = "2"