# 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 = "public-suffix" version = "0.1.2" authors = ["1Password"] build = false include = [ "src/", "../LICENSE-APACHE", "../LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Crate for efficient determination of eTLD+1 based on the Mozilla Public Suffix List." readme = "README.md" keywords = [ "tld", "etld", "domain", "publicsuffix", ] license = "MIT OR Apache-2.0" repository = "https://github.com/1Password/passkey-rs" [lib] name = "public_suffix" path = "src/lib.rs" [dependencies] [features] default = ["default_provider"] default_provider = [] [lints.clippy] as_conversions = "deny" dbg_macro = "deny" result_unit_err = "deny" todo = "deny" undocumented_unsafe_blocks = "deny" unimplemented = "deny" unused_async = "deny" [lints.rust] missing_docs = "warn" unused-qualifications = "deny" unused_must_use = "forbid" [lints.rustdoc] broken_intra_doc_links = "deny"