# 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 = "2018" name = "git-quickfix" version = "0.1.0" authors = ["Christoph Siedentop "] description = "A small utility to apply patches outside of the current branch." homepage = "https://github.com/siedentop/git-quickfix" documentation = "https://github.com/siedentop/git-quickfix" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/siedentop/git-quickfix" [profile.release] opt-level = "z" lto = true codegen-units = 1 incremental = false [[bin]] name = "git-quickfix" path = "src/main.rs" [dependencies.color-eyre] version = "0.6.1" default-features = false [dependencies.env_logger] version = "0.9.0" [dependencies.eyre] version = "0.6.3" [dependencies.git2] version = "0.14.4" [dependencies.log] version = "0.4.11" [dependencies.structopt] version = "0.3" [dev-dependencies.assert_cmd] version = "2.0.2" [dev-dependencies.tempdir] version = "0.3.7"