tx-wasm-sdk 1.3.0

SDK for WASM TX messages and queries.
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"
rust-version = "1.81.0"
name = "tx-wasm-sdk"
version = "1.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SDK for WASM TX messages and queries."
homepage = "https://tx.org/"
readme = "README.md"
keywords = [
    "cosmwasm",
    "wasm",
    "blockchain",
    "sdk",
    "tx",
]
categories = [
    "api-bindings",
    "wasm",
    "cryptography::cryptocurrencies",
]
license = "Apache-2.0"
repository = "https://github.com/tokenize-x/tx-wasm-sdk"

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

[dependencies.chrono]
version = "0.4.38"
default-features = false

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

[dependencies.cosmwasm-std]
version = "2.3.2"
features = [
    "stargate",
    "cosmwasm_2_2",
]

[dependencies.prost]
version = "0.13.5"
features = ["derive"]
default-features = false

[dependencies.prost-types]
version = "0.13.5"
default-features = false

[dependencies.schemars]
version = "0.8.4"

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

[dependencies.serde-cw-value]
version = "0.7.0"

[dependencies.tx-std-derive]
version = "0.21.0"