# 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 = "ut181a" version = "0.2.1" authors = ["Anton Ageev "] include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] description = "Uni-T UT181A DMM remote control" readme = "README.md" keywords = ["dmm", "ut181a"] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/antage/ut181a" [dependencies.byteorder] version = "^1.2.0" [dependencies.chrono] version = "^0.4.0" [dependencies.cp211x_uart] version = "^0.2.0" [dependencies.error-chain] version = "^0.11.0" [dependencies.hid] version = "^0.4.1" [dependencies.nom] version = "^3.2.1" [badges.travis-ci] repository = "antage/ut181a"