# 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 = "adnix" version = "0.4.10" authors = ["Harsh Shandilya "] include = [ "src/**/*", "/README.md", ] description = "Rust binary to generate DNSMasq and Unbound configurations from UNIX host files" homepage = "https://github.com/msfjarvis/adnix-rs" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/msfjarvis/adnix-rs" [package.metadata.wix] eula = false license = false path-guid = "44B8D28F-3CF0-4AF6-A080-504A5E506882" upgrade-guid = "53119216-7786-4FE4-B2A2-23FABE108795" [profile.dist] lto = "thin" inherits = "release" [profile.release] lto = "thin" codegen-units = 1 panic = "abort" [dependencies.clap] version = "4.5.4" features = [ "color", "deprecated", "derive", ] [dependencies.color-eyre] version = "0.6.3" default-features = false [dependencies.regex] version = "1.10.4" [dependencies.ureq] version = "2.9.6"