grite-daemon 0.5.3

Background daemon for grite providing concurrent access and performance
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 = "grite-daemon"
version = "0.5.3"
authors = ["Dipankar Sarkar <dipankar@neullabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Background daemon for grite providing concurrent access and performance"
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"

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

[[bin]]
name = "grite-daemon"
path = "src/main.rs"

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

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

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

[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.rkyv]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

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