Cargo.toml 355 B

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