Cargo.toml 427 B

1234567891011121314
  1. [package]
  2. name = "lox-extensions"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. curve25519-dalek = {version = "4.1.3", default-features = false, features = ["serde", "rand_core", "digest", "precomputed-tables"] }
  7. lazy_static = "1.5.0"
  8. rand = {version = "0.8.0", features = ["std_rng"] }
  9. serde = "1.0.217"
  10. sha2 = "0.10.8"
  11. cmz = {git = "ssh://gogs@git-crysp.uwaterloo.ca/SigmaProtocol/cmz.git"}
  12. phf = "0.8.0"
  13. group = "0.13"