# 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-unit-testing" version = "0.2.4" authors = ["MarkAtk"] description = "Serial unit testing program and library" readme = "README.md" keywords = ["serial", "test", "unit"] categories = ["command-line-utilities", "development-tools", "parsing"] license = "MIT" repository = "https://github.com/markatk/serial-unit-testing" [lib] name = "serial_unit_testing" path = "src/lib.rs" [[bin]] name = "sut" path = "src/main.rs" required-features = ["sut"] [dependencies.clap] version = "2.33.0" optional = true [dependencies.colored] version = "1.9.2" optional = true [dependencies.crossterm] version = "0.17.5" optional = true [dependencies.regex] version = "1.3.3" [dependencies.serialport] version = "3.3.0" [dependencies.tui] version = "0.9.5" features = ["crossterm"] optional = true default-features = false [features] colored-tests = ["colored"] default = ["sut", "colored-tests"] sut = ["clap", "tui", "crossterm", "colored"] [badges.travis-ci] repository = "markatk/serial-unit-testing"