[package] name = "subunit" description = "A subunit v2 protocol implementation in Rust" version = "0.2.1" authors = ["Matthew Treinish "] license = "Apache-2.0" readme = "README.md" repository = "https://github.com/jelmer/subunit-rust" keywords = ["subunit"] categories = ["development-tools::testing"] [badges] travis-ci = {repository = "jelmer/subunit-rust"} [dependencies] chrono = "0.4.11" byteorder = "1.3" crc32fast = "1.3"