Blob Blame History Raw
--- notify-5.2.0/Cargo.toml	1970-01-01T00:00:01+00:00
+++ notify-5.2.0/Cargo.toml	2023-07-30T19:54:27.067207+00:00
@@ -29,7 +29,7 @@
     "watch",
 ]
 categories = ["filesystem"]
-license = "CC0-1.0 OR Artistic-2.0"
+license = "CC0-1.0"
 repository = "https://github.com/notify-rs/notify.git"
 resolver = "1"
 
@@ -64,13 +64,7 @@
 version = "3.2.0"
 
 [features]
-default = [
-    "macos_fsevent",
-    "crossbeam-channel",
-]
-macos_fsevent = []
-macos_kqueue = [
-]
+default = ["crossbeam-channel"]
 manual_tests = []
 timing_tests = []