# 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 = "grass-repository-assistant" version = "0.3.1" default-run = "grass" description = "Grouped Repository Assistant - Manage your repositories throught the CLI" homepage = "https://github.com/damymetzke/grass" readme = "README.md" keywords = [ "cli", "git", "repositories", "tool", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/damymetzke/grass" [lib] name = "grass" path = "src/lib/lib.rs" test = true [[bin]] name = "grass" path = "src/cli/main.rs" test = true required-features = ["cli"] [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.1.8" features = ["derive"] optional = true [dependencies.clap_complete] version = "4.2.1" [dependencies.colored] version = "2.0.0" optional = true [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] optional = true [dependencies.dirs] version = "5.0.0" [dependencies.git2] version = "0.18.2" [dependencies.itertools] version = "0.12.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.toml] version = "0.8.2" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" optional = true [features] cli = [ "dep:clap", "dep:colored", "dep:dialoguer", "dep:tracing-subscriber", ] default = [ "cli", "dev", ] dev = []