# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dirty-dns" version = "0.1.0" authors = ["__JM_Joy__ <918734043@qq.com>"] exclude = [".gitignore", ".travis.yml", "rustfmt.toml", "config.toml", "config.example.toml", "config.test.toml"] description = "A simple and dirty dns server support match regex query name, get ip by execute command, etc." readme = "README.md" keywords = ["rust", "dns", "dns-server", "regex"] license-file = "LICENSE" repository = "https://github.com/jmjoy/dirty-dns" [dependencies.clap] version = "2.33.0" [dependencies.num_cpus] version = "1.10.1" [dependencies.regex] version = "1.2.0" [dependencies.serde] version = "1.0.98" [dependencies.serde_derive] version = "1.0.98" [dependencies.toml] version = "0.5.1" features = ["preserve_order"]