# 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] name = "cargo-testify" version = "0.3.0" authors = ["Sergey Potapov "] include = ["src/**/*", "Cargo.toml", "README.md"] description = "Tool to automatically run tests on your Rust project and notify about the result." homepage = "https://github.com/greyblake/cargo-testify" documentation = "https://docs.rs/cargo-testify" readme = "README.md" keywords = ["test", "notify", "notification", "testify", "cargo"] categories = ["development-tools::testing", "development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/greyblake/cargo-testify" [dependencies.clap] version = "2.26.0" [dependencies.error-chain] version = "0.10.0" [dependencies.glob] version = "0.2" [dependencies.notify] version = "^2.5.0" [dependencies.notify-rust] version = "3.4.2" [dependencies.regex] version = "0.2" [badges.travis-ci] branch = "master" repository = "greyblake/cargo-testify"