# 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 = "brute-force" version = "0.2.0" authors = ["Lee Bousfield "] description = "A library for brute forcing arbitrary computations" documentation = "https://docs.rs/brute-force" license = "MIT" repository = "https://github.com/PlasmaPower/brute-force" [package.metadata.docs.rs] rustc-args = ["--features", "curve25519"] [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.crossbeam-utils] version = "0.8.1" [dependencies.curve25519-dalek] version = "4.0.1" optional = true package = "curve25519-dalek-ng" [dependencies.log] version = "0.4.14" [dependencies.num_cpus] version = "1.13.0" [dependencies.rand] version = "0.8.1" optional = true [dev-dependencies.blake2] version = "0.9.1" [dev-dependencies.hex] version = "0.4.2" [features] curve25519 = ["curve25519-dalek", "rand"] nightly = []