# 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" rust-version = "1.75" name = "trippy-dns" version = "0.11.0" authors = ["FujiApple "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lazy DNS resolver for Trippy" homepage = "https://github.com/fujiapple852/trippy" readme = "README.md" keywords = [ "cli", "tui", "traceroute", "ping", "icmp", ] categories = [ "command-line-utilities", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/fujiapple852/trippy" [lib] name = "trippy_dns" path = "src/lib.rs" [dependencies.crossbeam] version = "0.8.4" [dependencies.dns-lookup] version = "2.0.4" [dependencies.hickory-resolver] version = "0.24.1" [dependencies.itertools] version = "0.13.0" [dependencies.parking_lot] version = "0.12.3" [dependencies.thiserror] version = "1.0.60" [dev-dependencies.anyhow] version = "1.0.83" [lints.clippy] bool_assert_comparison = "allow" cast_possible_truncation = "allow" cast_precision_loss = "allow" missing_errors_doc = "allow" module_name_repetitions = "allow" option_if_let_else = "allow" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] unsafe_code = "deny" [lints.rust.rust_2018_idioms] level = "warn" priority = -1