# 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 = "zksync-web3-rs" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust SDK for zkSync Era" homepage = "https://github.com/lambdaclass/zksync-web3-rs/" readme = "README.md" license = "MIT" repository = "https://github.com/lambdaclass/zksync-web3-rs/" [profile.test] opt-level = 3 debug-assertions = true [lib] name = "zksync_web3_rs" path = "src/lib.rs" [[example]] name = "contract-deployment" path = "examples/contract-deployment/main.rs" [[example]] name = "paymaster" path = "examples/paymaster/main.rs" [[example]] name = "simple_payment" path = "examples/simple_payment/main.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.async-trait] version = "0.1.68" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.ethers] version = "2.0.4" features = ["rustls"] [dependencies.ethers-contract] version = "2.0.7" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.163" [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.9.5" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1" features = [ "macros", "process", ] [features] ethers-solc = ["ethers/ethers-solc"]