Cargo.toml 370 B

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