redis-module-macros 2.0.8

A macros crate for redismodule-rs
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 = "redis-module-macros"
version = "2.0.8"
authors = ["Meir Shpilraien <meir@redis.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A macros crate for redismodule-rs"
readme = false
keywords = [
    "redis",
    "plugin",
]
categories = [
    "database",
    "api-bindings",
]
license = "BSD-3-Clause"
repository = "https://github.com/RedisLabsModules/redismodule-rs"

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

[dependencies.common]
version = "0.1.1"
package = "redis-module-common"

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

[dependencies.quote]
version = "1.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_syn]
version = "0.1.0"

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