criner-cli 0.4.1

A command-line interface for the 'Criner' crates mining platform
Documentation
# 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 = "2024"
name = "criner-cli"
version = "0.4.1"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
build = false
include = [
    "src/**/*",
    "LICENSE.md",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
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"

[features]
default = []
migration = ["criner/migration"]

[lib]
name = "criner_cli"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "criner"
path = "src/main.rs"
doctest = false

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.criner]
version = "^0.4.1"

[dependencies.env_logger]
version = "0.11.10"
features = [
    "auto-color",
    "humantime",
]
default-features = false

[dependencies.humantime]
version = "2.3.0"

[dependencies.time]
version = "0.3.49"
features = [
    "parsing",
    "macros",
]

[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