rolldown-notify-types 2.0.2

Types used by the notify crate
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.89"

[dependencies.web-time]
optional = true
version = "1.1.0"

[dev-dependencies.insta]
version = "1.34.0"

[dev-dependencies.rstest]
version = "0.26.0"

[dev-dependencies.serde_json]
version = "1.0.39"

[features]
serialization-compat-6 = []

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

[lints.clippy]
allow_attributes = "deny"
case_sensitive_file_extension_comparisons = "allow"
clone_on_ref_ptr = "deny"
dbg_macro = "deny"
debug_assert_with_mut_call = "warn"
doc_markdown = "allow"
empty_drop = "deny"
exit = "deny"
filetype_is_file = "deny"
get_unwrap = "deny"
inconsistent_struct_constructor = "allow"
inline_always = "allow"
items_after_statements = "allow"
iter_on_single_items = "warn"
map_unwrap_or = "allow"
missing_errors_doc = "allow"
module_inception = "allow"
module_name_repetitions = "allow"
needless_pass_by_ref_mut = "warn"
print_stdout = "deny"
rc_buffer = "deny"
rc_mutex = "deny"
redundant-pub-crate = "allow"
redundant_clone = "warn"
redundant_closure_for_method_calls = "allow"
redundant_pub_crate = "warn"
rest_pat_in_fully_bound_structs = "deny"
significant_drop_in_scrutinee = "warn"
similar_names = "allow"
single_match = "allow"
single_match_else = "allow"
struct_field_names = "allow"
unnecessary_safety_comment = "deny"
unused_peekable = "warn"
wildcard_imports = "allow"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[package]
authors = ["Daniel Faust <hessijames@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "Types used by the notify crate"
documentation = "https://docs.rs/notify-types"
edition = "2024"
homepage = "https://github.com/notify-rs/notify"
keywords = ["events", "filesystem", "notify", "watch"]
license = "MIT OR Apache-2.0"
name = "rolldown-notify-types"
readme = "README.md"
repository = "https://github.com/notify-rs/notify.git"
resolver = "2"
rust-version = "1.90"
version = "2.0.2"