koi-client 0.3.0

HTTP client for the Koi daemon
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-client"
version = "0.3.0"
authors = ["Sylin.org <hello@sylin.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP client for the Koi daemon"
homepage = "https://sylin.org/koi"
readme = "README.md"
keywords = [
    "koi",
    "client",
    "http",
    "daemon",
    "api",
]
categories = [
    "network-programming",
    "api-bindings",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/sylin-org/koi"

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

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

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

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

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.ureq]
version = "2"
features = ["json"]