# 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 = "marsh-drillx" version = "2.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Drillx is a proof-of-work algorithm for Marsh mining mission. Fork of regolith-labs/drillx" homepage = "https://miraland.io/marsh" documentation = "https://miraland.io/marsh" readme = "README.md" keywords = [ "solana", "crypto", "miraland", "mars", "marsh", ] license = "Apache-2.0" repository = "https://github.com/miraland-labs/drillx" [lib] name = "drillx" path = "src/lib.rs" [[bench]] name = "drillx_loop" path = "benches/drillx_loop.rs" harness = false [dependencies.equix] version = "0.1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha3] version = "0.10.8" [dependencies.solana-program] version = "^1.18" optional = true [dependencies.strum] version = "0.26.2" features = ["derive"] [dev-dependencies.criterion] version = "0.5" features = [ "html_reports", "html_reports", ] [build-dependencies.cc] version = "1.0" optional = true [features] benchmark = [] compiler = ["equix/compiler"] default = ["full"] full = ["equix/full"] gpu = ["cc"] solana = ["solana-program"]