shard-cli 1.0.2

CLI for shard distributed VCS — content-addressed version control for large ML artifacts
# 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 = "shard-cli"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for shard distributed VCS — content-addressed version control for large ML artifacts"
homepage = "https://github.com/sandy-sachin7/shard"
readme = false
keywords = [
    "vcs",
    "version-control",
    "mlops",
    "distributed",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/sandy-sachin7/shard"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.shard-core]
version = "1.0.2"

[dependencies.shard-crypto]
version = "1.0.2"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"

[dev-dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.walkdir]
version = "2.4"