You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
[package]
|
|
|
name = "mqtt2statsd"
|
|
|
description = "MQTT to StatsD bridge"
|
|
|
license = "MIT"
|
|
|
readme = "README.md"
|
|
|
homepage = "https://git.homnomnom.fr/nomis/mqtt2statsd"
|
|
|
repository = "https://git.homnomnom.fr/nomis/mqtt2statsd"
|
|
|
version = "0.1.0"
|
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies]
|
|
|
clap = { version = "4.3", features = [ "derive", "cargo" ]}
|
|
|
paho-mqtt = "0.12"
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
statsd = "0.16"
|
|
|
toml = "0.8"
|
|
|
simplelog = "0.12"
|
|
|
log = "0.4"
|
|
|
ctrlc = "3.4"
|