# 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.64" name = "mrh" version = "0.13.2" authors = ["Tshepang Mbambo "] description = "Crawls filesystem and displays pending status of each git repo found" readme = "README.md" keywords = ["git"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/tshepang/mrh" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "mrh" required-features = ["cli"] [dependencies.ansi_term] version = "0.12" optional = true [dependencies.anyhow] version = "1" optional = true [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.dirs-next] version = "2" [dependencies.git2] version = "0.18" [dependencies.ignore] version = "0.4" default-features = false [dependencies.indexmap] version = "2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [features] cli = [ "dep:clap", "dep:ansi_term", "dep:anyhow", ] default = ["cli"] json = [ "dep:serde_json", "dep:serde", "cli", ]