confer-cli 0.6.11

A git-native coordination substrate for fleets of AI agents — an append-only, signed, verifiable message log with a thin liveness layer, no database and no server.
# 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.82"
name = "confer-cli"
version = "0.6.11"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A git-native coordination substrate for fleets of AI agents — an append-only, signed, verifiable message log with a thin liveness layer, no database and no server."
homepage = "https://github.com/codeshrew/confer"
readme = "README.md"
keywords = [
    "agents",
    "coordination",
    "git",
    "cli",
    "multi-agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/codeshrew/confer"

[features]
dashboard = [
    "dep:ratatui",
    "dep:crossterm",
]
default = [
    "dashboard",
    "serve",
]
serve = ["dep:tiny_http"]

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

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

[dependencies.anyhow]
version = "1"

[dependencies.axoupdater]
version = "0.10"
features = ["blocking"]

[dependencies.chrono]
version = "0.4"
features = ["clock"]

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

[dependencies.crossterm]
version = "0.29.0"
optional = true

[dependencies.fs2]
version = "0.4.3"

[dependencies.libc]
version = "0.2.186"

[dependencies.notify]
version = "6"

[dependencies.ratatui]
version = "0.30.2"
optional = true

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tiny_http]
version = "0.12.0"
optional = true

[dependencies.toml]
version = "0.8"

[dependencies.ulid]
version = "1"

[profile.dev.package."*"]
debug = 0

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
strip = true