# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rust-aes-proofs" version = "0.2.0" authors = ["Jeremiah Wagstaff ", "Nazar Mokrynskyi "] autobenches = false description = "Various AES-based Proof-of-Replication and Proof-of-Time implementations and benchmarks" documentation = "https://docs.rs/rust-aes-proofs" readme = "readme.md" keywords = ["subspace", "aes", "proof-of-replication", "proof-of-time"] license = "MIT" repository = "https://github.com/subspace/rust-aes-proofs" [[bench]] name = "pot" harness = false [[bench]] name = "por" harness = false [dependencies.aes-soft] version = "0.3.3" [dependencies.aes_frast] version = "0.1.5" [dependencies.ocl] version = "0.19.3" [dependencies.rayon] version = "1.3.0" [dev-dependencies.criterion] version = "0.3.2" [dev-dependencies.rand] version = "0.7.3" [build-dependencies.cc] version = "1.0.54"