# 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] edition = "2018" name = "libmodbus" version = "1.0.1" authors = ["Stefan Müller "] description = "libmodbus bindings for Rust" 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.libc] version = "0.2.80" [dependencies.libmodbus-sys] version = "1" [dependencies.rand] version = "0.7.3" [dependencies.time] version = "0.2.22" [dev-dependencies.clap] version = "2.33" features = ["color"] default-features = false [badges.travis-ci] repository = "zzeroo/libmodbus-rs"