[package]
edition = "2021"
name = "notify-win-types"
version = "0.1.2"
authors = [
"Daniel Faust <hessijames@gmail.com>",
"0xJWLabs <0xjwlabs@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types used by the notify-win crate, fork of notify-types"
homepage = "https://github.com/win-rs/notify-win"
documentation = "https://docs.rs/notify-win-types"
readme = "README.md"
keywords = [
"events",
"filesystem",
"notify",
"watch",
]
categories = ["filesystem"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/win-rs/notify.git"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = [
"aarch64-pc-windows-msvc",
"i686-pc-windows-msvc",
"x86_64-pc-windows-msvc",
]
[features]
serialization-compat-6 = []
[lib]
name = "notify_win_types"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0.89"
features = ["derive"]
optional = true
[dev-dependencies.rstest]
version = "0.23.0"
[dev-dependencies.serde_jsonc2]
version = "0.1.0"