# 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 = "xynth" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Xynth is an ASIC/GPU-resistant cryptographic hashing algorithm written in pure Rust for x64 CPUs with AVX2 support" readme = "README.md" keywords = [ "hash", "cryptography", "algorithms", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/ImmortalOctogen/Xynth" [lib] name = "xynth" path = "src/lib.rs"