Cargo Features

vegafusion-core has no features set by default.

[dependencies]
vegafusion-core = { version = "1.6.7", features = ["tonic_support", "pyarrow", "protobuf-src", "sqlparser"] }
tonic_support = tonic, tonic-build

Affects proto::tonic_gen

pyarrow = pyo3

Enables pyarrow of datafusion-common ^36.0.0 and vegafusion-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.

protobuf-src build implicit feature

Enables protobuf-src

protobuf-src:

Build system integration for libprotobuf

sqlparser implicit feature

Enables sqlparser ^0.41.0

sqlparser:

Extensible SQL Lexer and Parser with support for ANSI SQL:2011

pyo3 pyarrow?

Enables pyo3 ^0.20.0

tonic tonic_support?

Enables tonic ^0.10.2

tonic-build build tonic_support?

Enables tonic-build ^0.10.2