# 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 = "solidity-bindgen" version = "0.1.0" authors = ["Zac Burns "] description = "Generates bindings for solidity contracts. Uses web3 under the hood." categories = ["cryptography::cryptocurrencies", "development-tools::ffi"] license = "MIT" [dependencies.async-trait] version = "0.1.50" [dependencies.ethabi] version = "14.0.0" [dependencies.futures] version = "0.3.5" [dependencies.secp256k1] version = "0.20.3" [dependencies.sodiumoxide] version = "0.2.5" [dependencies.solidity-bindgen-macros] version = "0.1.0" [dependencies.web3] version = "0.16.0" [dependencies.zeroize] version = "1.1.0" [badges.maintenance] status = "experimental"