# 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 = "ministo" version = "0.1.0" authors = ["John Mitrich"] description = "RandomX CPU miner written in rust" readme = "README.md" keywords = [ "miner", "cpuminer", "randomx-miner", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/emjomi/ministo" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.rust-randomx] version = "0.7.5" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.tracing] version = "0.1.40" features = [ "max_level_debug", "release_max_level_info", ] [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.watch] version = "0.2.3"