# 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-networks" version = "0.24.6" authors = ["CyberHoward "] build = false exclude = [".env"] autobins = false autoexamples = false autotests = false autobenches = false description = "Networks 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_networks" path = "src/lib.rs" [dependencies.cw-orch-core] version = "2.1.0" [dependencies.serde] version = "1.0.208" features = ["derive"] default-features = false