# 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 = "serial-monitor" version = "0.0.7" authors = ["Dave Hylands "] description = "Cross platform command line serial terminal program." homepage = "https://github.com/dhylands/serial-monitor" documentation = "https://github.com/dhylands/serial-monitor#serial-monitor" readme = "README.md" keywords = ["serial", "communications", "terminal"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dhylands/serial-monitor" [dependencies.bytes] version = "0.5.4" [dependencies.crossterm] version = "0.18" features = ["event-stream"] [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3.0" [dependencies.mio-serial] version = "3.3.1" [dependencies.serialport] version = "3.3.0" [dependencies.structopt] version = "0.3" [dependencies.strum] version = "0.19.5" features = ["derive"] [dependencies.tokio] version = "0.2.11" features = ["full"] [dependencies.tokio-serial] version = "4.3.3" [dependencies.tokio-util] version = "0.3.1" features = ["codec"] [dependencies.wildmatch] version = "1.0.9"