zccache-watcher 1.2.13

Filesystem watching subsystem for zccache
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"
rust-version = "1.75"
name = "zccache-watcher"
version = "1.2.13"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filesystem watching subsystem for zccache"
homepage = "https://github.com/zackees/zccache"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zackees/zccache"

[features]
python = ["dep:pyo3"]

[lib]
name = "zccache_watcher"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

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

[dependencies.globset]
version = "0.4"

[dependencies.jwalk]
version = "0.8"

[dependencies.notify]
version = "7"

[dependencies.pyo3]
version = "0.23"
features = [
    "extension-module",
    "generate-import-lib",
    "abi3-py310",
]
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.zccache-core]
version = "=1.2.13"

[dependencies.zccache-fscache]
version = "=1.2.13"

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

[dev-dependencies.zccache-hash]
version = "=1.2.13"

[build-dependencies.pyo3-build-config]
version = "0.23"