aam-derive 2.8.1

Derive macros for aam-rs: FromAam, schema_to_struct
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.89.0"
name = "aam-derive"
version = "2.8.1"
authors = ["Nikita Goncharov <ininids@ininids.in.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for aam-rs: FromAam, schema_to_struct"
readme = "README.md"
keywords = [
    "aam",
    "derive",
    "macro",
    "config",
    "parser",
]
categories = [
    "data-structures",
    "parsing",
    "config",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/aam-rs/aam-rs"
resolver = "2"

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

[dependencies.aam-core]
version = "2.7.1"

[dependencies.nah]
version = "0.1.2"

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

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

[dependencies.quote]
version = "1"

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