[package] authors = [ "Markus Waas " ] 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.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] [dependencies] cosmwasm-std = { version = "2.1.0", features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "cosmwasm_2_0", "iterator", "stargate" ] } ethereum-types = { version = "0.5.2" } primitive-types = { version = "0.12.2", default-features = false } schemars = "0.8.8" serde = { version = "1.0.193", default-features = false, features = [ "derive" ] } subtle-encoding = { version = "0.5.1", features = [ "bech32-preview" ] } [dev-dependencies] cosmwasm-schema = { version = "1.5.0" }