rustdom-x 1.0.0

A fully rust RandomX implementation
Documentation
# 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 = "2024"
name = "rustdom-x"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fully rust RandomX implementation"
readme = "README.md"
license = "GPL-3.0"

[lib]
name = "rustdom_x"
path = "src/lib.rs"

[dependencies.blake2b_simd]
version = "1.0.4"

[dependencies.libc]
version = "0.2.183"

[dependencies.log]
version = "0.4.29"

[dependencies.rustdom-x-argon2]
version = "2.1.0"

[dependencies.strum]
version = "0.24.0"
features = ["derive"]