Cargo Features

[dependencies]
firestore-structured-query = { version = "0.15.0", default-features = false, features = ["btree-map", "bytes", "hash-map", "serde", "vec-u8"] }
default = hash-map, vec-u8

These default features are set whenever firestore-structured-query is added without default-features = false somewhere in the dependency tree.

btree-map

Enables btree-map of googleapis-tonic-google-firestore-v1 and serde-firestore-value

bytes

Enables bytes of googleapis-tonic-google-firestore-v1 and serde-firestore-value

hash-map default

Enables hash-map of googleapis-tonic-google-firestore-v1 and serde-firestore-value

serde

Enables serde and serde-firestore-value

Affects value::to_value

vec-u8 default

Enables vec-u8 of googleapis-tonic-google-firestore-v1 and serde-firestore-value