cargo-fixup 0.1.1

A Cargo helper that installs a rustc-wrapper to dynamically patch crate source code at build time — no need to modify Cargo.toml or maintain forks.
[[bin]]
name = "cargo-fixup"
path = "src/main.rs"

[dependencies.cargo_metadata]
version = "0.19.2"

[package]
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::cargo-plugins"]
description = "A Cargo helper that installs a rustc-wrapper to dynamically patch crate source code at build time — no need to modify Cargo.toml or maintain forks."
documentation = "https://docs.rs/cargo-fixup"
edition = "2024"
homepage = "https://github.com/cecton/cargo-fixup"
keywords = ["cargo", "patch", "build", "rustc-wrapper", "dependencies"]
license = "MIT OR Apache-2.0"
name = "cargo-fixup"
readme = "README.md"
repository = "https://github.com/cecton/cargo-fixup"
version = "0.1.1"