stowe 0.4.2

where git chokes, stowe stows - versioned, deduped big and binary files, pushed to backups you can still play (mirror) or compact blob stores (S3)
# 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 = "2024"
rust-version = "1.88"
name = "stowe"
version = "0.4.2"
authors = ["Pablo Antonio Hernández Hernández (safteinzz)"]
build = false
exclude = [
    "readme-assets/",
    "demo/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "where git chokes, stowe stows - versioned, deduped big and binary files, pushed to backups you can still play (mirror) or compact blob stores (S3)"
readme = "README.md"
keywords = [
    "backup",
    "version-control",
    "vcs",
    "dedup",
    "files",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "AGPL-3.0-only"
repository = "https://gitlab.com/safteinzz/stowe"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"

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

[dependencies.colored]
version = "2"

[dependencies.futures]
version = "0.3"

[dependencies.opendal]
version = "0.57"
features = [
    "services-fs",
    "services-s3",
]

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.symphonia]
version = "0.6"
features = [
    "mp3",
    "flac",
    "isomp4",
    "alac",
    "aac",
    "ogg",
    "vorbis",
    "wav",
]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "fs",
    "io-util",
]

[dependencies.walkdir]
version = "2"

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