Cargo Features

vegafusion-common has no features set by default.

[dependencies]
vegafusion-common = { version = "2.0.0-rc1", features = ["py", "json", "prettyprint", "proto", "base64", "jni", "object_store", "sqlparser", "url"] }
py = pyo3, pyo3-arrow
json = chrono

Enables json of arrow and preserve_order of serde_json

serde_json:

Make serde_json::Map use a representation which maintains insertion order.
This allows data to be read into a Value and written back to a JSON string while preserving the order of map keys in the input.

Affects data::json_writer, scalar::ScalarValueHelpers.from_json, scalar::ScalarValueHelpers.to_json

prettyprint

Enables prettyprint of arrow

proto = datafusion-proto, datafusion-proto-common, prost

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.

base64 implicit feature

Enables base64 ^0.21.2

base64:

encodes and decodes base64 as bytes or utf8

jni implicit feature

Enables jni

jni:

Rust bindings to the JNI

object_store implicit feature
sqlparser implicit feature

Enables sqlparser ^0.51.0

sqlparser:

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

url implicit feature

Enables url

url:

URL library for Rust, based on the WHATWG URL Standard

chrono json?
datafusion-proto proto?
datafusion-proto-common proto?
prost proto?
pyo3 py?

Enables pyo3 ^0.22.4

pyo3-arrow py?
serde_json json?