[dependencies.chrono]
default-features = false
version = "0.4.27"
[dependencies.cosmwasm-std]
default-features = true
features = ["cosmwasm_2_2"]
version = "2.2.0"
[dependencies.neutron-std-derive]
version = "0.20.1"
[dependencies.prost]
default-features = true
features = ["prost-derive"]
version = "0.13.3"
[dependencies.prost-types]
default-features = true
version = "0.13.3"
[dependencies.schemars]
version = "0.8.21"
[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.217"
[dependencies.serde-cw-value]
version = "0.7.0"
[dependencies.serde-json-wasm]
version = "1.0.0"
[lib]
name = "mantrachain_std"
path = "src/lib.rs"
[package]
authors = ["MANTRA Engineering Team <tech@mantrachain.io>", "Javier C <javier.m.costa@mantra.finance>", "desamtralized <sambarbosaa@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Standard library for Mantrachain with CosmWasm support included. This package is a modified copy of the osmosis package - https://github.com/osmosis-labs/osmosis-rust/tree/main/packages/osmosis-std"
edition = "2021"
homepage = "https://mantra.zone"
license = "MPL-2.0"
name = "mantrachain-std"
readme = "README.md"
repository = "https://github.com/MANTRA-Chain/mantrachain-rust"
version = "0.2.0"