git-workon-lib 0.1.0

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

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

[lib]
name = "workon"
path = "src/lib.rs"

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

[dependencies.env_logger]
version = "0.11.6"

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

[dependencies.git2_credentials]
version = "0.15.0"
features = ["ui4dialoguer"]

[dependencies.glob]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4.29"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.18"

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

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