dotstate 0.2.19

A modern, secure, and user-friendly dotfile manager built with Rust
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 = "dotstate"
version = "0.2.19"
authors = ["Serkan Yersen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern, secure, and user-friendly dotfile manager built with Rust"
homepage = "https://dotstate.serkan.dev"
documentation = "https://dotstate.serkan.dev/#quickstart"
readme = "README.md"
keywords = [
    "dotfiles",
    "tui",
    "sync",
    "productivity",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/serkanyersen/dotstate"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.git2]
version = "0.20"
features = ["vendored-openssl"]

[dependencies.indoc]
version = "2.0.7"

[dependencies.ratatui]
version = "0.30"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syntect]
version = "5.1"

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

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.update-informer]
version = "1.1"
features = [
    "github",
    "reqwest",
    "rustls-tls",
]
default-features = false

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