rskit-cli 0.1.0-alpha.1

CLI framework: progress bars, structured output, signal handling
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"
rust-version = "1.91"
name = "rskit-cli"
version = "0.1.0-alpha.1"
authors = ["kbukum contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI framework: progress bars, structured output, signal handling"
homepage = "https://github.com/kbukum/rskit"
documentation = "https://docs.rs/rskit-cli"
readme = "README.md"
keywords = [
    "cli",
    "progress",
    "signal",
    "terminal",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/kbukum/rskit"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "rskit_cli"
path = "src/lib.rs"

[[test]]
name = "cli_behavior"
path = "tests/cli_behavior.rs"

[dependencies.indicatif]
version = "0.18"

[dependencies.rskit-errors]
version = "0.1.0-alpha.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_norway]
version = "0.9"

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
    "full",
]