prometheus-client-derive-encode 0.4.2

Auxiliary crate to derive Encode trait from prometheus-client.
Documentation
[package]
name = "prometheus-client-derive-encode"
version = "0.4.2"
authors = ["Max Inden <mail@max-inden.de>"]
edition = "2021"
description = "Auxiliary crate to derive Encode trait from prometheus-client."
license = "Apache-2.0 OR MIT"
repository = "https://github.com/prometheus/client_rust"
homepage = "https://github.com/prometheus/client_rust"
documentation = "https://docs.rs/prometheus-client-derive-text-encode"

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

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = "2"

[dev-dependencies]
prometheus-client = { path = "../", features = ["protobuf"] }

[lib]
proc-macro = true