[dependencies.instant]
version = "0.1.12"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.89"
[dev-dependencies.insta]
version = "1.34.0"
[dev-dependencies.rstest]
version = "0.21.0"
[dev-dependencies.serde_json]
version = "1.0.39"
[features]
serialization-compat-6 = []
[package]
authors = ["Daniel Faust <hessijames@gmail.com>"]
categories = ["filesystem"]
description = "Types used by the notify crate"
documentation = "https://docs.rs/notify-types"
edition = "2021"
homepage = "https://github.com/notify-rs/notify"
keywords = ["events", "filesystem", "notify", "watch"]
license = "MIT OR Apache-2.0"
name = "notify-types"
readme = "README.md"
repository = "https://github.com/notify-rs/notify.git"
rust-version = "1.72"
version = "1.0.0"