flat_message_proc_macro 0.2.0

Procedural macros for the FlatMessage serialization library.
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 = "flat_message_proc_macro"
version = "0.2.0"
authors = [
    "Gavrilut Dragos <gavrilut.dragos@gmail.com>",
    "Andrei Damian <andreidaamian@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for the FlatMessage serialization library."
documentation = "https://docs.rs/flat_message_proc_macro"
readme = "README.md"
keywords = [
    "serialization",
    "deserialize",
    "serialize",
    "zero-copy",
    "schema-less",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT"
repository = "https://github.com/gdt050579/FlatMessage"

[features]
smallvec = []

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

[dependencies.crc32fast]
version = "1"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full"]

[lints.clippy]
module_inception = "allow"
new_without_default = "allow"