# 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 = "hostparser" version = "0.1.3" authors = [ "zoid", "", ] description = "A very fast hostparser." readme = "README.md" license = "MIT" repository = "https://github.com/ethicalhackingplayground/hostparser" [dependencies.async-std] version = "1.12.0" [dependencies.clap] version = "^3.0.0-beta.2" [dependencies.futures] version = "0.3.26" [dependencies.futures-util] version = "0.3.26" [dependencies.governor] version = "0.5.1" [dependencies.itertools] version = "0.10.5" [dependencies.reqwest] version = "0.11.14" features = [ "native-tls", "blocking", ] [dependencies.spmc] version = "0.3.0" [dependencies.tldextract] version = "0.6.0" [dependencies.tokio] version = "^1.2.0" features = ["full"]