# 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 = "diglett" version = "0.3.0" description = "A simple DNS client capable of output either JSON, or colorful text in terminal ;)" homepage = "https://gitlab.com/bernard-xl/diglett/-/blob/main/README.md" readme = "README.md" keywords = [ "dns", "json", "rfc1035", ] categories = ["command-line-utilities"] license = "LGPL-2.1-only" repository = "https://gitlab.com/bernard-xl/diglett" [dependencies.bitflags] version = "2.3.1" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "4.3.0" features = [ "derive", "env", ] [dependencies.hex] version = "0.4" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.termion] version = "2.0.1" [dependencies.thiserror] version = "1.0.40"