priority-lfu-derive 0.2.0

Derive macros for the priority-lfu crate.
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 = "priority-lfu-derive"
version = "0.2.0"
authors = ["Stu Schwartz <stu.schwartz@surrealdb.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for the priority-lfu crate."
homepage = "https://github.com/surrealdb/priority-lfu"
documentation = "https://docs.rs/priority-lfu-derive/"
readme = false
keywords = [
    "cache",
    "weighted",
    "derive",
    "macro",
]
categories = ["caching"]
license = "Apache-2.0"
repository = "https://github.com/surrealdb/priority-lfu"

[lib]
name = "priority_lfu_derive"
path = "src/lib.rs"
bench = false
proc-macro = true

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[lints.clippy]
allow_attributes = "allow"
assigning_clones = "warn"
bool_assert_comparison = "allow"
cloned_instead_of_copied = "warn"
debug_assert_with_mut_call = "warn"
disallowed_methods = "warn"
explicit_into_iter_loop = "warn"
fallible_impl_from = "warn"
get_unwrap = "warn"
implicit_clone = "warn"
inefficient_to_string = "warn"
large_types_passed_by_value = "warn"
lossy_float_literal = "warn"
option_as_ref_cloned = "warn"
redundant_clone = "warn"
set_contains_or_insert = "warn"
unnecessary_to_owned = "warn"
unused_async = "allow"
unwrap_used = "warn"