# 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 = "dynamixel" version = "0.1.1" authors = ["Kjetil Kjeka "] description = "A (soon to be) full featured dynamixel servo library in rust" readme = "README.md" keywords = ["servo", "dynamixel", "rs485"] categories = ["no-std", "embedded", "hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/kjetilkjeka/dynamixel.rs" [[example]] name = "serialport" required-features = ["std", "serialport"] [dependencies.bit_field] version = "0.9.0" [dependencies.log] version = "0.4" [dependencies.serialport] version = "2.1" optional = true [dev-dependencies.badlog] version = "1.1" [dev-dependencies.serialport] version = "2.1" [features] default = [] std = ["log/std"] [badges.travis-ci] branch = "master" repository = "kjetilkjeka/dynamixel.rs"