# 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 = "2018" name = "aardvark-dns" version = "1.13.0" authors = ["github.com/containers"] build = "build.rs" exclude = [ "/.cirrus.yml", "/.github/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A container-focused DNS server" homepage = "https://github.com/containers/aardvark-dns" readme = "README.md" categories = ["virtualization"] license = "Apache-2.0" repository = "https://github.com/containers/aardvark-dns" [package.metadata.vendor-filter] platforms = [ "x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "powerpc64le-unknown-linux-gnu", "s390x-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu", "x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl", ] [lib] name = "aardvark_dns" path = "src/lib.rs" [[bin]] name = "aardvark-dns" path = "src/main.rs" [dependencies.arc-swap] version = "1.7.1" [dependencies.clap] version = "~4.5.20" features = ["derive"] [dependencies.flume] version = "0.11.1" [dependencies.futures-util] version = "0.3.31" default-features = false [dependencies.hickory-client] version = "0.24.1" [dependencies.hickory-proto] version = "0.24.1" features = ["tokio-runtime"] [dependencies.hickory-server] version = "0.24.1" [dependencies.libc] version = "0.2.161" [dependencies.log] version = "0.4.22" [dependencies.nix] version = "0.29.0" features = [ "fs", "signal", ] [dependencies.syslog] version = "^7.0.0" [dependencies.tokio] version = "1.41.0" features = [ "macros", "rt-multi-thread", "net", "signal", ] [build-dependencies.chrono] version = "0.4.38"