cargo-rake 0.5.4

A configuration-driven build tool that runs named targets declared in a Rakefile.toml
# 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 = "2024"
rust-version = "1.95.0"
name = "cargo-rake"
version = "0.5.4"
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A configuration-driven build tool that runs named targets declared in a Rakefile.toml"
homepage = "https://github.com/rustyhorde/cargo-rake"
documentation = "https://docs.rs/cargo-rake"
readme = "README.md"
keywords = [
    "cargo",
    "features",
    "build",
    "tool",
    "make",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustyhorde/cargo-rake"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/cargo-rake-{ target }{ binary-ext }"
pkg-fmt = "bin"

[package.metadata.binstall.overrides.x86_64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/cargo-rake-x86_64-unknown-linux-musl"

[package.metadata.binstall.overrides.aarch64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/cargo-rake-aarch64-unknown-linux-musl"

[features]
unstable = ["librake/unstable"]

[[bin]]
name = "cargo-rake"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.librake]
version = "0.5.4"

[dependencies.vergen-pretty]
version = "10.0.1"
features = ["color"]

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.tempfile]
version = "3.27.0"

[build-dependencies.anyhow]
version = "1.0.103"

[build-dependencies.rustversion]
version = "1.0.22"

[build-dependencies.vergen-gix]
version = "10.0.1"
features = [
    "build",
    "cargo",
    "rustc",
    "si",
]