koi-compose 0.4.1

Composition layer for Koi: the single source for constructing cores, wiring cross-domain bridges, the runtime orchestrator, capability status, and ordered shutdown
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.92"
name = "koi-compose"
version = "0.4.1"
authors = ["Sylin.org <hello@sylin.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composition layer for Koi: the single source for constructing cores, wiring cross-domain bridges, the runtime orchestrator, capability status, and ordered shutdown"
homepage = "https://sylin.org/koi"
readme = "README.md"
keywords = [
    "koi",
    "composition",
    "orchestrator",
    "networking",
]
categories = ["network-programming"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/sylin-org/koi"

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

[dependencies.hickory-proto]
version = "0.26"

[dependencies.koi-certmesh]
version = "=0.4.1"
default-features = false

[dependencies.koi-client]
version = "=0.4.1"

[dependencies.koi-common]
version = "=0.4.1"

[dependencies.koi-config]
version = "=0.4.1"

[dependencies.koi-crypto]
version = "=0.4.1"
default-features = false

[dependencies.koi-dashboard]
version = "=0.4.1"
default-features = false

[dependencies.koi-dns]
version = "=0.4.1"

[dependencies.koi-health]
version = "=0.4.1"

[dependencies.koi-mdns]
version = "=0.4.1"

[dependencies.koi-proxy]
version = "=0.4.1"

[dependencies.koi-runtime]
version = "=0.4.1"
default-features = false

[dependencies.koi-udp]
version = "=0.4.1"

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.tracing]
version = "0.1"