# 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.69" name = "whois-rust" version = "1.6.0" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "This is a WHOIS client library for Rust, inspired by https://github.com/hjr265/node-whois" homepage = "https://magiclen.org/whois-rust" readme = "README.md" keywords = ["whois"] categories = ["web-programming::websocket"] license = "MIT" repository = "https://github.com/magiclen/whois-rust" [package.metadata.docs.rs] all-features = true [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "fs", "net", "time", "io-util", ] optional = true [dependencies.trust-dns-client] version = "0.23" [dependencies.validators] version = "0.25" features = [ "derive", "host", ] default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ]