urur 0.3.13

Multi-repo workspace manager - manage distributed Git repositories with a single config
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"
rust-version = "1.89"
name = "urur"
version = "0.3.13"
authors = ["rusenbb"]
build = false
exclude = [
    ".github/",
    "CLAUDE.md",
    ".urur.toml",
    ".urur.selected",
    ".urur.state",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-repo workspace manager - manage distributed Git repositories with a single config"
homepage = "https://github.com/rusenbb/urur"
readme = "README.md"
keywords = [
    "git",
    "multi-repo",
    "workspace",
    "cli",
    "productivity",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/rusenbb/urur"

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

[[bin]]
name = "urur"
path = "src/main.rs"

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[[test]]
name = "cloud_sync_tests"
path = "tests/cloud_sync_tests.rs"

[[test]]
name = "edge_case_tests"
path = "tests/edge_case_tests.rs"

[[test]]
name = "provider_tests"
path = "tests/provider_tests.rs"

[[test]]
name = "tui_tests"
path = "tests/tui_tests.rs"

[[test]]
name = "workspace_git_tests"
path = "tests/workspace_git_tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3.6.1"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
    "serde",
]
default-features = false

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "2"

[dependencies.crossterm]
version = "0.28"

[dependencies.ctrlc]
version = "3"

[dependencies.dirs]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.hostname]
version = "0.4.2"

[dependencies.indicatif]
version = "0.17"

[dependencies.pathdiff]
version = "0.2"

[dependencies.ratatui]
version = "0.29"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.shellexpand]
version = "3"

[dependencies.shlex]
version = "1"

[dependencies.similar]
version = "2.7.0"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "process",
    "sync",
]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.which]
version = "7"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.dotenvy]
version = "0.15"

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

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "deny"