Cargo Features

e114_core has no features set by default.

[dependencies]
e114_core = { version = "0.3.0", features = ["jsonschema", "actix_web", "hyper_body"] }
jsonschema = schemars
actix_web = actix-web

Affects e114_core::actix_web

hyper_body = hyper

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.

schemars jsonschema?

Enables schemars

this crate is compatible with schemars 0.6.* and 0.7.*

actix-web actix_web?

Enables actix-web

this crate is compatible with actix-web 3.* only

hyper hyper_body?

Affects e114_core::hyper