[package] name = "cargo-we" version = "0.2.4" edition = "2021" authors = ["DEADBLACKCLOVER "] description = "Setup and deployment tool for developing WASM based smart-contracts" license = "MIT" readme = "README.md" homepage = "https://github.com/waves-enterprise/we-cdk" repository = "https://github.com/waves-enterprise/we-cdk" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.21.7" cargo_metadata = "0.18.0" clap = { version = "4.4.6", features = ["derive"] } reqwest = { version = "0.11.12", features = ["json"] } serde = { version = "1", features = ["derive"] } serde_json = "1" sha256 = "1.5.0" syn = { version = "1", features = ["full", "extra-traits"] } tokio = { version = "1", features = ["full"] } wasmprinter = "0.2" wat = "1"