# 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 = "cryptonight-hash" version = "0.1.2" authors = ["Bert Peters "] description = "A pure-rust implementation of the CryptoNight digest algorithm." documentation = "https://docs.rs/cryptonight-hash" readme = "README.md" keywords = ["cryptonight", "cryptonote", "aesni", "hash", "digest"] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/bertptrs/cryptonight-hash" [[bench]] name = "benchmarks" harness = false [dependencies.blake-hash] version = "0.3.1" [dependencies.digest] version = "0.8.1" [dependencies.groestl] version = "0.8.0" [dependencies.jh-x86_64] version = "0.2.2" [dependencies.sha3] version = "0.8.2" [dependencies.skein-hash] version = "0.3.0" [dependencies.slice-cast] version = "0.1.2" [dependencies.tiny-keccak] version = "1.5.0" [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.hex] version = "0.4.0" [dev-dependencies.hex-literal] version = "0.2.1" [features] aesni = [] default = ["aesni"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "bertptrs/cryptonight-hash"