# 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 = "cargo-we" version = "0.2.3" authors = ["DEADBLACKCLOVER "] description = "Setup and deployment tool for developing WASM based smart-contracts" homepage = "https://github.com/waves-enterprise/we-cdk" readme = "README.md" license = "MIT" repository = "https://github.com/waves-enterprise/we-cdk" [dependencies.base64] version = "0.21.7" [dependencies.cargo_metadata] version = "0.18.0" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha256] version = "1.5.0" [dependencies.syn] version = "1" features = [ "full", "extra-traits", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.wasmprinter] version = "0.2" [dependencies.wat] version = "1"