Cargo Features

[dependencies]
orthodoxy = { version = "0.1.25", default-features = false, features = ["all", "base", "beta", "file", "datetime", "id", "pretty", "version", "applications", "json", "http", "database"] }
default = all

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

all default = applications, base, beta, database, datetime, http, id, json, pretty, server, terminal, xat
base all = file

What features are assummed by all internal modules

Affects orthodoxy::bytes, orthodoxy::datetime, orthodoxy::id, orthodoxy::json, orthodoxy::pretty, orthodoxy::version, orthodoxy::file

beta all

Affects file::jattrs, orthodoxy::beta, orthodoxy::templates, orthodoxy::lang, orthodoxy::context, orthodoxy::history, orthodoxy::command, orthodoxy::htmlize, orthodoxy::hash_stuff, orthodoxy::chan, orthodoxy::control, orthodoxy::http, orthodoxy::database

file base?

Affects orthodoxy::file

datetime all

Affects orthodoxy::datetime

id all

Affects orthodoxy::id

pretty all
version

Affects orthodoxy::version

xat terminal server applications all
json all

Affects orthodoxy::json, orthodoxy::pretty

http all

Affects orthodoxy::http

database all

Affects orthodoxy::database