# 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" rust-version = "1.81" name = "adbyss_psl" version = "0.15.1" authors = ["Josh Stoik "] build = "build.rs" autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A minimal Public Suffix List hostname validator." readme = "README.md" keywords = [ "hostname", "validation", "publicsuffix", "idna", "punycode", ] license = "WTFPL" repository = "https://github.com/Blobfolio/adbyss" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = ["serde"] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", ] [lib] name = "adbyss_psl" path = "src/lib.rs" [[bench]] name = "psl_email" path = "benches/psl_email.rs" harness = false [[bench]] name = "psl_parse" path = "benches/psl_parse.rs" harness = false [dependencies.idna] version = "1.0.0" [dependencies.serde] version = "1.0.*" optional = true default-features = false [dependencies.trimothy] version = "0.6.*" [dev-dependencies.brunch] version = "0.7.*" [dev-dependencies.serde] version = "1.0.*" [dev-dependencies.serde_json] version = "1.0.*" [build-dependencies.idna] version = "1.0.0" [build-dependencies.serde_json] version = "1.0.100" [features] default = [] serde = ["dep:serde"]