libmodbus-rs 0.5.8

C bindings to libmodbus
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 = "libmodbus-rs"
version = "0.5.8"
authors = ["Stefan Müller <co@zzeroo.com>"]
description = "C bindings to libmodbus"
homepage = "http://zzeroo.github.io/libmodbus-rs"
documentation = "http://zzeroo.github.io/libmodbus-rs/libmodbus_rs/index.html"
readme = "README.md"
keywords = ["modbus", "libmodbus"]
categories = ["api-bindings"]
license = "LGPL-2.1"
repository = "https://github.com/zzeroo/libmodbus-rs.git"
[dependencies.error-chain]
version = "0.11"

[dependencies.rand]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.libmodbus-sys]
version = "0.5.0"

[dependencies.clap]
version = "2.24.2"
features = ["color"]
default-features = false
[badges.travis-ci]
repository = "zzeroo/libmodbus-rs"