# 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" name = "adns-server" version = "0.1.1" authors = ["Protryon "] description = "ADNS Server Library & Binary" readme = "README.md" keywords = ["dns"] license = "Apache-2.0" repository = "https://github.com/protryon/adns" [lib] path = "./src/lib.rs" [[bin]] name = "adns-server" path = "./src/main.rs" [dependencies.adns-proto] version = "0.1" [dependencies.adns-zone] version = "0.1" [dependencies.arc-swap] version = "1.6" [dependencies.async-trait] version = "0.1" [dependencies.defer-lite] version = "1.0.0" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.prometheus] version = "0.13.3" [dependencies.prometheus_exporter] version = "0.8" [dependencies.really-notify] version = "0.1.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.smallvec] version = "1.10.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies] [features] default = ["file_zone"] file_zone = ["really-notify"]