# 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-projects" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A program to see the state of git projects on a system" homepage = "https://gitlab.com/johngavingraham/git-projects" readme = "README.md" keywords = ["git"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/johngavingraham/git-projects.git" [[bin]] name = "git-projects" path = "src/main.rs" [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.10.1" [dependencies.git2] version = "0.18.1" [dependencies.home-dir] version = "0.1.0" [dependencies.log] version = "0.4.20" [dependencies.miette] version = "5.10.0" features = ["fancy"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.shellexpand] version = "3.1.0" [dependencies.toml] version = "0.8.8"