# 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 = "rusty-ci" version = "0.9.6" authors = ["adam-mcdaniel "] build = "build.rs" description = "A tool to generate buildbot projects from a YAML file" homepage = "https://github.com/adam-mcdaniel/rusty-ci" documentation = "https://docs.rs/rusty-ci" readme = "README.md" categories = ["config", "development-tools", "command-line-utilities", "development-tools::testing"] license = "Apache-2.0" repository = "https://github.com/adam-mcdaniel/rusty-ci" [[bin]] name = "rusty-ci" path = "src/bin.rs" [[test]] name = "step" path = "tests/step.rs" [[test]] name = "builder" path = "tests/builder.rs" [[test]] name = "scheduler" path = "tests/scheduler.rs" [[test]] name = "mail" path = "tests/mail.rs" [[test]] name = "yaml" path = "tests/yaml.rs" [[test]] name = "string" path = "tests/string.rs" [dependencies.clap] version = "2.33.0" [dependencies.rand] version = "0.7.0" [dependencies.rusty-yaml] version = "0.4.3" [dependencies.termcolor] version = "1.0.5" [dependencies.version-compare] version = "0.0.9" [build-dependencies.os_info] version = "1.1.1"