@@ -21,11 +21,12 @@ anyhow = "1.0.71"
21
21
chrono = { version = " 0.4.24" , default-features = false , features = [" clock" ] }
22
22
clap = { version = " 4.3.12" , features = [" cargo" , " wrap_help" ] }
23
23
clap_complete = " 4.3.2"
24
- once_cell = " 1.17.1"
25
24
env_logger = " 0.11.1"
26
25
handlebars = " 5.0"
26
+ ignore = " 0.4.20"
27
27
log = " 0.4.17"
28
28
memchr = " 2.5.0"
29
+ once_cell = " 1.17.1"
29
30
opener = " 0.7.0"
30
31
pulldown-cmark = { version = " 0.10.0" , default-features = false , features = [" html" ] } # Do not update, part of the public api.
31
32
regex = " 1.8.1"
@@ -39,7 +40,6 @@ topological-sort = "0.2.2"
39
40
# Watch feature
40
41
notify = { version = " 6.1.1" , optional = true }
41
42
notify-debouncer-mini = { version = " 0.4.1" , optional = true }
42
- ignore = { version = " 0.4.20" , optional = true }
43
43
pathdiff = { version = " 0.2.1" , optional = true }
44
44
walkdir = { version = " 2.3.3" , optional = true }
45
45
@@ -62,7 +62,7 @@ walkdir = "2.3.3"
62
62
63
63
[features ]
64
64
default = [" watch" , " serve" , " search" ]
65
- watch = [" dep:notify" , " dep:notify-debouncer-mini" , " dep:ignore " , " dep: pathdiff" , " dep:walkdir" ]
65
+ watch = [" dep:notify" , " dep:notify-debouncer-mini" , " dep:pathdiff" , " dep:walkdir" ]
66
66
serve = [" dep:futures-util" , " dep:tokio" , " dep:warp" ]
67
67
search = [" dep:elasticlunr-rs" , " dep:ammonia" ]
68
68
0 commit comments