drillx 2.1.0

Drillx is a proof-of-work algorithm for cryptocurrency mining on Solana.
Documentation
[[bench]]
harness = false
name = "drillx_loop"
path = "benches/drillx_loop.rs"

[build-dependencies.cc]
optional = true
version = "1.0"

[dependencies.equix]
version = "0.1.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.sha3]
version = "0.10.8"

[dependencies.solana-program]
optional = true
version = "^1.18"

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

[dev-dependencies.criterion]
features = ["html_reports", "html_reports"]
version = "0.5"

[features]
benchmark = []
compiler = ["equix/compiler"]
default = ["full"]
full = ["equix/full"]
gpu = ["cc"]
solana = ["solana-program"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Drillx is a proof-of-work algorithm for cryptocurrency mining on Solana."
documentation = "https://ore.supply"
edition = "2021"
homepage = "https://ore.supply"
keywords = ["solana", "crypto", "mining"]
license = "Apache-2.0"
name = "drillx"
readme = false
repository = "https://github.com/regolith-labs/ore"
version = "2.1.0"