Cargo Features
[dependencies]
mdbook-dtmo = { version = "0.15.2", default-features = false, features = ["watch", "serve", "search"] }
- default = search, serve, watch
-
These default features are set whenever
mdbook-dtmo
is added without
somewhere in the dependency tree.default-features = false - watch default
-
Enables ignore, notify ^6.1.1, and notify-debouncer-mini ^0.4.1
notify:
Watch feature
Affects
cmd::watch
… - serve default
-
Enables futures-util, tokio, and warp
futures-util:
Serve feature
Affects
cmd::serve
… - search default
-
Enables ammonia ^3.3.0 and elasticlunr-rs
elasticlunr-rs:
Search feature