ucp-cli 0.1.13

Command-line interface for Unified Content Protocol
# 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"
rust-version = "1.75"
name = "ucp-cli"
version = "0.1.13"
authors = ["Unified Content Protocol Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for Unified Content Protocol"
homepage = "https://github.com/unified-content/ucp"
readme = "README.md"
keywords = [
    "ucp",
    "content",
    "cli",
    "document",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/unified-content/ucp"

[[bin]]
name = "ucp"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "wasmbind",
]

[dependencies.clap]
version = "4.4"
features = [
    "derive",
    "cargo",
]

[dependencies.clap_complete]
version = "4.4"

[dependencies.colored]
version = "2.0"

[dependencies.dialoguer]
version = "0.11"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tabled]
version = "0.15"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "sync",
    "time",
    "rt",
    "macros",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.ucl-parser]
version = "0.1.13"

[dependencies.ucm-core]
version = "0.1.13"

[dependencies.ucm-engine]
version = "0.1.13"

[dependencies.ucp-agent]
version = "0.1.13"

[dependencies.ucp-api]
version = "0.1.13"

[dependencies.ucp-llm]
version = "0.1.13"

[dependencies.ucp-observe]
version = "0.1.13"

[dependencies.ucp-translator-html]
version = "0.1.13"

[dependencies.ucp-translator-markdown]
version = "0.1.13"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.tempfile]
version = "3.10"