memtable-macros 0.2.0

Macro library that provides ability to derive typed tables and generate tables compile-time.
Documentation
[dependencies.darling]
version = "0.12.0"

[dependencies.heck]
version = "0.3.1"

[dependencies.proc-macro-crate]
version = "1.0.0"

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

[dependencies.quote]
version = "1.0.7"

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

[dependencies.voca_rs]
version = "1.13.0"
[dev-dependencies.memtable-core]
version = "=0.2.0"

[dev-dependencies.rustversion]
version = "1.0.4"

[dev-dependencies.trybuild]
version = "1.0.35"

[lib]
proc-macro = true

[package]
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
categories = ["data-structures"]
description = "Macro library that provides ability to derive typed tables and generate tables compile-time."
edition = "2018"
homepage = "https://github.com/chipsenkbeil/memtable-rs"
license = "MIT OR Apache-2.0"
name = "memtable-macros"
readme = "README.md"
repository = "https://github.com/chipsenkbeil/memtable-rs"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
features = ["docs"]
rustdoc-args = ["--cfg", "feature=\"docs\""]