# 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-protobuf" version = "0.2.2" authors = ["Mauro Lacy "] description = "Protobug parsing for Injective Protocol" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-protobuf" [dependencies.cosmwasm-std] version = "1.5.0" features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "iterator", "stargate", ] [dependencies.ethereum-types] version = "0.5.2" [dependencies.num] version = "0.4.0" [dependencies.protobuf] version = "2" features = ["with-bytes"] [dependencies.schemars] version = "0.8.8" [dependencies.serde] version = "1.0.136" features = ["derive"] default-features = false [dependencies.subtle-encoding] version = "0.5.1" features = ["bech32-preview"] [dev-dependencies.cosmwasm-schema] version = "1.5.0" [build-dependencies.protobuf-codegen-pure] version = "2" [features] backtraces = ["cosmwasm-std/backtraces"]