facet-macros-impl 0.43.2

Implementation of facet derive macros (parsing and code generation)
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.90"
name = "facet-macros-impl"
version = "0.43.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of facet derive macros (parsing and code generation)"
homepage = "https://facet.rs"
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"

[package.metadata."docs.rs"]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

[features]
ci = ["slow-tests"]
default = ["helpful-derive"]
doc = []
function = []
helpful-derive = ["dep:strsim"]
slow-tests = []

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

[dependencies.facet-macro-parse]
version = "0.43.2"

[dependencies.facet-macro-types]
version = "0.43.2"

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

[dependencies.quote]
version = "1"

[dependencies.strsim]
version = "0.11"
optional = true

[dependencies.unsynn]
version = "^0.3.0"

[dev-dependencies]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(facet_no_doc)"]