# 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 = "racine" version = "0.1.4" authors = ["Justin Duch "] description = "A basic DNS server with geo-lookup for multi-region routing." readme = "README.md" keywords = [ "dns", "maxmind", "dns-server", ] license = "MIT" repository = "https://github.com/halcyonnouveau/racine" [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.72" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.maxminddb] version = "0.23.0" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.175" [dependencies.serde_yaml] version = "0.9.25" [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.29.1" features = [ "macros", "rt-multi-thread", "net", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.trust-dns-resolver] version = "0.22.0" features = ["serde-config"] [dependencies.trust-dns-server] version = "0.22.1" [dependencies.url] version = "2.4.0"