Cargo Features
[dependencies]
serde-firestore-value = { version = "0.12.3", default-features = false, features = ["btree-map", "bytes", "chrono", "hash-map", "time", "vec-u8"] }
- default = hash-map, vec-u8
-
These default features are set whenever
serde-firestore-value
is added without
somewhere in the dependency tree.default-features = false - btree-map
-
Enables btree-map of googleapis-tonic-google-firestore-v1 ^0.9.0
- bytes
-
Enables bytes of googleapis-tonic-google-firestore-v1 ^0.9.0
- chrono
-
Enables chrono
Affects
with::chrono_date_time_as_timestamp
,with::option_chrono_date_time_as_timestamp
… - hash-map default
-
Enables hash-map of googleapis-tonic-google-firestore-v1 ^0.9.0
- time
-
Enables time
Affects
with::option_time_offset_date_time_as_timestamp
,with::time_offset_date_time_as_timestamp
… - vec-u8 default
-
Enables vec-u8 of googleapis-tonic-google-firestore-v1 ^0.9.0