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