# 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 = "herkulex_communicator" version = "0.2.7" authors = ["Paul Florence "] description = "Communicate with drs0101 and drs0201 servomotors from command line." readme = "README.md" keywords = ["herkulex", "drs0201", "drs0101", "servomotor", "motor"] categories = ["command-line-utilities", "science::robotics"] license = "MIT/Apache-2.0" repository = "https://git.florencepaul.com/gbip/herkulex_manager" [profile.release] lto = true [dependencies.clap] version = "2.32.0" [dependencies.cursive] version = "0.16" features = ["termion-backend"] default-features = false [dependencies.drs-0x01] version = "0.3.0" [dependencies.serialport] version = "3.0.0"