gity-cli 0.1.2

CLI interface for gity - Git repository acceleration daemon
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 = "gity-cli"
version = "0.1.2"
authors = [
    "Dipankar Sarkar <me@dipankar.name>",
    "Neul Labs <https://neul.uk>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI interface for gity - Git repository acceleration daemon"
homepage = "https://github.com/neul-labs/gity"
documentation = "https://docs.rs/gity-cli"
readme = "README.md"
keywords = [
    "git",
    "cli",
    "daemon",
    "command-line",
    "developer-tools",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/neul-labs/gity"

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

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

[dependencies.gity-ipc]
version = "0.1.2"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.tokio]
version = "1.37"
features = [
    "macros",
    "rt",
]