# 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 = "morge" version = "0.1.2" description = """ A batch of solidity contracts deployment tool implementation in Rust. """ license = "MIT OR Apache-2.0" repository = "https://github.com/yuliyu123/morge" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2.4" features = ["derive"] [dependencies.clap_complete] version = "3.0.4" [dependencies.dotenv] version = "0.15.0" [dependencies.dotenv_codegen] version = "0.15.0" [dependencies.env_logger] version = "0.8.4" [dependencies.ethers] version = "0.13.0" features = ["legacy"] [dependencies.eyre] version = "0.6" [dependencies.futures] version = "0.3.0" features = ["thread-pool"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.1.1" [dependencies.once_cell] version = "1.5.2" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.133" [dependencies.serde_json] version = "1.0.67" [dependencies.tokio] version = "1.19.2" features = ["full"]