[dependencies.anyhow]
version = "1.0.72"
[dependencies.bech32]
version = "0.9.1"
[dependencies.cosmwasm-std]
features = ["stargate"]
version = "1.4.0"
[dependencies.osmosis-std]
version = "0.19.2"
[dependencies.osmosis-test-tube]
version = "19.2.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.rstest]
version = "0.18.2"
[dependencies.serde_json]
version = "1.0.107"
[features]
backtraces = ["cosmwasm-std/backtraces"]
library = []
[lib]
crate-type = ["cdylib", "rlib"]
[package]
authors = ["ByeongSu Hong <hong@byeongsu.dev>"]
description = "Test utils for ibcx"
edition = "2021"
license = "Apache-2.0"
name = "ibcx-test-utils"
readme = "README.md"
repository = "https://github.com/many-things/ibcx-test-utils"
version = "0.1.2"