zinc-daemon 0.3.1

Daemon for zinc, the agent multiplexer
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 = "2021"
rust-version = "1.80.0"
name = "zinc-daemon"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Daemon for zinc, the agent multiplexer"
homepage = "https://github.com/ComeBertrand/zinc"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "terminal",
    "multiplexer",
    "claude",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ComeBertrand/zinc"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.dirs]
version = "6"

[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.29"
features = [
    "term",
    "process",
    "signal",
    "fs",
]

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

[dependencies.serde_json]
version = "1"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.zinc-proto]
version = "0.3.1"

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