url-macro 0.2.4

A compile-time URL validation macro. Parses and checks URLs at compile-time, converting valid URLs into `url::Url` objects. Provides early error detection for malformed URLs.
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 = "2021"
rust-version = "1.85.0"
name = "url-macro"
version = "0.2.4"
build = false
exclude = [
    ".*",
    "*.local.*",
    "doc/dev",
    "specs",
    "AGENTS.ts",
    "README.ts",
    "AGENTS*.md",
    "CLAUDE*.md",
    "deno.lock",
    "deno.json",
    "commitlint.config.mjs",
    "fnox.toml",
    "mise.toml",
    "rumdl.toml",
    "rustfmt.toml",
    ".yolobox",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compile-time URL validation macro. Parses and checks URLs at compile-time, converting valid URLs into `url::Url` objects. Provides early error detection for malformed URLs."
homepage = "https://github.com/DenisGorbachev/url-macro"
readme = "README.md"
keywords = [
    "url",
    "utils",
]
categories = [
    "development-tools::procedural-macro-helpers",
    "rust-patterns",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/DenisGorbachev/url-macro"
resolver = "3"

[package.metadata.details]
peers = ["url"]
title = "Compile-time URL validation"

[lib]
name = "url_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies.url]
version = "2.0.0"

[lints.clippy]
absolute_paths = "deny"
arithmetic_side_effects = "deny"

[lints.rust]
redundant_imports = "deny"
unused_import_braces = "deny"