[package] name = "outflux" version = "0.1.0" edition = "2018" authors = ["Adam Szkoda "] license-file = "LICENSE" description = "InfluxDB 2.0 client library that supports writes only" homepage = "https://github.com/radicle-dev/outflux" repository = "https://github.com/radicle-dev/outflux" readme = "README.md" keywords = ["influxdb", "metrics", "observability"] categories = ["api-bindings"] [dependencies] reqwest = "0.11" thiserror = "1.0" url = "2.2" tracing = "0.1" [dev-dependencies] tokio = { version = "1.0", features = ["full"] }