urlsieve 0.3.1

Intelligent URL deduplication tool for bug bounty workflows
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"
rust-version = "1.85"
name = "urlsieve"
version = "0.3.1"
authors = ["Zian F. do Vale <UpsideDownFox@pm.me>"]
build = false
exclude = [
    "testdata/",
    ".github/",
    "benches/",
    "generator.bat",
    "generator.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intelligent URL deduplication tool for bug bounty workflows"
homepage = "https://github.com/zian25/urlsieve"
documentation = "https://docs.rs/urlsieve"
readme = "README.md"
keywords = [
    "bug-bounty",
    "url",
    "deduplication",
    "recon",
    "security",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/zian25/urlsieve"

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

[[bin]]
name = "urlsieve"
path = "src/main.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.ahash]
version = "0.8"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.percent-encoding]
version = "2"

[dependencies.rapidhash]
version = "4"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "1.1.2"

[dependencies.url]
version = "2"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[profile.bench]
opt-level = 3
lto = "thin"
codegen-units = 1

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
panic = "abort"
strip = "symbols"