Cargo Features
vegafusion-core has no features set by default.
[dependencies]
vegafusion-core = { version = "2.0.1", features = ["tonic_support", "py", "protobuf-src", "sqlparser"] }
- tonic_support = tonic, tonic-build
- py = pyo3
-
Enables py of 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 ^1.1.0
protobuf-src:
Build system integration for libprotobuf
- sqlparser implicit feature
-
Enables sqlparser ^0.51.0
sqlparser:
Extensible SQL Lexer and Parser with support for ANSI SQL:2011
- pyo3 py?
-
Enables pyo3 ^0.22.4
- tonic tonic_support?
- tonic-build build tonic_support?