[package]
authors.workspace = true
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.workspace = true
homepage.workspace = true
license.workspace = true
name = "mantrachain-std"
repository.workspace = true
version = "0.2.0"
[dependencies]
chrono.workspace = true
cosmwasm-std.workspace = true
neutron-std-derive.workspace = true
prost = { workspace = true, default-features = true }
prost-types = { workspace = true, default-features = true }
schemars.workspace = true
serde-json-wasm.workspace = true
serde.workspace = true
serde-cw-value.workspace = true