[dependencies.googleapis-tonic-google-firestore-v1]
default-features = false
version = "0.28.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dependencies.serde-firestore-value]
default-features = false
optional = true
version = "0.25.0"
[features]
btree-map = ["googleapis-tonic-google-firestore-v1/btree-map", "serde-firestore-value/btree-map"]
bytes = ["googleapis-tonic-google-firestore-v1/bytes", "serde-firestore-value/bytes"]
default = ["vec-u8", "hash-map"]
hash-map = ["googleapis-tonic-google-firestore-v1/hash-map", "serde-firestore-value/hash-map"]
serde = ["dep:serde", "dep:serde-firestore-value"]
vec-u8 = ["googleapis-tonic-google-firestore-v1/vec-u8", "serde-firestore-value/vec-u8"]
[lib]
name = "firestore_structured_query"
path = "src/lib.rs"
[lints.rust]
missing_docs = "deny"
[package]
authors = ["bouzuya <m@bouzuya.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Firestore StructuredQuery builder"
edition = "2024"
exclude = [".github", "docs"]
keywords = ["firestore", "gcloud", "google", "structured-query"]
license = "MIT OR Apache-2.0"
name = "firestore-structured-query"
readme = "README.md"
repository = "https://github.com/bouzuya/firestore-structured-query"
version = "0.27.0"
[[test]]
name = "lib"
path = "tests/lib.rs"
[[test]]
name = "v0_10_0"
path = "tests/v0_10_0.rs"
[[test]]
name = "v0_1_0"
path = "tests/v0_1_0.rs"
[[test]]
name = "v0_2_0"
path = "tests/v0_2_0.rs"
[[test]]
name = "v0_3_0"
path = "tests/v0_3_0.rs"
[[test]]
name = "v0_4_0"
path = "tests/v0_4_0.rs"
[[test]]
name = "v0_5_0"
path = "tests/v0_5_0.rs"
[[test]]
name = "v0_5_1"
path = "tests/v0_5_1.rs"
[[test]]
name = "v0_6_0"
path = "tests/v0_6_0.rs"
[[test]]
name = "v0_6_1"
path = "tests/v0_6_1.rs"
[[test]]
name = "v0_8_0"
path = "tests/v0_8_0.rs"
[[test]]
name = "v0_8_2"
path = "tests/v0_8_2.rs"
[[test]]
name = "v0_9_0"
path = "tests/v0_9_0.rs"