# 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-core" version = "2.1.3" authors = ["CyberHoward "] build = false exclude = [".env"] 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" [package.metadata.docs.rs] all-features = true [lib] name = "cw_orch_core" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.cosmos-sdk-proto] version = "0.24.0" features = ["cosmwasm"] default-features = false [dependencies.cosmwasm-std] version = "2.1" [dependencies.cw-multi-test] version = "2.0.2" features = ["cosmwasm_1_2"] package = "abstract-cw-multi-test" [dependencies.cw-storage-plus] version = "2.0.0" [dependencies.cw-utils] version = "2.0.0" [dependencies.dirs] version = "5.0.1" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.208" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.125" [dependencies.sha2] version = "0.10.8" [dependencies.snailquote] version = "0.3.1" optional = true [dependencies.thiserror] version = "1.0.63" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.speculoos] version = "0.11.0" [features] default = [] eth = ["dep:snailquote"]