Cargo.toml 553 B

123456789101112131415161718
  1. [package]
  2. name = "pyth-sdk-cw"
  3. version = "1.0.0"
  4. authors = ["Pyth Data Foundation"]
  5. edition = "2018"
  6. license = "Apache-2.0"
  7. homepage = "https://pyth.network"
  8. repository = "https://github.com/pyth-network/pyth-crosschain"
  9. description = "Data structures and utilites for the Pyth price oracle"
  10. keywords = [ "pyth", "oracle", "cosmwasm" ]
  11. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  12. [dependencies]
  13. pyth-sdk = "0.7.0"
  14. cosmwasm-std = { version = "1.0.0" }
  15. cosmwasm-schema = "1.1.9"
  16. thiserror = "1.0.20"