casq 0.6.0

A minimal content-addressed file store using BLAKE3. (CLI)
# 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"
name = "casq"
version = "0.6.0"
authors = ["Björn Roberg <bjorn.roberg@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal content-addressed file store using BLAKE3. (CLI)"
readme = "README.md"
keywords = [
    "storage",
    "content-addressable",
    "file-system-tool",
    "backup",
]
license = "Apache-2.0"
repository = "https://github.com/roobie/casq"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.atty]
version = "0.2"

[dependencies.casq_core]
version = "0.6.0"

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

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

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

[dependencies.serde_json]
version = "1.0"