zbx_sender 0.1.0

Implementation of Zabbix Sender Client.
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 = "zbx_sender"
version = "0.1.0"
authors = ["Alexander Andreev <andreevlex.as@gmail.com>"]
description = "Implementation of Zabbix Sender Client."
homepage = "https://github.com/andreevlex/zbx-sender-rs"
documentation = "https://docs.rs/zbx_sender"
readme = "README.md"
keywords = ["zabbix", "zabbix-sender", "zabbix-protocol"]
license = "MIT"
repository = "https://github.com/andreevlex/zbx-sender-rs"
[dependencies.byteorder]
version = "1.2.2"

[dependencies.failure]
version = "0.1.1"

[dependencies.serde]
version = "1.0.37"

[dependencies.serde_derive]
version = "1.0.37"

[dependencies.serde_json]
version = "1.0.13"