# 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 = "classic-bindings" version = "0.2.1" authors = ["nghuyenthevinh2000 "] description = "Bindings for CustomMsg and CustomQuery for the Terra Classic blockchain" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/classic-terra/terra-bindings" [package.metadata.docs.rs] features = ["stargate"] [dependencies.classic-rust] version = "0.2.0" [dependencies.cosmwasm-schema] version = "1.5" [dependencies.cosmwasm-std] version = "1.5" features = ["stargate"] [dependencies.prost] version = "0.11" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [features] stargate = []