sc-compose 0.45.2

CLI for composing AI prompts with sc-composer
# 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.85"
name = "sc-compose"
version = "0.45.2"
authors = ["agent-team-mail contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for composing AI prompts with sc-composer"
homepage = "https://github.com/randlee/agent-team-mail"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/randlee/agent-team-mail"
resolver = "2"

[[bin]]
name = "sc-compose"
path = "src/main.rs"

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

[dependencies.agent-team-mail-core]
version = "=0.45.2"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
default-features = true

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

[dependencies.sc-composer]
version = "=0.45.2"

[dependencies.sc-observability]
version = "=0.45.2"

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.ulid]
version = "1"

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

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

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