match-domain 0.1.3

Rapid checker for the prefix and suffix matching of domain names
Documentation
# 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 = "2024"
name = "match-domain"
version = "0.1.3"
authors = ["Jun Kurihara"]
build = false
autolib = 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"

[lib]
name = "match_domain"
path = "src/lib.rs"

[dependencies.cedarwood]
version = "0.4.6"

[dependencies.regex]
version = "1.11.2"

[dependencies.thiserror]
version = "2.0.16"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
incremental = false
strip = true