[package] name = "open-metrics-client-derive-text-encode" version = "0.1.1" authors = ["Max Inden "] edition = "2018" description = "Auxiliary crate to derive text Encode trait from open-metrics-client." license = "Apache-2.0 OR MIT" repository = "https://github.com/mxinden/rust-open-metrics-client" homepage = "https://github.com/mxinden/rust-open-metrics-client" documentation = "https://docs.rs/open-metrics-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 = "1" [dev-dependencies] open-metrics-client = { path = "../" } [lib] proc-macro = true