injective-math 0.3.3

Math library for CosmWasm contracts in Injective Protocol
Documentation
[package]
authors     = [ "Markus Waas <markus@injectivelabs.org>" ]
description = "Math library for CosmWasm contracts in Injective Protocol"
edition     = "2021"
license     = "Apache-2.0"
name        = "injective-math"
readme      = "README.md"
repository  = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-math"
version     = "0.3.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]

[dependencies]
cosmwasm-std    = { workspace = true }
primitive-types = { workspace = true }
schemars        = { workspace = true }
serde           = { workspace = true }

[dev-dependencies]
cosmwasm-schema = { workspace = true }