Cargo Features
[dependencies]
vegafusion-runtime = { version = "2.0.1", default-features = false, features = ["py", "proto", "tonic", "protobuf-src", "s3", "http", "http-wasm", "fs", "parquet", "multi-thread", "rustls-tls"] }
- default = fs, http, multi-thread, parquet, proto, rustls-tls, s3, tonic
-
These default features are set whenever
vegafusion-runtime
is added without
somewhere in the dependency tree.default-features = false - py
-
Enables py of vegafusion-core
- proto default tonic
-
Enables datafusion-proto, proto of vegafusion-common
- tonic default = proto
-
Enables tonic, tonic_support of vegafusion-core
- protobuf-src
-
Enables protobuf-src of vegafusion-core
- s3 default
-
Enables aws of object_store
- http default
-
Enables http of object_store
- http-wasm
-
Enables http of object-store-wasm
- fs default
- parquet default
-
Enables parquet of datafusion and datafusion-common
- multi-thread default
-
Enables rt-multi-thread of tokio
- rustls-tls default
-
Enables rustls-tls of reqwest
vegafusion-runtime has 12 features without comments.