# 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 = "brsl2" version = "0.7.0" authors = [ "Ben Weinstein-Raun ", "Rail Khusnutdinov ", ] description = "Cayley hashing as in 'Navigating in the Cayley Graph of SL₂(𝔽ₚ)'" homepage = "https://github.com/libfunc/bromberg_sl2" readme = "README.md" keywords = [ "hashing", "sl2", "homomorphic", "monoidal", "tillich-zemor", ] categories = [ "cryptography", "algorithms", "no-std", ] license = "CC0-1.0" repository = "https://github.com/libfunc/bromberg_sl2" [profile.bench] opt-level = 3 lto = true codegen-units = 1 [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "bromberg_sl2" path = "src/lib.rs" [[bench]] name = "compare_with_sha" harness = false [dependencies.rayon] version = "1.8" optional = true [dependencies.seq-macro] version = "^0.3" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.digest] version = "0.10" features = ["alloc"] [dev-dependencies.num-bigint] version = "0.4" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.sha3] version = "0.10" [features] default = ["std"] std = ["rayon"]