# 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 = "addr" version = "0.15.6" authors = ["rushmorem "] description = "A library for parsing domain names" documentation = "https://docs.rs/addr" readme = "README.md" keywords = [ "tld", "gtld", "cctld", "domain", "no_std", ] license = "MIT/Apache-2.0" repository = "https://github.com/addr-rs/addr" [[bench]] name = "list_benchmark" harness = false [dependencies.no-std-net] version = "0.5.0" features = ["serde"] optional = true default-features = false [dependencies.psl] version = "2.0.67" optional = true [dependencies.psl-types] version = "2.0.10" [dependencies.publicsuffix] version = "2.1.1" optional = true [dependencies.serde] version = "1.0.134" optional = true default-features = false [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.psl] version = "2.0.67" [dev-dependencies.publicsuffix] version = "2.1.1" [dev-dependencies.rspec] version = "1.0.0" [dev-dependencies.serde] version = "1.0.134" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.75" [features] default = [ "psl", "std", ] idna = [] net = ["no-std-net"] std = []