# 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 = "cargo-template-ci" version = "0.2.0" authors = ["Andreas Fuchs "] build = "build.rs" description = "Generate a CI configuration from a template and Cargo config" documentation = "https://docs.rs/cargo-template-ci" readme = "README.md" license = "MIT" repository = "https://github.com/antifuchs/cargo-template-ci" [package.metadata.release] dev-version-ext = "dev" pre-release-commit-message = "Release {{version}} 🎉🎉" pro-release-commit-message = "Start next development iteration {{version}}" sign-commit = false tag-message = "Release {{prefix}}{{version}}" tag-prefix = "v" upload-doc = false [package.metadata.template_ci.additional_matrix_entries.something_custom] commandline = "echo \"running custom tests\"" install_commandline = "echo \"installing for custom tests\"" name = "custom_templated_run" [dependencies.askama] version = "0.7.2" features = ["serde-json"] [dependencies.cargo_metadata] version = "0.6.0" [dependencies.clap] version = "2.32.0" [dependencies.custom_error] version = "1.3.0" [dependencies.failure] version = "0.1.1" [dependencies.failure_derive] version = "0.1.1" [dependencies.serde] version = "1.0.80" [dependencies.serde_derive] version = "1.0.80" [dependencies.serde_json] version = "1.0.32" [dependencies.structopt] version = "0.2.14" [dependencies.tempfile] version = "3.0.4" [dependencies.toml] version = "0.5.1" [build-dependencies.askama] version = "0.7.2" features = ["serde-json"] [badges.circle-ci] branch = "master" repository = "antifuchs/cargo-template-ci" [badges.maintenance] status = "passively-maintained"