evix-daemon 1.0.0

Unix socket daemon for evix
# 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.90.0"
name = "evix-daemon"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unix socket daemon for evix"
readme = false
license = "EUPL-1.2"
repository = "https://github.com/manic-systems/evix"

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

[[bin]]
name = "evixd"
path = "src/bin/evixd.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.evix]
version = "1.0.0"

[dependencies.evix-protocol]
version = "1.0.0"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.libc]
version = "0.2.186"

[dependencies.pound]
version = "0.1.6"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tokio]
version = "1.52.3"
features = [
    "io-std",
    "io-util",
    "net",
    "process",
    "rt",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1.44"