synchi 0.1.4

Two-way file sync with conflict detection for local and SSH roots.
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.74"
name = "synchi"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Two-way file sync with conflict detection for local and SSH roots."
homepage = "https://github.com/jakobkreft/synchi"
readme = "README.md"
keywords = [
    "sync",
    "backup",
    "ssh",
    "filesystem",
    "cli",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "GPL-3.0-only"
repository = "https://github.com/jakobkreft/synchi"

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.crossterm]
version = "0.28.1"

[dependencies.ctrlc]
version = "3.4"

[dependencies.dirs]
version = "5.0"

[dependencies.filetime]
version = "0.2"

[dependencies.globset]
version = "0.4"

[dependencies.hex]
version = "0.4.3"

[dependencies.hostname]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.rusqlite]
version = "0.29"
features = ["bundled"]

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

[dependencies.sha2]
version = "0.10.9"

[dependencies.tempfile]
version = "3.8"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.url]
version = "2.5"

[dependencies.walkdir]
version = "2.4"

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

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