[package] description = "Standard library for Injective with CosmWasm support included" edition = "2021" license = "MIT OR Apache-2.0" name = "injective-std" readme = "README.md" repository = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-std" version = "1.13.2-auction" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = { workspace = true } cosmwasm-std = { workspace = true } injective-std-derive = { workspace = true, path = "../injective-std-derive" } prost = { workspace = true } prost-types = { workspace = true } schemars = { workspace = true } serde = { workspace = true } serde-cw-value = { workspace = true }