Cargo.toml 576 B

123456789101112131415161718192021
  1. [package]
  2. name = "pyth-sdk-cw"
  3. version = "1.2.1"
  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. [features]
  13. osmosis=[]
  14. [dependencies]
  15. pyth-sdk = "0.7.0"
  16. cosmwasm-std = { version = "1.0.0" }
  17. cosmwasm-schema = "1.1.9"
  18. thiserror = "1.0.20"