Cargo Features
senax-common has no features set by default.
[dependencies]
senax-common = { version = "0.3.2", features = ["etcd", "uring", "graphql6", "graphql7", "utoipa5"] }
- etcd = etcd-client
-
Affects
senax-common::etcd
… - uring = tokio-uring
-
Affects
cache::storage_cache
,linker::common
…
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.
- graphql6 implicit feature
-
Enables async-graphql ^6.0
async-graphql:
A GraphQL server library implemented in Rust
- graphql7 implicit feature
-
Enables async-graphql
- etcd-client etcd?
-
Enables etcd-client ^0.14
- tokio-uring uring?
- utoipa5 implicit feature
-
Enables utoipa
utoipa:
Compile time generated OpenAPI documentation for Rust