logdna-client 0.0.17

wrapper around LogDNA's Ingest API
Documentation
[package]
name = "logdna-client"
version = "0.0.17"
authors = ["Connor Peticca <cjpet10@gmail.com>"]
edition = "2018"
license = "MIT"
description = "wrapper around LogDNA's Ingest API"

[dependencies]
#error handling
quick-error = "1"
#io
hyper = "0.12"
tokio = "0.1"
futures = "0.1"
http = "0.1"
flate2 = "1"
#tls
hyper-rustls = "0.16"
rustls = "0.15"
webpki = "0.19"
webpki-roots = "0.16"
ct-logs = "0.5"
#utils
chrono = "0.4"
#serailzation
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_urlencoded = "0.5"