# 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 = "match-domain" version = "0.1.2" authors = ["Jun Kurihara"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rapid checker for the prefix and suffix matching of domain names" homepage = "https://github.com/junkurihara/rust-match-domain" readme = "README.md" keywords = [ "dns", "domain", "blocklist", "allowlist", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/junkurihara/rust-match-domain" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" incremental = false strip = true [lib] name = "match_domain" path = "src/lib.rs" [dependencies.cedarwood] version = "0.4.6" [dependencies.regex] version = "1.11.1" [dependencies.thiserror] version = "2.0.3"