lynceus 0.5.0

lynceus is a file watcher that reports file changes using a webhook.
# 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"
name = "lynceus"
version = "0.5.0"
build = false
exclude = [
    ".envrc",
    "/.github/",
    "/flake.*",
    "AGENTS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "lynceus is a file watcher that reports file changes using a webhook."
readme = "README.md"
license = "MIT"
repository = "https://github.com/kevinastone/lynceus"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.camino]
version = "1.2.2"
features = ["serde1"]

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[dependencies.fast-glob]
version = "1.0.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.humantime]
version = "2.3.0"

[dependencies.liquid-json]
version = "0.6.1"

[dependencies.notify]
version = "8.2.0"

[dependencies.notify-debouncer-full]
version = "0.7.0"

[dependencies.reqwest]
version = "0.13.4"
features = ["json"]

[dependencies.reqwest-middleware]
version = "0.5.2"
features = ["json"]

[dependencies.reqwest-retry]
version = "0.9.1"

[dependencies.reqwest-tracing]
version = "0.7.1"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tokio]
version = "1.52.3"
features = [
    "full",
    "test-util",
]

[dependencies.tokio-stream]
version = "0.1.18"
features = ["sync"]

[dependencies.tokio-util]
version = "0.7.18"
features = ["rt"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dev-dependencies.camino-tempfile]
version = "1.4.1"

[dev-dependencies.mockito]
version = "1.7.2"