# 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 = "spectrex" version = "0.3.17" authors = ["Spectre developers"] description = "SpectreX is the AstroBWTv3 CPU mining algorithm in Rust." homepage = "https://spectre-network.org" readme = "README.md" keywords = [ "hash", "algorithm", "library", "spectrex", "astrobwt", ] categories = [ "algorithms", "cryptography", ] license = "ISC" repository = "https://github.com/spectre-project/rusty-spectrex" [[bench]] name = "astrobwtv3" harness = false [dependencies.fnv] version = "1.0.7" [dependencies.rc4] version = "0.1.0" [dependencies.salsa20] version = "0.10.2" [dependencies.sha2] version = "0.10.8" [dependencies.siphasher] version = "1.0.1" [dependencies.suffix_array] version = "0.5.0" [dependencies.xxhash-rust] version = "0.8.10" features = ["xxh64"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"