fory-derive 1.7.0

Apache Fory: Blazingly fast multi-language serialization framework with trait objects and reference support.
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"
rust-version = "1.70"
name = "fory-derive"
version = "1.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apache Fory: Blazingly fast multi-language serialization framework with trait objects and reference support."
homepage = "https://fory.apache.org"
readme = "README.md"
keywords = [
    "serialization",
    "serde",
    "trait-object",
    "zero-copy",
    "schema-evolution",
]
categories = ["encoding"]
license-file = "LICENSE"
repository = "https://github.com/apache/fory"

[features]
default = ["fields-loop-unroll"]
fields-loop-unroll = []
tests = []

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

[dependencies.fory-core]
version = "1.7.0"

[dependencies.proc-macro-crate]
version = "1.3"

[dependencies.proc-macro2]
version = "1.0"
default-features = false

[dependencies.quote]
version = "1.0"
default-features = false

[dependencies.syn]
version = "2.0"
features = [
    "parsing",
    "proc-macro",
    "derive",
    "fold",
    "printing",
]
default-features = false