# 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 = "serialitm" version = "0.2.2" authors = ["David Haig ", "cs2dsb"] description = "A rust command line tool used to read ITM packets off the serial port" readme = "README.md" keywords = ["itm", "serialport", "serial", "comport"] categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/ninjasource/serialitm.git" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.itm] version = "0.3" [dependencies.mio] version = "^0.6.0" [dependencies.mio-serial] version = "3.3.1" [target."cfg(unix)".dependencies.nix] version = "^0.17" [target."cfg(windows)".dependencies.mio-named-pipes] version = "0.1.5" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["commapi", "handleapi", "winbase"]