fncmd-impl 2.2.0

This crate shouldn't be used directly. Check fncmd.
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 = "fncmd-impl"
version = "2.2.0"
authors = ["Sʜɪᴍᴜʀᴀ Yū <mail@yuhr.org>"]
build = false
exclude = ["release.toml"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This crate shouldn't be used directly. Check fncmd."
readme = false
license = "MPL-2.0"
repository = "https://github.com/yuhr/fncmd"

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

[dependencies.cargo_metadata]
version = "0.15.4"

[dependencies.darling]
version = "0.13.4"

[dependencies.once_cell]
version = "1.17.1"

[dependencies.proc-macro-error]
version = "1.0.4"

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

[dependencies.quote]
version = "1.0.26"

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