# 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 = "tld_extract" version = "0.1.0" authors = ["Kali-Team "] description = "extract domain info from a url" documentation = "https://docs.rs/tld_extract" readme = "README.md" keywords = [ "tld", "extract", "domain", ] license = "GPL-3.0-only" repository = "https://github.com/emo-crab/tldextract-rs" [dependencies.idna] version = "0.5.0" [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "native-tls", "native-tls-vendored", ] optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1"