# 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] edition = "2021" name = "shunit" version = "0.2.0" include = [ "src/**/*.rs", "Cargo.toml", ] default-run = "shunit" description = "Utility that runs a list of shell scripts and outputs the results in JUnit format for easy use in CI/CD systems." readme = "README.md" categories = [ "command-line-utilities", "development-tools::testing", ] license-file = "LICENSE" repository = "https://github.com/SwissArmyRonin/shunit" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "shunit" path = "src/main.rs" [dependencies.anyhow] version = "^1.0" [dependencies.chrono] version = "^0.4" [dependencies.structopt] version = "^0.3" [dependencies.tokio] version = "^1.0" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.yaserde] version = "^0.8" [dependencies.yaserde_derive] version = "^0.8" [dev-dependencies.assert_cmd] version = "^2.0"