recallable-macro 0.2.0

Macro suite for the recallable crate: enables model with #[recallable_model] and automatic trait derives for `Recallable` and `Recall`.
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.88"
name = "recallable-macro"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro suite for the recallable crate: enables model with #[recallable_model] and automatic trait derives for `Recallable` and `Recall`."
documentation = "https://docs.rs/recallable"
readme = "README.md"
keywords = [
    "memento-pattern",
    "derive",
    "macro",
    "serde",
]
categories = [
    "data-structures",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ShapelessCat/recallable"

[package.metadata.docs.rs]
all-features = true

[features]
impl_from = []
serde = []

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

[dependencies.proc-macro-crate]
version = "3.5.0"

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

[dependencies.quote]
version = "1.0.45"

[dependencies.syn]
version = "2.0.117"
features = [
    "full",
    "visit",
    "extra-traits",
]