# 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 = "2018" name = "criner-cli" version = "0.4.0" authors = ["Sebastian Thiel "] build = false include = [ "src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line interface for the 'Criner' crates mining platform" readme = "README.md" license = "MIT" repository = "https://github.com/the-lean-crate/criner" [profile.dev.package."*"] debug = 0 [profile.release] opt-level = 3 panic = "abort" overflow-checks = true incremental = false [profile.release.build-override] opt-level = 0 [profile.test.package."*"] opt-level = 2 debug = 0 [lib] name = "criner_cli" path = "src/lib.rs" doctest = false [[bin]] name = "criner" path = "src/main.rs" doctest = false [dependencies.clap] version = "4.0.22" features = ["derive"] [dependencies.criner] version = "^0.4.0" [dependencies.env_logger] version = "0.10.0" features = [ "auto-color", "humantime", ] default-features = false [dependencies.humantime] version = "2.1.0" [dependencies.time] version = "0.3.5" features = [ "parsing", "macros", ] [features] default = [] migration = ["criner/migration"]