# 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-radar-rs" version = "0.1.2" description = "Rust version of git-radar or gitHUD" readme = "README.md" keywords = [ "git", "git-radar", ] license = "MIT" repository = "https://github.com/untoldwind/git-radar-rs" [profile.release] opt-level = "s" panic = "abort" strip = true [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = [ "cargo", "derive", "env", ] [dependencies.dirs] version = "5" [dependencies.git2] version = "0" optional = true [dependencies.nom] version = "7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0" [features] default = ["libgit"] libgit = ["git2"]