1 | [package] |
2 | name = "notify-types" |
3 | version = "2.0.0" |
4 | description = "Types used by the notify crate" |
5 | documentation = "https://docs.rs/notify-types" |
6 | readme = "../README.md" |
7 | license = "MIT OR Apache-2.0" |
8 | keywords = ["events" , "filesystem" , "notify" , "watch" ] |
9 | categories = ["filesystem" ] |
10 | authors = ["Daniel Faust <hessijames@gmail.com>" ] |
11 | rust-version.workspace = true |
12 | edition.workspace = true |
13 | homepage.workspace = true |
14 | repository.workspace = true |
15 | |
16 | [features] |
17 | serialization-compat-6 = [] |
18 | |
19 | [dependencies] |
20 | serde = { workspace = true, optional = true } |
21 | web-time = { workspace = true, optional = true } |
22 | |
23 | [dev-dependencies] |
24 | serde_json.workspace = true |
25 | insta.workspace = true |
26 | rstest.workspace = true |
27 | |