crous-derive 1.1.0

Proc-macro derive for Crous schema-bound types with stable field IDs
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.85.0"
name = "crous-derive"
version = "1.1.0"
authors = ["Pawan Kumar"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macro derive for Crous schema-bound types with stable field IDs"
homepage = "https://github.com/axiomchronicles/crous"
documentation = "https://docs.rs/crous-derive"
readme = "README.md"
keywords = [
    "serialization",
    "derive",
    "proc-macro",
    "codec",
    "crous",
]
categories = [
    "encoding",
    "development-tools::procedural-macro-helpers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/axiomchronicles/crous"

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

[[test]]
name = "derive_types"
path = "tests/derive_types.rs"

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

[dependencies.quote]
version = "1"

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

[dependencies.xxhash-rust]
version = "0.8"
features = [
    "xxh64",
    "xxh3",
]

[dev-dependencies.crous-core]
version = "1.1.0"