# 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 = "cosm-orc" version = "4.0.1" authors = ["Harry Hull "] description = "Cosmwasm smart contract orchestration and gas profiling library" readme = "README.md" keywords = [ "cosmos", "cosmwasm", "smart-contract", "profiling", ] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/de-husk/cosm-orc.git" [dependencies.config] version = "0.13.1" features = ["yaml"] [dependencies.cosm-tome] version = "0.2.1" [dependencies.cw-optimizoor] version = "0.8.0" optional = true [dependencies.erased-serde] version = "0.3" [dependencies.log] version = "0.4.0" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.20.1" default-features = false [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.cosm-tome] version = "0.2.1" features = ["mocks"] [dev-dependencies.cosmos-sdk-proto] version = "0.15.0" [dev-dependencies.cw20] version = "0.15" [dev-dependencies.cw20-base] version = "0.15" [dev-dependencies.faux] version = "0.1.7" [features] optimize = ["cw-optimizoor"]