[dependencies.darling]
version = "0.23.0"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["extra-traits"]
version = "2"
[lib]
name = "redis_args_impl"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["OpenTalk GmbH <mail@opentalk.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Derive macro for reading and writing types for redis usage, either through serde or format args - proc-macro implementation"
documentation = "https://docs.rs/redis-args-impl"
edition = "2024"
homepage = "https://opentalk.eu/"
license = "MIT OR Apache-2.0"
name = "redis-args-impl"
publish = true
readme = "README.md"
repository = "https://gitlab.opencode.de/opentalk/libs/redis-args"
version = "0.22.0"