Cargo Features

distill-importer has no features set by default.

[dependencies]
distill-importer = { version = "0.0.3", features = ["serde_importers"] }
serde_importers = distill-serde-importable-derive, ron, typetag

Enables type_uuid of distill-core

Affects serde_obj::SerdeImportable

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.

distill-serde-importable-derive serde_importers?
ron serde_importers?

Enables ron ^0.6.4

typetag serde_importers?

Enables typetag ^0.1