# 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 = "ibcx-test-utils" version = "0.1.4" authors = ["ByeongSu Hong "] description = "Test utils for ibcx" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/many-things/ibcx-test-utils" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1.0.79" [dependencies.bech32] version = "0.9.1" [dependencies.cosmwasm-std] version = "1.5.2" features = ["stargate"] [dependencies.osmosis-std] version = "0.22.0" [dependencies.osmosis-test-tube] version = "22.0.0" [dependencies.rand] version = "0.8.5" [dependencies.rstest] version = "0.18.2" [dependencies.serde_json] version = "1.0.111" [features] backtraces = ["cosmwasm-std/backtraces"] library = []