# 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 = "cargo-patch" version = "0.3.2" authors = ["Marc Mettke "] description = "Cargo Subcommand for patching dependencies using patch files" readme = "README.md" keywords = [ "cargo", "patch", "dependency", "dependencies", "patchfile", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/mettke/cargo-patch" [dependencies.anyhow] version = "1" [dependencies.cargo] version = "0.72" [dependencies.fs_extra] version = "1" [dependencies.patch] version = "0.7" [dependencies.semver] version = "1" [dependencies.toml] version = "0.7"