# 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] edition = "2018" name = "prust_test" version = "0.1.2" authors = ["syelman ", "selman-vst", ""] default-run = "prust_test" description = "A crate that utilizes prust_core and provides a cli to send/receive the PUS-C tm/tc packets defined on it." homepage = "https://github.com/visionspacetec/Prust#readme" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/visionspacetec/Prust-Test" [lib] name = "utils" path = "src/utils.rs" [[bin]] name = "list_ports" path = "src/list_ports.rs" [dependencies.byteorder] version = "1.3.4" default-features = false [dependencies.clap] version = "2.33.3" [dependencies.hashbrown] version = "0.8.2" [dependencies.prust_core] version = "0.1.1" [dependencies.rustyline] version = "6.3.0" [dependencies.serialport] version = "3.3.0" [dependencies.text_io] version = "0.1.8" [target."cfg(unix)".dependencies.libudev] version = "0.2.0"