# 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 = "2018" name = "bromberg_sl2" version = "0.6.0" authors = ["Ben Weinstein-Raun "] description = "Cayley hashing as in 'Navigating in the Cayley Graph of SL₂(𝔽ₚ)'" keywords = ["hashing", "sl2", "homomorphic", "monoidal", "tillich-zemor"] categories = ["cryptography", "algorithms", "no-std"] license = "CC0-1.0" repository = "https://github.com/benwr/bromberg_sl2" [profile.bench] opt-level = 3 lto = true codegen-units = 1 [profile.release] opt-level = 3 lto = true codegen-units = 1 [[bench]] name = "compare_with_sha" harness = false [dependencies.digest] version = "0.9.0" [dependencies.lazy_static] version = "^1.4" [dependencies.rayon] version = "1.5.1" optional = true [dependencies.seq-macro] version = "^0.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.num-bigint] version = "0.3" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.sha3] version = "0.9" [features] default = ["std"] std = ["rayon"]