firestore-path 1.0.16

A Firestore path helper
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[[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"

[dependencies.thiserror]
version = "2"

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

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

[lints.rust]
missing_docs = "deny"

[lints.rustdoc]
all = "deny"