tear-daemon 0.1.3

Long-running tear server. Owns sessions across client disconnects, snapshots state, exposes typed UDS RPC. Wraps tear-core::InProcess.
# 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 = "2024"
rust-version = "1.89.0"
name = "tear-daemon"
version = "0.1.3"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Long-running tear server. Owns sessions across client disconnects, snapshots state, exposes typed UDS RPC. Wraps tear-core::InProcess."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/pleme-io/tear"
resolver = "2"

[features]
default = []
testing = []

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

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

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.kanshou]
version = "0.1"

[dependencies.notify]
version = "8"
features = ["macos_kqueue"]
default-features = false

[dependencies.praca]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.tear-config]
version = "0.1.0"

[dependencies.tear-core]
version = "0.1.0"

[dependencies.tear-types]
version = "0.1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "time",
]

[dependencies.tracing]
version = "0.1"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1