2021-04-16 02:29:55 +03:00
|
|
|
[package]
|
|
|
|
name = "fsevent"
|
2024-03-05 20:01:17 +03:00
|
|
|
version = "0.1.0"
|
2022-01-26 23:50:31 +03:00
|
|
|
edition = "2021"
|
2023-01-18 23:28:02 +03:00
|
|
|
publish = false
|
2024-03-05 20:01:17 +03:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 19:40:30 +03:00
|
|
|
|
2024-03-05 20:01:17 +03:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
2021-04-16 02:29:55 +03:00
|
|
|
|
2021-11-30 22:46:39 +03:00
|
|
|
[lib]
|
|
|
|
path = "src/fsevent.rs"
|
2022-03-04 03:15:56 +03:00
|
|
|
doctest = false
|
2021-11-30 22:46:39 +03:00
|
|
|
|
2021-04-16 02:29:55 +03:00
|
|
|
[dependencies]
|
2024-03-02 05:07:39 +03:00
|
|
|
bitflags.workspace = true
|
2023-04-25 03:41:55 +03:00
|
|
|
parking_lot.workspace = true
|
2021-04-16 02:29:55 +03:00
|
|
|
|
2024-01-27 15:38:55 +03:00
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
|
|
fsevent-sys = "3.0.2"
|
|
|
|
|
2021-04-16 02:29:55 +03:00
|
|
|
[dev-dependencies]
|
2024-01-24 20:58:09 +03:00
|
|
|
tempfile.workspace = true
|
2021-04-16 02:29:55 +03:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-apple-darwin"]
|