Cargo Features
[dependencies]
spark-connect-core = { version = "0.0.1-beta.5", default-features = false, features = ["tls", "wasm", "datafusion", "polars"] }
- default = tokio
-
These default features are set whenever
spark-connect-core
is added without
somewhere in the dependency tree.default-features = false Enables codegen, prost and transport of tonic ^0.11
- tls
-
Enables tls and tls-roots of tonic ^0.11
- wasm = tokio, tonic-web-wasm-client
-
Enables codegen and prost of tonic ^0.11 and js of getrandom
getrandom:
Feature to enable JavaScript bindings on wasm*-unknown-unknown
- datafusion
-
Enables datafusion ^38.0
- polars
-
Enables polars ^0.40 and polars-arrow ^0.40
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.
- tonic default tls? wasm?
-
Enables tonic ^0.11
- tonic-web-wasm-client wasm?
-
Enables tonic-web-wasm-client ^0.5
- tokio default wasm?
- getrandom wasm?