Cargo Features
[dependencies]
myval = { version = "0.1.22", default-features = false, features = ["full", "json", "postgres", "arrow2", "arrow2_ih"] }
- default full? = arrow2
-
The
arrow2
feature is set by default whenevermyval
is added without
somewhere in the dependency tree.default-features = false - full = default, json, polars, postgres
- json full? = serde, serde_json
-
Affects
convert::json
… - postgres full? = async-stream, futures, serde, serde_json, sqlx
-
Affects
db::postgres
…
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.
- arrow2 default
-
Enables arrow2 ^0.17.0
- arrow2_ih implicit feature
-
Enables arrow2 ^0.17.0
arrow2:
Unofficial implementation of Apache Arrow spec in safe Rust
- async-stream postgres?
- futures postgres?
- polars full?
-
Enables polars ^0.28.0
- serde json? postgres?
- serde_json json? postgres?
- sqlx postgres?
-
Enables sqlx ^0.6.3