Cargo.toml 639 B

12345678910111213141516171819202122232425
  1. [package]
  2. name = "pyth-lazer-protocol"
  3. version = "0.6.2"
  4. edition = "2021"
  5. description = "Pyth Lazer SDK - protocol types."
  6. license = "Apache-2.0"
  7. repository = "https://github.com/pyth-network/pyth-crosschain"
  8. [dependencies]
  9. byteorder = "1.5.0"
  10. anyhow = "1.0.89"
  11. serde = { version = "1.0.210", features = ["derive"] }
  12. serde_json = "1.0"
  13. derive_more = { version = "1.0.0", features = ["from"] }
  14. itertools = "0.13.0"
  15. rust_decimal = "1.36.0"
  16. base64 = "0.22.1"
  17. [dev-dependencies]
  18. bincode = "1.3.3"
  19. ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
  20. hex = "0.4.3"
  21. libsecp256k1 = "0.7.1"
  22. bs58 = "0.5.1"
  23. alloy-primitives = "0.8.19"