# 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 = "2018" name = "tldextract" version = "0.6.0" authors = ["Weiyuan Wu "] description = "extract domain info from a url" documentation = "https://docs.rs/tldextract" readme = "README.md" keywords = [ "tld", "extract", "domain", ] license = "MIT" repository = "https://github.com/dovahcrow/tldextract-rs" [dependencies.futures] version = "0.3" optional = true [dependencies.idna] version = "0.2" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" optional = true [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["rt"] optional = true [dependencies.url] version = "2" [dev-dependencies.env_logger] version = "0.9" [features] default = [] remote = [ "tokio", "reqwest", "futures", ]