Cargo.toml 602 B

1234567891011121314151617181920212223
  1. [package]
  2. name = "pyth-lazer-protocol"
  3. version = "0.3.3"
  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. derive_more = { version = "1.0.0", features = ["from"] }
  13. itertools = "0.13.0"
  14. rust_decimal = "1.36.0"
  15. [dev-dependencies]
  16. bincode = "1.3.3"
  17. ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
  18. hex = "0.4.3"
  19. libsecp256k1 = "0.7.1"
  20. bs58 = "0.5.1"
  21. alloy-primitives = "0.8.19"