hyperlane-cosmwasm-interface 0.0.6-rc6

Interface definitions for CosmWasm Hyperlane contracts
Documentation
[dependencies.bech32]
version = "0.9.1"

[dependencies.cosmwasm-schema]
version = "1.5.0"

[dependencies.cosmwasm-std]
features = ["stargate", "cosmwasm_1_1"]
version = "1.5.0"

[dependencies.cosmwasm-storage]
version = "1.5.0"

[dependencies.cw-storage-plus]
version = "1.2.0"

[dependencies.cw2]
version = "1.1.2"

[dependencies.cw20]
version = "1.1.2"

[dependencies.cw20-base]
features = ["library"]
version = "1.1.2"

[dependencies.ripemd]
version = "0.1.3"

[dependencies.schemars]
version = "0.8.12"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.162"

[dependencies.sha2]
default-features = false
version = "0.10.6"

[dependencies.sha3]
version = "0.10.8"

[dependencies.thiserror]
version = "1.0.37"
[dev-dependencies.cw-multi-test]
version = "0.20.0"

[dev-dependencies.ibcx-test-utils]
version = "0.1.2"

[dev-dependencies.rstest]
version = "0.18.2"

[features]
backtraces = ["cosmwasm-std/backtraces"]
library = []

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["byeongsu-hong <hong@byeongsu.dev>", "Eric <hashableric@gmail.com>", "Steve <steve8060914@gmail.com>"]
description = "Interface definitions for CosmWasm Hyperlane contracts"
documentation = "https://docs.hyperlane.xyz/"
edition = "2021"
homepage = "https://www.hyperlane.xyz/"
keywords = ["hyperlane", "cosmos", "cosmwasm"]
license = "Apache-2.0"
name = "hyperlane-cosmwasm-interface"
repository = "https://github.com/many-things/cw-hyperlane"
version = "0.0.6-rc6"