# 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 = "tudelft-serial-upload" version = "2.0.0" authors = [ "Jonathan Dönszelmann ", "Vivian Roest ", ] description = "library to automatically upload to quadrupel drone boards" readme = "README.md" license = "MIT" [dependencies.color-eyre] version = "0.6" [dependencies.crossterm] version = "0.26.1" [dependencies.serial2] version = "=0.2.16" [dependencies.serial_enumerator] version = "0.2" [dev-dependencies.expect-test] version = "1.4.0"