# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "he-ring" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library that provides fast implementations of rings commonly used in homomorphic encryption, built on feanor-math." homepage = "https://github.com/FeanorTheElf/he-ring" readme = "Readme.md" keywords = [ "cryptography", "encryption", "fhe", "homomorphic", "fhe", ] license = "MIT" repository = "https://github.com/FeanorTheElf/he-ring" [profile.profiling] lto = "fat" codegen-units = 1 debug = 2 panic = "abort" inherits = "bench" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [lib] name = "he_ring" crate-type = ["rlib"] path = "src/lib.rs" bench = true [dependencies.feanor-math] version = "1.7.3" features = ["generic_tests"] [dev-dependencies.oorandom] version = "11.1.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3" [features] force_naive_gadget_product = [] record_timings = []