# 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 = "truebner-smt100" version = "0.2.1" authors = ["slowtec GmbH "] description = "Drivers for the TRUEBNER SMT100 Soil Moisture Sensor" homepage = "https://github.com/slowtec/truebner-smt100" readme = "README.md" keywords = ["sensor", "soil-moisture", "water-content", "temperature", "modbus"] categories = ["hardware-support", "network-programming", "asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/slowtec/truebner-smt100" [dependencies.byteorder] version = "1" [dependencies.futures] version = "0.1" [dependencies.log] version = "~0.4" [dependencies.tokio] version = "0.1" [dependencies.tokio-core] version = "0.1" [dependencies.tokio-io] version = "0.1" [dependencies.tokio-modbus] version = "~0.3.2" features = ["rtu"] optional = true default-features = false [dependencies.tokio-serial] version = "3.2" optional = true default-features = false [dev-dependencies.chrono] version = "~0.4" [dev-dependencies.env_logger] version = "~0.6" [dev-dependencies.stream-cancel] version = "~0.4" [features] default = ["modbus-rtu", "mock"] mock = [] modbus-rtu = ["tokio-modbus", "tokio-serial"] [badges.travis-ci] repository = "slowtec/truebner-smt100"