# 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 = "patch-crate" version = "0.1.10" authors = ["YISH "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ patch-crate lets rust developer instantly make and keep fixes to rust crate dependencies. It's a vital band-aid for those of us living on the bleeding edge. """ readme = "README.md" keywords = [ "cargo", "patch", "dependency", "dependencies", "patchfile", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/mokeyish/cargo-patch-crate" [package.metadata.patch] [lib] name = "patch_crate" path = "src/lib.rs" [[bin]] name = "cargo-patch-crate" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.cargo] version = "0.81" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.fs_extra] version = "1" [dependencies.paris] version = "1.5" features = ["macros"]