git-workon 0.1.1

A git plugin for managing worktrees
# 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-workon"
version = "0.1.1"
authors = ["Eric Eldredge <lettertwo@gmail.com>"]
build = "build.rs"
include = [
    "build.rs",
    "src/**/*",
    "Cargo.toml",
    "LICENSE*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A git plugin for managing worktrees"
homepage = "https://github.com/lettertwo/git-workon"
readme = "README.md"
keywords = [
    "cli",
    "git",
    "worktree",
    "workon",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/lettertwo/git-workon"

[features]
vendored = [
    "git-workon-lib/vendored",
    "git2/vendored-libgit2",
    "git2/vendored-openssl",
]

[[bin]]
name = "git-workon"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "color",
    "wrap_help",
    "unicode",
    "env",
]

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.clap_complete]
version = "4.6.0"
features = ["unstable-dynamic"]

[dependencies.clap_mangen]
version = "0.2.33"

[dependencies.dialoguer]
version = "0.12.0"
features = ["fuzzy-select"]

[dependencies.env_logger]
version = "0.11.6"

[dependencies.git-workon-lib]
version = "0.1.0"

[dependencies.git2]
version = "0.20.4"
features = [
    "ssh",
    "https",
]
default-features = false

[dependencies.glob]
version = "0.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.log]
version = "0.4.29"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.owo-colors]
version = "4"

[dependencies.pathdiff]
version = "0.2.3"

[dependencies.serde_json]
version = "1.0"

[dependencies.supports-color]
version = "3"

[dependencies.unicode-width]
version = "0.2.2"

[dev-dependencies.assert_cmd]
version = "2.2.0"
features = [
    "color",
    "color-auto",
]

[dev-dependencies.assert_fs]
version = "1.1.3"
features = [
    "color",
    "color-auto",
]

[dev-dependencies.expectrl]
version = "0.8"

[dev-dependencies.git2]
version = "0.20.4"
features = [
    "ssh",
    "https",
]
default-features = false

[dev-dependencies.predicates]
version = "3.1.4"

[build-dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "color",
    "wrap_help",
    "unicode",
    "env",
]

[build-dependencies.clap-verbosity-flag]
version = "3.0.4"

[build-dependencies.clap_complete]
version = "4.6.0"
features = ["unstable-dynamic"]

[build-dependencies.clap_mangen]
version = "0.2.33"