# 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 = "reverie-zk" version = "0.3.2" authors = [ "Mathias Hall-Andersen ", "William Woodruff ", "Eric Hennenfent ", ] build = "build.rs" description = "An efficient implementation of the NIZKPoK outlined in KKW 2018" homepage = "https://github.com/trailofbits/reverie" readme = "README.md" keywords = [ "crypto", "cryptography", "zero-knowledge", ] categories = ["cryptography"] license = "AGPL-3.0" repository = "https://github.com/trailofbits/reverie" [package.metadata.release] dev-version = false publish = false push = true [lib] name = "reverie" path = "src/lib.rs" [[bin]] name = "speed-reverie" path = "src/main.rs" [dependencies.aes] version = "0.8" [dependencies.async-std] version = "1.7" [dependencies.bincode] version = "1.3.3" [dependencies.blake3] version = "1.0.0" [dependencies.built] version = "0.5.1" features = [ "git2", "chrono", "semver", ] [dependencies.chacha] version = "0.3" [dependencies.clap] version = "4.0.18" [dependencies.ctr] version = "0.9" [dependencies.mcircuit] version = "0.1.7" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0.125" features = ["derive"] [build-dependencies.built] version = "0.5.1" [badges.maintenance] status = "actively-developed"