[package] name = "prom-types" version = "0.1.1" edition = "2021" authors = ["Huo Linhe "] description = """ Protobuf Types for Prometheus Remote Read/Write, from TAOS Data Inc. - the creator of TDengine. """ license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] prost = "0.8" serde = {version = "1.0", features = ["derive"]}