xchecker-cli 1.1.0

Command-line interface implementation for xchecker
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.89"
name = "xchecker-cli"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface implementation for xchecker"
homepage = "https://github.com/EffortlessMetrics/xchecker"
readme = false
keywords = [
    "cli",
    "spec",
    "requirements",
    "workflow",
    "automation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/xchecker"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.5.55"
features = [
    "derive",
    "derive",
]

[dependencies.tokio]
version = "=1.49.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.xchecker-config]
version = "1.1.0"

[dependencies.xchecker-engine]
version = "1.1.0"

[dependencies.xchecker-error-reporter]
version = "1.1.0"

[dependencies.xchecker-utils]
version = "1.1.0"