Cargo Features

[dependencies]
aklat = { version = "0.0.20", default-features = false, features = ["regenerate-css", "serve", "watch", "output"] }
default = output, serve, watch

These default features are set whenever aklat is added without default-features = false somewhere in the dependency tree.

debug regenerate-css
serve default = iron, staticfile, ws
watch default = crossbeam, notify, time
output default

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

crossbeam watch

Enables crossbeam ^0.2.8

iron serve

Enables iron ^0.5

notify watch

Enables notify ^4.0

staticfile serve

Enables staticfile ^0.4

time watch

Enables time ^0.1.34

ws serve

Enables ws ^0.6