anotify 0.1.2

Async iNotify Filesystem Watcher
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.displaydoc]
version = "0.2.3"

[dependencies.nix]
version = "0.25"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
default-features = false
features = ["sync", "rt", "net", "macros"]
version = "1"

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing-impl]
default-features = false
features = ["log"]
optional = true
package = "tracing"
version = "0.1"
[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.tempdir]
version = "0.3"

[dev-dependencies.tokio]
default-features = true
features = ["full", "test-util"]
version = "1"

[features]
default = ["tracing"]
tracing = ["tokio/tracing", "tracing-impl"]

[package]
authors = ["oldwomanjosiah <jhilden13@gmail.com>"]
categories = ["asynchronous", "api-bindings", "filesystem"]
description = "Async iNotify Filesystem Watcher"
edition = "2021"
exclude = [".github/", "working.md"]
keywords = ["linux", "inotify", "async", "watch"]
license = "MIT"
name = "anotify"
readme = "readme.md"
repository = "https://github.com/oldwomanjosiah/anoitfy"
version = "0.1.2"