Cargo Features
[dependencies]
typesense = { version = "0.1.0", default-features = false, features = ["openapi_client", "tokio-rt", "derive"] }
- default = derive
-
The
derive
feature is set by default whenevertypesense
is added without
somewhere in the dependency tree.default-features = false - openapi_client
- tokio-rt = hyper-tls
-
Enables runtime and tcp of hyper ^0.14.7
- derive default = typesense_derive
-
Provide derive(Document) macro.
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.
- typesense_derive derive
- hyper-tls not wasm32 tokio-rt?
-
Enables hyper-tls ^0.5.0