# 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. cargo-features = ["codegen-backend"] [package] edition = "2021" name = "git-heatmap" version = "1.1.0" authors = ["Wynd "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple and customizable heatmap for git repos" readme = "README.md" license = "MIT" repository = "https://codeberg.org/WyndFTW/git-heatmap" [profile.dev] lto = false codegen-backend = "cranelift" incremental = true [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [[bin]] name = "git-heatmap" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.git2] version = "0.19.0" default-features = false [dependencies.gix] version = "0.66.0" features = ["mailmap"] default-features = false [dependencies.itertools] version = "0.13.0" [lints.rust.unsafe_code] level = "forbid" priority = 0