figen-proc-macros 0.2.0

Procedural macro implementation for the figen configuration library
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 = "2021"
name = "figen-proc-macros"
version = "0.2.0"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macro implementation for the figen configuration library"
homepage = "https://github.com/rustyflight/figen"
documentation = "https://docs.rs/figen-proc-macros"
readme = "README.md"
keywords = [
    "configuration",
    "embedded",
    "macros",
]
categories = ["config"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustyflight/figen"

[features]
serde = []
std = []

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

[dependencies.darling]
version = "0.23.0"

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

[dependencies.quote]
version = "1.0.40"

[dependencies.stringcase]
version = "0.4.0"

[dependencies.syn]
version = "2.0.104"
features = ["full"]