Cargo Features

[dependencies]
eva-sdk = { version = "0.4.3", default-features = false, features = ["full", "controller", "pubsub", "hmi", "http", "logicline", "fs", "fips", "serde_json", "openssl"] }
default = full

The full feature is set by default whenever eva-sdk is added without default-features = false somewhere in the dependency tree.

full default = controller, fs, hmi, http, logicline, pubsub
controller full

Affects eva-sdk::controller

pubsub full

Affects eva-sdk::pubsub

hmi full logicline?

Affects eva-sdk::hmi

http full

Enables hyper ^0.14.18, hyper-tls ^0.5.0, and simple-pool ^0.0.17

Affects eva-sdk::http

logicline full = hmi

Enables logicline and serde_json

Affects eva-sdk::ll

fs full

Enables async-recursion and glob-match

Affects eva-sdk::fs

fips

Enables fips of eva-common

serde_json

Enables serde_json

Features from optional dependencies

openssl implicit feature

Enables openssl

openssl:

OpenSSL bindings