libgrite-ipc 0.5.3

IPC types and client for grite daemon communication
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-ipc"
version = "0.5.3"
authors = ["Dipankar Sarkar <dipankar@neullabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IPC types and client for grite daemon communication"
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 = "libgrite_ipc"
path = "src/lib.rs"

[dependencies.libgrite-core]
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.uuid]
version = "1.0"
features = ["v4"]

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"