# 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" rust-version = "1.57" name = "airdrop_cmc" version = "0.1.1" authors = ["hyouka266@gmail.com"] default-run = "airdrop_cmc" description = "Airdrop NFT server" homepage = "https://github.com/trasua/rust-ethers" documentation = "https://github.com/trasua/rust-ethers" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/trasua/rust-ethers" resolver = "2" [[bin]] name = "dict" path = "src/scripts/dict.rs" [dependencies.anyhow] version = "1.0.39" [dependencies.axum] version = "0.4.3" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.1.0" [dependencies.calamine] version = "0.18.0" [dependencies.clap] version = "3.0.5" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.ethers] version = "0.6.2" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.tokio] version = "1.5" features = ["macros", "rt-multi-thread"] [dependencies.tower] version = "0.4.11" [dependencies.tower-http] version = "0.1.2" features = ["cors"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]