nakadion 0.7.8

A connector for the Nakadi Event Broker
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "nakadion"
version = "0.7.8"
authors = ["Christian Douven <chridou@users.noreply.github.com>"]
description = "A connector for the Nakadi Event Broker"
homepage = "https://github.com/chridou/nakadion"
documentation = "https://docs.rs/nakadion"
readme = "README.md"
keywords = ["event", "broker", "distributed", "message", "nakadi"]
license = "Apache-2.0/MIT"
repository = "https://github.com/chridou/nakadion"
[dependencies.backoff]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.failure]
version = "0.1"

[dependencies.hyper]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.metrix]
version = "0.6"
optional = true

[dependencies.reqwest]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["serde_derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.url]
version = "1.4"

[dependencies.uuid]
version = "0.6"
features = ["serde", "v4"]
[dev-dependencies.env_logger]
version = "0.5"