# 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" rust-version = "1.63.0" name = "cargo-forkdep" version = "0.1.1" description = "Does the initial grunt work to help you develop a patch for one of your dependencies" readme = "README.md" keywords = [ "development", "patch", "git", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" resolver = "2" [dependencies.anyhow] version = "1.0.*" [dependencies.cargo] version = "0.64.*" [dependencies.clap] version = "3.2.*" features = ["derive"] [dependencies.git2] version = "0.14.*" [dependencies.octocrab] version = "0.16.*" [dependencies.toml_edit] version = "0.14.*" [dependencies.webbrowser] version = "0.7.*"