gity 0.1.2

Make large Git repositories feel instant - a lightweight daemon that accelerates Git operations
# 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"
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 = "Make large Git repositories feel instant - a lightweight daemon that accelerates Git operations"
homepage = "https://github.com/neul-labs/gity"
documentation = "http://docs.neullabs.com/gity"
readme = "README.md"
keywords = [
    "git",
    "fsmonitor",
    "daemon",
    "git-performance",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/neul-labs/gity"

[features]
default = []
tray = ["dep:gity-tray"]

[[bin]]
name = "gity"
path = "src/main.rs"

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

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

[dependencies.dirs]
version = "5.0"

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

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

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

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

[dependencies.gity-tray]
version = "0.1.2"
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.libc]
version = "0.2"
optional = false

[dependencies.memmap2]
version = "0.9"

[dependencies.mimalloc]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.tokio]
version = "1.37"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "sync",
]

[dev-dependencies.git2]
version = "0.19"

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

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

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