Cargo Features

[dependencies]
medal = { version = "1.14.5", default-features = false, features = ["complete", "server", "desktop", "watch", "strict", "debug", "signup"] }
default = rusqlite

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

complete = postgres, rusqlite, webbrowser
server = postgres, rusqlite
desktop = rusqlite, webbrowser
watch

Enables watch of handlebars-iron ^0.25.1

Affects webfw_iron::get_handlebars_engine

strict

Treat warnings as a build error

debug = signup

Affects webfw_iron::RequestLogger

signup debug?

Affects core::signup, core::signupdata

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.

postgres complete? server?

Enables postgres ^0.15

webbrowser complete? desktop?

Enables webbrowser ^0.5.1

rusqlite default complete? desktop? server?

Enables rusqlite ^0.14.0