Cargo Features
eva-sdk has no features set by default.
[dependencies]
eva-sdk = { version = "0.3.58", features = ["full", "controller", "pubsub", "hmi", "http", "fs", "openssl"] }
- full = controller, fs, hmi, http, pubsub
- controller full?
-
Affects
eva-sdk::controller
… - pubsub full?
-
Affects
eva-sdk::pubsub
… - hmi full?
-
Affects
eva-sdk::hmi
… - http full? = hyper, hyper-tls, simple-pool
-
Affects
eva-sdk::http
… - fs full? = async-recursion, glob-match
-
Affects
eva-sdk::fs
…
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.
- hyper http?
-
Enables hyper ^0.14.18
- hyper-tls http?
-
Enables hyper-tls ^0.5.0
- simple-pool http?
-
Enables simple-pool ^0.0.17
- openssl implicit feature
-
Enables openssl
openssl:
OpenSSL bindings
- glob-match fs?
- async-recursion fs?