# 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-cli" version = "0.2.0" authors = ["Anton Ageev "] include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] description = "Uni-T UT181A DMM remote control CLI" readme = "README.md" keywords = ["dmm", "ut181a"] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/antage/ut181a-cli" [dependencies.ansi_term] version = "^0.10.2" [dependencies.clap] version = "~2.29.0" [dependencies.error-chain] version = "^0.11.0" [dependencies.hid] version = "^0.4.1" [dependencies.ut181a] version = "^0.2.0" [features] build = ["static", "hid/build"] default = [] static = ["hid/static"] [badges.travis-ci] repository = "antage/ut181a-cli"