Cargo.toml 343 B

12345678910111213141516
  1. [package]
  2. name = "nostr-protocol-types"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. bech32 = "0.9.1"
  8. chrono = "0.4.23"
  9. hex = "0.4"
  10. rand = "0.8.5"
  11. serde = { version = "1.0", features = ["derive"] }
  12. serde_json = "1.0"
  13. thiserror = "1.0.39"