[dependencies.proc-macro2]
version = "1.0.0"
[dependencies.quote]
version = "1.0.0"
[dependencies.syn]
version = "2.0.3"
[lib]
name = "askama_web_derive"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
collapsible_match = "warn"
expect_used = "warn"
match_bool = "warn"
match_ref_pats = "warn"
match_same_arms = "warn"
match_single_binding = "warn"
needless_bool = "deny"
needless_late_init = "warn"
needless_match = "warn"
redundant_guards = "warn"
redundant_pattern = "warn"
redundant_pattern_matching = "warn"
single_match = "warn"
single_match_else = "warn"
unwrap_used = "warn"
[lints.rust]
absolute_paths_not_starting_with_crate = "warn"
elided_lifetimes_in_paths = "warn"
explicit_outlives_requirements = "warn"
meta_variable_misuse = "warn"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
non_ascii_idents = "warn"
noop_method_call = "warn"
single_use_lifetimes = "warn"
trivial_casts = "warn"
unused_crate_dependencies = "warn"
warnings = "warn"
[lints.rust.unknown_lints]
level = "allow"
priority = -1
[lints.rust.unsafe_code]
level = "forbid"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "Proc-macros used by `askama_web`"
edition = "2024"
homepage = "https://askama.readthedocs.io/"
keywords = []
license = "MIT OR Apache-2.0"
name = "askama_web_derive"
readme = "README.md"
repository = "https://github.com/rinja-rs/askama_web/"
rust-version = "1.88"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition", "--cfg=docsrs"]