rust_flatbuffer_macros 1.1.0

Macros for simplifying the building of flatbuffer messages
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"
name = "rust_flatbuffer_macros"
version = "1.1.0"
build = "build.rs"
exclude = ["tests/*"]
include = [
    "src/**/*",
    "LICENSE",
    "README.md",
    "RELEASE_NOTES.md",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for simplifying the building of flatbuffer messages"
homepage = "https://github.com/AndrewOfC/rust_flatbuffer_macros.git"
documentation = "https://docs.rs/rust_flatbuffer_macros"
readme = "README.md"
keywords = [
    "macros",
    "flatbuffer",
    "flatbuffers",
    "no_std",
    "serialization",
]
categories = [
    "rust-patterns",
    "encoding",
    "no-std",
]
license = "MIT"
repository = "https://github.com/AndrewOfC/rust_flatbuffer_macros.git"

[lib]
name = "rust_flatbuffer_macros"
path = "src/lib.rs"
doctest = false

[dependencies.flatbuffers]
version = "25.12.19"
default-features = false

[dependencies.paste]
version = "1.0.15"

[dev-dependencies.rand]
version = "0.10.0"

[build-dependencies.flatbuffers-build]
version = "0.2.4+flatc-25.12.19"