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 wheneverdoryen-extra
is added without
somewhere in the dependency tree.default-features = false - 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.