libgrite-cli 0.5.3

Programmatic CLI library for grite: issue tracking, sync, and context management
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.75"
name = "libgrite-cli"
version = "0.5.3"
authors = ["Dipankar Sarkar <dipankar@neullabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Programmatic CLI library for grite: issue tracking, sync, and context management"
homepage = "https://github.com/neul-labs/grite"
documentation = "https://docs.neullabs.com/grite"
readme = "README.md"
keywords = [
    "git",
    "issue-tracker",
    "crdt",
    "agents",
    "distributed",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/neul-labs/grite"

[features]
async = ["dep:tokio"]
default = []

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

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

[dependencies.git2]
version = "0.20"
features = [
    "vendored-libgit2",
    "vendored-openssl",
]

[dependencies.glob]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.libgrite-core]
version = "0.5.1"

[dependencies.libgrite-git]
version = "0.5.1"

[dependencies.libgrite-ipc]
version = "0.5.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]
optional = true

[dependencies.uuid]
version = "1.0"
features = ["v4"]

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