# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "injective-math" version = "0.3.0" authors = ["Markus Waas "] description = "Math library for CosmWasm contracts in Injective Protocol" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-math" [dependencies.cosmwasm-std] version = "2.1.0" features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "cosmwasm_2_0", "iterator", "stargate", ] [dependencies.ethereum-types] version = "0.5.2" [dependencies.primitive-types] version = "0.12.2" default-features = false [dependencies.schemars] version = "0.8.8" [dependencies.serde] version = "1.0.193" features = ["derive"] default-features = false [dependencies.subtle-encoding] version = "0.5.1" features = ["bech32-preview"] [dev-dependencies.cosmwasm-schema] version = "1.5.0" [features]