# 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-cosmwasm" version = "0.3.1" authors = [ "Albert Chon ", "F Grabner ", "Markus Waas ", ] description = "Bindings for CosmWasm contracts to call into custom modules of Injective Core" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-cosmwasm" [dependencies.cosmwasm-std] version = "2.1.0" features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "cosmwasm_2_0", "iterator", "stargate", ] [dependencies.cw-storage-plus] version = "2.0.0" [dependencies.ethereum-types] version = "0.5.2" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.injective-math] version = "0.3.0" [dependencies.schemars] version = "0.8.16" [dependencies.serde] version = "1.0.196" features = ["derive"] default-features = false [dependencies.serde_repr] version = "0.1.17" [dependencies.subtle-encoding] version = "0.5.1" features = ["bech32-preview"] [dependencies.tiny-keccak] version = "1.2.1" [dev-dependencies.cosmwasm-schema] version = "1.5.0" [dev-dependencies.serde-json-wasm] version = "1.0.0" [dev-dependencies.serde_test] version = "1.0.176"