Cargo Features
vegafusion-common has no features set by default.
[dependencies]
vegafusion-common = { version = "2.0.3", features = ["py", "json", "prettyprint", "proto", "base64", "object_store", "sqlparser", "url"] }
- py = pyo3, pyo3-arrow
- json = chrono
-
Enables json of arrow ^55.1.0 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 ^55.1.0
- 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
base64:
encodes and decodes base64 as bytes or utf8
- object_store implicit feature
-
Enables object_store ^0.12.0
- sqlparser implicit feature
-
Enables sqlparser ^0.55.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?
-
Enables datafusion-proto ^48.0.0
- datafusion-proto-common proto?
-
Enables datafusion-proto-common ^48.0.0
- prost proto?
-
Enables prost ^0.13.3
- pyo3 py?
-
Enables pyo3 ^0.25.0
- pyo3-arrow py?
-
Enables pyo3-arrow ^0.10.1
- serde_json json?