url-static 0.1.4

Simple macro for compile-time URL validation
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.1"
name = "url-static"
version = "0.1.4"
authors = ["AverageHelper"]
build = false
include = [
    "/LICENSE-APACHE",
    "/LICENSE-MIT",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple macro for compile-time URL validation"
readme = "README.md"
keywords = [
    "url",
    "macro",
    "static",
    "const",
]
categories = [
    "development-tools",
    "web-programming",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://git.average.name/AverageHelper/url-static-rust"

[package.metadata.docs.rs]
features = ["doc"]

[features]
default = []
doc = ["dep:document-features"]
unstable = []

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

[dependencies.document-features]
version = "0.2.12"
optional = true

[dependencies.proc-macro2]
version = "1.0.*"
default-features = false

[dependencies.quote]
version = "1.0.*"

[dependencies.syn]
version = "2.0.*"
features = ["parsing"]
default-features = false

[dependencies.url]
version = "2.*"

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]