# 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 = "git-blamediff" version = "0.1.2" authors = ["Daniel Mueller "] build = false include = [ "src/**/*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ A program to automatically annotate changes to a file in git(1). """ homepage = "https://github.com/d-e-s-o/git-blamediff" readme = "README.md" keywords = [ "cli", "diff", "git", "text", "utility", ] categories = [ "command-line-utilities", "development-tools", "text-processing", ] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/git-blamediff.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 incremental = false [lib] name = "git_blamediff" path = "src/lib.rs" [[bin]] name = "git-blamediff" path = "src/main.rs" [dependencies.diff-parse] version = "0.1" [dev-dependencies.tempfile] version = "3.3.0" default-features = false