gity-daemon 0.1.2

Background daemon for gity - handles file watching, caching, and Git maintenance
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-daemon"
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 = "Background daemon for gity - handles file watching, caching, and Git maintenance"
homepage = "https://github.com/neul-labs/gity"
documentation = "https://docs.rs/gity-daemon"
readme = "README.md"
keywords = [
    "git",
    "daemon",
    "fsmonitor",
    "watcher",
    "background-service",
]
categories = [
    "development-tools",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/neul-labs/gity"

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

[dependencies.async-nng]
version = "0.2"

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

[dependencies.bincode]
version = "1.3"

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

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

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

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

[dependencies.hex]
version = "0.4"

[dependencies.memmap2]
version = "0.9"

[dependencies.nng]
version = "1.0"

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

[dependencies.sha1]
version = "0.10"

[dependencies.sled]
version = "0.34"

[dependencies.sysinfo]
version = "0.30"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.37"
features = [
    "macros",
    "process",
    "rt",
    "signal",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.git2]
version = "0.19"
features = ["vendored-libgit2"]

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