firestore-path 1.0.15

A Firestore path helper
Documentation
[dependencies.thiserror]
version = "2"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.googleapis-tonic-google-firestore-v1]
default-features = false
features = ["bytes", "btree-map"]
version = "0.28.0"

[lib]
name = "firestore_path"
path = "src/lib.rs"

[lints.rust]
missing_docs = "deny"

[lints.rustdoc]
all = "deny"

[package]
authors = ["bouzuya <m@bouzuya.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Firestore path helper"
edition = "2024"
exclude = [".github", "docs"]
keywords = ["firestore", "gcloud", "google", "path"]
license = "MIT OR Apache-2.0"
name = "firestore-path"
readme = "README.md"
repository = "https://github.com/bouzuya/firestore-path"
version = "1.0.15"

[[test]]
name = "lib"
path = "tests/lib.rs"

[[test]]
name = "v0_5_0"
path = "tests/v0_5_0.rs"

[[test]]
name = "v0_6_0"
path = "tests/v0_6_0.rs"

[[test]]
name = "v0_7_0"
path = "tests/v0_7_0.rs"

[[test]]
name = "v0_8_0"
path = "tests/v0_8_0.rs"

[[test]]
name = "v0_9_0"
path = "tests/v0_9_0.rs"

[[test]]
name = "with_google_api_proto"
path = "tests/with_google_api_proto.rs"