Cargo.toml 345 B

123456789101112131415
  1. [package]
  2. name = "openfhe"
  3. version = "0.1.4"
  4. edition = "2021"
  5. description = "Rust package of the OpenFHE Fully Homomorphic Encryption Library."
  6. license = "BSD-2-Clause"
  7. documentation = "https://fair-math.gitbook.io/docs/"
  8. repository = "https://github.com/fairmath/openfhe-rs"
  9. [dependencies]
  10. cxx = "1.0"
  11. [build-dependencies]
  12. cxx-build = "1.0"