# 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 = "lss_driver" version = "0.8.4" authors = ["David Michael Weis "] description = "Driver for Lynxmotion LSS servos" homepage = "https://github.com/dmweis/lss_driver" documentation = "https://docs.rs/lss_driver" readme = "README.md" keywords = [ "LSS", "Lynxmotion", "servo", "async", "serial", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dmweis/lss_driver" resolver = "2" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.1" [dependencies.futures] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["time"] default-features = false [dependencies.tokio-serial] version = "5.4" default-features = false [dependencies.tokio-util] version = "0.7.2" features = ["codec"] default-features = false [dev-dependencies.approx] version = "0.5" [dev-dependencies.async-std] version = "1.11" [dev-dependencies.ctrlc] version = "3.2" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default-features = false