sidedns-core 0.1.1

SideDNS — local DNS routing for developers
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 = "2024"
name = "sidedns-core"
version = "0.1.1"
authors = [
    "Wilfried-Tech <wilfriedtech.dev@gmail.com>",
    "SideDNS Contributors <https://github.com/sidedns/sidedns/graphs/contributors>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SideDNS — local DNS routing for developers"
homepage = "https://github.com/Wilfried-Tech/sidedns"
documentation = "https://github.com/Wilfried-Tech/sidedns"
readme = false
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Wilfried-Tech/sidedns"
resolver = "2"

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.arc-swap]
version = "1.9.1"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.confy]
version = "2"
features = ["toml_conf"]

[dependencies.daemon-kit]
version = "0.1.4"

[dependencies.dashmap]
version = "6.2.1"

[dependencies.dirs]
version = "6"

[dependencies.glob]
version = "0.3.3"

[dependencies.hickory-resolver]
version = "0.24.4"
features = ["tokio-runtime"]

[dependencies.hickory-server]
version = "0.24.4"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.10.1"
features = [
    "server",
    "http1",
    "client",
]

[dependencies.hyper-util]
version = "0.1.20"
features = ["tokio"]

[dependencies.interprocess]
version = "2.4.2"
features = ["tokio"]

[dependencies.rcgen]
version = "0.14.8"
features = [
    "x509-parser",
    "default",
]

[dependencies.regex]
version = "1.12.3"

[dependencies.rustls-pemfile]
version = "2"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha1]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = [
    "io-std",
    "signal",
    "tracing",
    "process",
]

[dependencies.tokio-rustls]
version = "0.26"
features = ["ring"]

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

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

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

[dev-dependencies.uuid]
version = "1.23.2"
features = ["v4"]

[target."cfg(windows)".dependencies.widestring]
version = "1.2.1"