# 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 = "ic-solidity-bindgen"
version = "0.1.21"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generates bindings for solidity contracts. Uses web3 under the hood. This is a fork of graphprotocol/solidity-bindgen"
readme = "README.md"
keywords = [
    "dfinity",
    "icp",
    "web3",
    "ethereum",
    "rpc",
]
license = "MIT"
resolver = "1"

[lib]
name = "ic_solidity_bindgen"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1.50"

[dependencies.derive_builder]
version = "0.12.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.ic-cdk]
version = "0.13.2"

[dependencies.ic-solidity-bindgen-macros]
version = "0.1.17"

[dependencies.ic-web3-rs]
version = "0.1.11"

[dependencies.serde_json]
version = "1.0.96"

[badges.maintenance]
status = "experimental"