Cargo Features

[dependencies]
doryen-extra = { version = "0.2.1", default-features = false, features = ["doryen", "libtcod-compat", "rng_support", "serialization"] }
default = doryen

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

doryen default = doryen-rs

Affects doryen-extra::extenders, doryen-extra::extensions

libtcod-compat
rng_support = rand_core
serialization = serde, serde_derive

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.

doryen-rs doryen
rand_core rng_support?
serde serialization?
serde_derive serialization?