# 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 = "2021" name = "firestore-db-and-auth" version = "0.8.0" authors = ["David Gräff "] description = "This crate allows easy access to your Google Firestore DB via service account or OAuth impersonated Google Firebase Auth credentials." readme = "readme.md" keywords = [ "firestore", "auth", ] categories = [ "api-bindings", "authentication", ] license = "MIT" repository = "https://github.com/davidgraeff/firestore-db-and-auth-rs" [package.metadata.docs.rs] features = [ "external_doc", "rocket_support", ] [[example]] name = "create_read_write_document" test = true [[example]] name = "firebase_user" test = true [[example]] name = "own_auth" test = true [[example]] name = "rocket_http_protected_route" test = true required-features = [ "rustls-tls", "rocket_support", ] [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.21" [dependencies.biscuit] version = "0.7" [dependencies.bytes] version = "1.1" [dependencies.cache_control] version = "0.2" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.http] version = "1.0" [dependencies.pin-project] version = "1.0" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", "hyper-rustls", ] default-features = false [dependencies.ring] version = "0.17" [dependencies.rocket] version = "0.5.0" optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.13" features = ["macros"] [dev-dependencies.tokio-test] version = "0.4" [features] default = [ "rustls-tls", "unstable", ] default-tls = ["reqwest/default-tls"] external_doc = [] native-tls = ["reqwest/native-tls"] native-tls-vendored = ["reqwest/native-tls-vendored"] rocket_support = ["rocket"] rustls-tls = ["reqwest/rustls-tls"] unstable = []