# 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 = "2018" name = "pyth-sdk-terra" version = "0.4.0" authors = ["Pyth Data Foundation"] description = "pyth price oracle data structures and example usage" homepage = "https://pyth.network" readme = "README.md" keywords = ["pyth", "terra", "oracle"] license = "Apache-2.0" repository = "https://github.com/pyth-network/pyth-sdk-rs" [lib] crate-type = ["cdylib", "lib"] [dependencies.cosmwasm-std] version = "0.16.0" [dependencies.cosmwasm-storage] version = "0.16.0" [dependencies.pyth-sdk] version = "0.4.1" [dependencies.schemars] version = "0.8.1" [dependencies.serde] version = "1.0.136" features = ["derive"] [dev-dependencies.cosmwasm-schema] version = "0.16.0"