# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dynamixel2-cli" version = "0.9.1" publish = ["crates-io"] description = "dynamixel protocol 2.0 command line utility" readme = "README.md" keywords = [ "dynamixel", "servo", "motor", "serial", ] categories = ["science::robotics"] license = "BSD-2-Clause" repository = "https://github.com/robohouse-delft/dynamixel2-rs" [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.clap_complete] version = "4.4.4" [dependencies.dynamixel2] version = "^0.9.1" features = ["log"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.serial2] version = "0.2.10"