[package] name = "randomx" version = "1.2.1" homepage = "https://github.com/tevador/RandomX/" authors = [ "Dyne.org Foundation ", "tevador ", "The Monero Project", ] license = "BSD-3-Clause" edition = "2021" [target.'cfg(not(target = "x86_64-unknown-linux-musl"))'.build-dependencies] bindgen = "0.71" [target.'cfg(target = "x86_64-unknown-linux-musl")'.build-dependencies] bindgen = {version = "0.71", default-features = false, features = ["static"]} [dependencies] bitflags = "2.8" libc = "0.2" [dev-dependencies] anyhow = "1.0" hex = "0.4"