# 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 = "v5-serial" version = "0.2.0" description = "Library for serial communications with a Vex V5 robot" license = "MIT" repository = "https://github.com/marcus8448/v5_cli/" [dependencies.async-trait] version = "0.1" [dependencies.bitflags] version = "2.4" [dependencies.btleplug] version = "0.11" [dependencies.crc] version = "3" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.33" features = ["io-util"] [dependencies.tokio-serial] version = "5.4" features = ["libudev"] [dependencies.uuid] version = "1.5"