[go: up one dir, main page]

tora_derive 0.1.3

The derive procedural macros for the tora crate.
Documentation
[package]
name = "tora_derive"
description = "The derive procedural macros for the tora crate."
license = "MIT"
version = "0.1.3"
edition = "2021"
categories = ["data-structures", "encoding", "filesystem", "network-programming", "parsing"]
keywords = ["bytes", "network", "packet", "serde", "bson"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true

[dev-dependencies]
tora = { path = ".." }

[dependencies]
syn = { version = "2.0.4", features = ["full"] }
quote = "1.0.23"
proc-macro2 = "1.0.63"