Cargo Features

[dependencies]
rustless = { version = "0.10.0", default-features = false, features = ["ssl", "iron_backend"] }
default = iron_backend

The iron_backend feature is set by default whenever rustless is added without default-features = false somewhere in the dependency tree.

ssl

Enables ssl of hyper ^0.9 and iron ^0.4

iron_backend default = bodyparser, iron, plugin

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.

bodyparser iron_backend

Enables bodyparser ^0.4

plugin iron_backend
iron iron_backend ssl?

Enables iron ^0.4