# 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 = "stormint" version = "0.1.0" authors = ["confucian "] build = false include = [ "/src/*", "/Cargo.toml", "/README.md", "/LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A blazing fast script that supports multi-account minting of FreeMint tokens." documentation = "https://docs.rs/stormint" readme = "README.md" keywords = [ "blockchain", "ethereum", "token", "mint", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/Confucian-e/stormint.git" [lib] name = "stormint" path = "src/lib.rs" [dependencies.alloy] version = "0.5" features = [ "full", "signer-mnemonic", ] [dependencies.eyre] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17" [dependencies.rayon] version = "1.10" [dependencies.tokio] version = "1.41" features = ["full"] [dev-dependencies.alloy] version = "0.5" features = [ "provider-anvil-node", "getrandom", ] [dev-dependencies.alloy-node-bindings] version = "0.5" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_json] version = "1.0"