# 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] name = "subunit-rust" version = "0.2.0" authors = ["Matthew Treinish "] description = "A subunit v2 protocol implementation in Rust" readme = "README.md" keywords = ["subunit"] categories = ["development-tools::testing"] license = "Apache-2.0" repository = "https://github.com/mtreinish/subunit-rust" [dependencies.byteorder] version = "1.3" [dependencies.chrono] version = "0.4.11" [dependencies.crc32fast] version = "1.3" [badges.travis-ci] repository = "mtreinish/subunit-rust"