facet-derive-parse 0.27.11

Parser support for facet-derive's macro expansion
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.87.0"
name = "facet-derive-parse"
version = "0.27.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser support for facet-derive's macro expansion"
readme = "README.md"
keywords = [
    "reflection",
    "introspection",
    "serialization",
    "deserialization",
    "derive",
]
categories = [
    "development-tools",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/facet-rs/facet"

[features]
function = []

[lib]
name = "facet_derive_parse"
path = "src/lib.rs"

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

[dependencies.quote]
version = "1.0.40"

[dependencies.unsynn]
version = "0.1.0"