[package] authors = [ "Albert Chon ", "F Grabner ", "Markus Waas " ] description = "Bindings for CosmWasm contracts to call into custom modules of Injective Core" edition = "2021" license = "Apache-2.0" name = "injective-cosmwasm" readme = "README.md" repository = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-cosmwasm" version = "0.3.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cosmwasm-std = { workspace = true } cw-storage-plus = { workspace = true } ethereum-types = { workspace = true } hex = { workspace = true } injective-math = { workspace = true, path = "../../packages/injective-math" } schemars = { workspace = true } serde = { workspace = true } serde_repr = { workspace = true } subtle-encoding = { workspace = true } tiny-keccak = { workspace = true } [dev-dependencies] cosmwasm-schema = { workspace = true } serde-json-wasm = { workspace = true } serde_test = { workspace = true }