# 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 = "hyperlane-cosmwasm-interface" version = "0.0.6-rc6" authors = [ "byeongsu-hong ", "Eric ", "Steve ", ] description = "Interface definitions for CosmWasm Hyperlane contracts" homepage = "https://www.hyperlane.xyz/" documentation = "https://docs.hyperlane.xyz/" keywords = [ "hyperlane", "cosmos", "cosmwasm", ] license = "Apache-2.0" repository = "https://github.com/many-things/cw-hyperlane" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bech32] version = "0.9.1" [dependencies.cosmwasm-schema] version = "1.5.0" [dependencies.cosmwasm-std] version = "1.5.0" features = [ "stargate", "cosmwasm_1_1", ] [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] version = "1.1.2" features = ["library"] [dependencies.ripemd] version = "0.1.3" [dependencies.schemars] version = "0.8.12" [dependencies.serde] version = "1.0.162" features = ["derive"] default-features = false [dependencies.sha2] version = "0.10.6" default-features = false [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 = []