[package]
edition = "2024"
rust-version = "1.89.0"
name = "sui-daemon-graph"
version = "0.1.152"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary that runs the sui graph-server: GraphServer over UDS + GraphStore + LruHotCache, with tsunagu shutdown handling. Installable as a systemd service via the matching nixos-sui-daemon-graph profile in pleme-io/nix."
readme = false
keywords = [
"sui",
"daemon",
"graph-store",
"service",
]
categories = [
"command-line-utilities",
"filesystem",
]
license = "MIT"
repository = "https://github.com/pleme-io/sui"
[[bin]]
name = "sui-daemon-graph"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
version = "4"
features = [
"derive",
"derive",
"env",
]
[dependencies.sui-daemon]
version = "0.1.10"
[dependencies.sui-daemon-frame]
version = "0.1.10"
[dependencies.sui-graph-store]
version = "0.1.10"
[dependencies.tokio]
version = "1"
features = [
"full",
"full",
"signal",
]
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
features = [
"env-filter",
"json",
]
[dependencies.tsunagu]
version = "0.1"
[lints.clippy]
pedantic = "warn"