Cargo Features
orientdb-client has no features set by default.
[dependencies]
orientdb-client = { version = "0.6.0", features = ["async", "tokio-runtime", "async-std-runtime", "sugar", "uuid"] }
- async async-std-runtime? tokio-runtime? = async-trait, futures
-
Affects
orientdb-client::asynchronous
,orientdb-client::aio
… - tokio-runtime = async, tokio
- async-std-runtime = async, async-std
- sugar = orientdb-macro
-
Affects
orientdb-client::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.
- async-std async-std-runtime?
- async-trait async?
- futures async?
- mobc async-std-runtime? tokio-runtime?
-
Enables mobc ^0.7
- tokio tokio-runtime?
- uuid implicit feature
-
Enables uuid ^0.8
uuid:
A library to generate and parse UUIDs
- orientdb-macro sugar?