koi-embedded 0.4.1

Embed local network discovery, DNS, health, and TLS directly in your Rust application
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-embedded"
version = "0.4.1"
authors = ["Sylin.org <hello@sylin.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embed local network discovery, DNS, health, and TLS directly in your Rust application"
homepage = "https://sylin.org/koi"
readme = "README.md"
keywords = [
    "embedded",
    "networking",
    "mdns",
    "dns",
    "tls",
]
categories = ["network-programming"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/sylin-org/koi"

[features]
default = [
    "docker",
    "keyring",
    "qr",
]
docker = ["koi-runtime/docker"]
full = [
    "docker",
    "keyring",
    "qr",
]
keyring = ["koi-crypto/keyring"]
qr = ["koi-crypto/qr"]

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

[[example]]
name = "embedded-basic"
path = "examples/embedded-basic.rs"

[[example]]
name = "embedded-integration"
path = "examples/embedded-integration.rs"

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

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

[dependencies.axum]
version = "0.8"

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

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

[dependencies.hostname]
version = "0.4"

[dependencies.if-addrs]
version = "0.15"

[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-compose]
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.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "stream",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

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

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "cors",
]

[dependencies.tracing]
version = "0.1"

[dependencies.utoipa]
version = "5"
features = [
    "axum_extras",
    "chrono",
]

[dependencies.utoipa-scalar]
version = "0.3"
features = ["axum"]

[dev-dependencies.base64]
version = "0.22"