# 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.69" name = "cw-optimizoor" version = "0.10.0" authors = ["Sebastian Mandrean "] description = "A blazingly fast compiling & optimization tool for CosmWasm smart contracts." documentation = "https://docs.rs/cw-optimizoor" readme = "README.md" keywords = [ "cosmwasm", "cw", "binaryen", "wasm", "optimizer", ] categories = [ "development-tools::cargo-plugins", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/mandrean/cw-optimizoor" [[bin]] name = "cargo-cw-optimizoor" path = "src/main.rs" [[test]] name = "e2e" path = "tests/cucumber.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.binaryen] version = "0.12" [dependencies.cargo] version = "0.71" [dependencies.cargo-util] version = "0.2" [dependencies.clap] version = "4" features = ["derive"] [dependencies.colour] version = "0.7" [dependencies.crates_io_api] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.glob] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.itertools] version = "0.11" [dependencies.lazy_static] version = "1.4" [dependencies.path-absolutize] version = "3.1" [dependencies.rayon] version = "1.7" [dependencies.semver] version = "1" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.cucumber] version = "0.19" features = [ "libtest", "macros", ] [dev-dependencies.petname] version = "1" [dev-dependencies.predicates] version = "3" [dev-dependencies.regex] version = "1.8" [dev-dependencies.thiserror] version = "1"