cw22 2.2.1

Definition and types for the CosmWasm-22 interface
Documentation
# 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 = "cw22"
version = "2.2.1"
authors = [
    "ThienLK1@aura-nw",
    "Kromsten <kromsten@megarock.app>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Definition and types for the CosmWasm-22 interface"
readme = "README.md"
license = "MIT"
repository = "https://github.com/MegaRockLabs/cw-extra"

[features]
cosmwasm = ["types/cosmwasm"]
cosmwasm_v1 = ["types/cosmwasm_v1"]
default = ["cosmwasm"]

[lib]
name = "cw22"
path = "src/lib.rs"

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

[dependencies.schemars]
version = "1.2.1"

[dependencies.semver]
version = "1.0.28"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.types]
version = "2.2.1"
default-features = false
package = "cw-extra-types"