# 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 = "psl-lexer" version = "0.3.1" authors = ["rushmorem "] description = "A lexer for Mozilla's Public Suffix List" documentation = "https://docs.rs/psl-lexer" readme = "README.md" keywords = ["tld", "gtld", "cctld", "domain", "psl"] license = "MIT/Apache-2.0" repository = "https://github.com/addr-rs/psl-lexer" [dependencies.error-chain] version = "0.12.4" [dependencies.indexmap] version = "1.6.1" [dependencies.native-tls] version = "0.2.7" optional = true [dependencies.url] version = "2.2.1" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rspec] version = "1.0.0" [features] default = ["remote_list"] remote_list = ["native-tls"]