# 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 = "spinel-cli" version = "0.1.0" authors = ["Jake Swensen"] description = "Control networking devices using the Spinel protocol." license = "MPL-2.0" [dependencies.bytes] version = "1.5.0" features = ["serde"] [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.futures] version = "0.3.30" [dependencies.serialport] version = "4.3.0" features = ["usbportinfo-interface"] [dependencies.spinel] version = "0.1.0" [dependencies.tokio] version = "1.36.0" features = [ "rt", "bytes", "full", ] [dependencies.tokio-serial] version = "5.4.4" features = [ "bytes", "codec", ] [dependencies.tokio-util] version = "0.7.10"