# 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 = "whos" version = "0.3.0" authors = ["Blair Noctis "] include = [ "src/", "examples/", "Cargo.*", "*.adoc", "*.toml", "LICENSE", ] description = "whois library" homepage = "https://github.com/nc7s/whos" keywords = [ "whois", "domain-name", ] categories = ["web-programming"] license = "BSD-3-Clause" repository = "https://github.com/nc7s/whos.git" [dependencies.chrono] version = "0.4" optional = true [dependencies.lazy-regex] version = "3" [dependencies.punycode] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = ["parsing"] optional = true [dependencies.whos-data] version = "0.1.0" [features] chrono = ["dep:chrono"] time = ["dep:time"]