[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[lib]
name = "ring_buffer_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Sourav Mishra <sourav.m.bt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "rust-patterns", "development-tools::procedural-macro-helpers"]
description = "A procedural macro for creating ring buffer (circular buffer) data structures at compile time"
documentation = "https://docs.rs/ring-buffer-macro"
edition = "2021"
keywords = ["ring-buffer", "circular-buffer", "macro", "procedural-macro", "data-structure"]
license = "MIT"
name = "ring-buffer-macro"
readme = "README.md"
repository = "https://github.com/0xsouravm/ring-buffer-macro"
version = "0.1.0"
[[test]]
name = "tests"
path = "tests/tests.rs"