# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "domain_info" version = "0.1.1" authors = ["Garrett Hunyadi "] description = "Fetch information about a domain, including front page stats and technologies used." license = "MIT OR Apache-2.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dns-lookup] version = "1.0.1" [dependencies.futures] version = "0.3" features = ["compat"] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.10" features = ["cookies", "json", "blocking"] [dependencies.scraper] version = "0.10.1" [dependencies.select] version = "0.4.3" [dependencies.serde] version = "1.0.99" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.trust-dns] version = "0.17.0" [dependencies.unicode-segmentation] version = "0.1.2" [dependencies.void] version = "1" [dependencies.whatlang] version = "0.3.0"