reflectapi-derive 0.16.8

Derive macros for reflectapi
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 = "reflectapi-derive"
version = "0.16.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for reflectapi"
homepage = "https://github.com/thepartly/reflectapi"
documentation = "https://docs.rs/reflectapi-derive"
readme = "README.md"
keywords = [
    "derive",
    "macro",
    "reflectapi",
    "reflection",
]
categories = [
    "web-programming",
    "development-tools",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/thepartly/reflectapi"

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

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

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

[dependencies.quote]
version = "1.0"

[dependencies.reflectapi-schema]
version = "0.16.8"

[dependencies.serde_derive_internals]
version = "0.29.0"

[dependencies.syn]
version = "2.0.52"
features = [
    "parsing",
    "extra-traits",
]

[lints.clippy]
dbg_macro = "deny"

[lints.rust]
rust_2018_idioms = "deny"