[package] name = "tokio_telegraf" version = "0.5.0" authors = [ "Matteo Bigoi ", "Max Mindlin ", ] edition = "2021" repository = "https://github.com/crisidev/tokio_telegraf" description = "Minimal async rust wrapper for the telegraf/influxdb protocol, based on Tokio" license = "MIT" readme = "README.md" keywords = ["telegraf", "influxdb", "metrics", "tokio", "async"] categories = ["asynchronous", "database"] [workspace] members = ["tests", "tokio_telegraf_derive"] [dependencies] thiserror = "1.0" tokio_telegraf_derive = "0.1" tokio = { version = "1", features = ["net", "io-util", "rt-multi-thread", "macros"] } url = "2.5"