# 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 = "rustydns" version = "0.1.2" description = "my first attempt at making a dns server with caching" readme = "README.md" license = "GPL-3.0-only" repository = "https://gitlab.com/vaelio/rustydns" [dependencies.async-trait] version = "0.1.80" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] [dependencies.mini-moka] version = "0.10.3" features = ["sync"] [dependencies.nom] version = "7.1.3" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", "net", "io-util", ]