google-verifiedaccess1 7.0.0+20251202

A complete library to interact with verifiedaccess (protocol v1)
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 = "2021"
name = "google-verifiedaccess1"
version = "7.0.0+20251202"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A complete library to interact with verifiedaccess (protocol v1)"
homepage = "https://developers.google.com/chrome/verified-access"
documentation = "https://docs.rs/google-verifiedaccess1/7.0.0+20251202"
readme = "README.md"
keywords = [
    "verifiedaccess",
    "google",
    "protocol",
    "web",
    "api",
]
license = "MIT"
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/verifiedaccess1"

[features]
aws-lc-rs = [
    "yup-oauth2?/aws-lc-rs",
    "google-apis-common/aws-lc-rs",
    "hyper-rustls/aws-lc-rs",
]
default = [
    "yup-oauth2",
    "ring",
]
ring = [
    "yup-oauth2?/ring",
    "google-apis-common/ring",
    "hyper-rustls/ring",
]
utoipa = ["dep:utoipa"]
yup-oauth2 = [
    "dep:yup-oauth2",
    "google-apis-common/yup-oauth2",
]
yup-oauth2-service-account = [
    "yup-oauth2",
    "yup-oauth2/service-account",
    "google-apis-common/yup-oauth2-service-account",
]

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.google-apis-common]
version = "8"

[dependencies.hyper]
version = "1"

[dependencies.hyper-rustls]
version = "0.27"
features = [
    "http2",
    "rustls-native-certs",
    "native-tokio",
]
default-features = false

[dependencies.hyper-util]
version = "0.1"

[dependencies.mime]
version = "0.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.130"

[dependencies.serde_with]
version = "3"

[dependencies.tokio]
version = "1"

[dependencies.url]
version = "2"

[dependencies.utoipa]
version = "4"
optional = true

[dependencies.yup-oauth2]
version = "12"
optional = true
default-features = false