fsmon 0.2.2

Lightweight High-Performance File System Change Tracking Tool
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 = "2024"
name = "fsmon"
version = "0.2.2"
authors = ["lenitain <xt.zhu@qq.com>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "README.zh-CN.md",
    "src/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight High-Performance File System Change Tracking Tool"
homepage = "https://github.com/lenitain/fsmon"
documentation = "https://docs.rs/fsmon"
readme = "README.md"
keywords = [
    "filesystem",
    "monitor",
    "linux",
    "fanotify",
]
categories = [
    "filesystem",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/lenitain/fsmon"

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

[[bin]]
name = "fsmon"
path = "src/bin/fsmon.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.dashmap]
version = "5.5"

[dependencies.fanotify-rs]
version = "0.3.1"

[dependencies.fs2]
version = "0.4"

[dependencies.inotify]
version = "0.10"

[dependencies.libc]
version = "0.2"

[dependencies.lru]
version = "0.12"

[dependencies.nix]
version = "0.29"
features = [
    "user",
    "fs",
    "socket",
]
default-features = false

[dependencies.path-clean]
version = "1.0"

[dependencies.procfs]
version = "0.16"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1.15.1"

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

[dependencies.toml]
version = "0.8"

[dependencies.users]
version = "0.11"

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

[profile.release]
opt-level = 3
lto = true
strip = true