ocd 0.8.0

Organize current dotfiles
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.82.0"
name = "ocd"
version = "0.8.0"
authors = ["Jason Pena <jasonpena@awkless.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Organize current dotfiles"
readme = "README.md"
keywords = [
    "dotfile-manager",
    "cli-tool",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/awkless/ocd.git"

[profile.dev]
opt-level = 1

[profile.dev.package."*"]
opt-level = 3

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true

[lib]
name = "ocd"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "ocd"
path = "src/bin/ocd.rs"

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.auth-git2]
version = "0.5.7"

[dependencies.beau_collector]
version = "0.2.1"

[dependencies.clap]
version = "4.5.38"
features = ["derive"]

[dependencies.config]
version = "0.15.11"
features = ["toml"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.git2]
version = "0.20.2"

[dependencies.glob]
version = "0.3.2"

[dependencies.indicatif]
version = "0.17.11"

[dependencies.inquire]
version = "0.7.5"

[dependencies.minus]
version = "5.6.1"
features = [
    "static_output",
    "search",
]

[dependencies.openssl]
version = "0.10.73"
features = ["vendored"]

[dependencies.run_script]
version = "0.11.0"

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

[dependencies.shellexpand]
version = "3.1.1"

[dependencies.tabled]
version = "0.19.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.45.0"
features = ["full"]

[dependencies.toml]
version = "0.8.22"

[dependencies.tracing]
version = "0.1.41"

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

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

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.sealed_test]
version = "1.1.0"

[dev-dependencies.simple_test_case]
version = "1.3.0"

[dev-dependencies.simple_txtar]
version = "1.1.0"