# 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 = "cw-orch-traits" version = "0.25.0" authors = ["CyberHoward "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Scripting library for deploying and interacting with CosmWasm smart-contracts" readme = "README.md" keywords = [ "cosmwasm", "blockchain", ] categories = ["development-tools"] license = "LGPL-3.0" repository = "https://github.com/AbstractSDK/cw-orchestrator" [lib] name = "cw_orch_traits" path = "src/lib.rs" [dependencies.cw-orch-core] version = "2.1.3" [dependencies.prost-types] version = "0.13.1"