# 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 = "anuma-miner" version = "0.2.4" authors = ["Anuma Devs "] build = "build.rs" include = [ "src/**", "proto/**", "Cargo.toml", "Cargo.lock", "build.rs", "LICENSE-MIT", "LICENSE-APACHE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Anuma high performance CPU miner" readme = "README.md" keywords = [ "blockchain", "cli", ] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/AnumaNetwork/anuma-miner" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "anuma-miner" path = "src/main.rs" [dependencies.arc-swap] version = "1.6.0" [dependencies.blake2b_simd] version = "1.0.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = [ "derive", "color", ] [dependencies.env_logger] version = "0.10" [dependencies.keccak] version = "0.1" optional = true [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1" [dependencies.parking] version = "0.12" optional = true package = "parking_lot" [dependencies.prost] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.shuttle] version = "0.6" optional = true [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tonic] version = "0.10" [dev-dependencies.sha3] version = "0.10" [build-dependencies.cc] version = "1" [build-dependencies.tonic-build] version = "0.10" features = [ "prost", "transport", ] default-features = false [features] bench = [] default = ["keccak?/asm"] no-asm = ["keccak"] parking_lot = [ "parking", "tokio/parking_lot", ] [target.'cfg(not(target_arch = "x86_64"))'.dependencies.keccak] version = "0.1"