google-cloud-bigquery-derive 0.1.0

Derive macros for the Google Cloud BigQuery client.
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"
rust-version = "1.90.0"
name = "google-cloud-bigquery-derive"
version = "0.1.0"
authors = ["Google LLC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for the Google Cloud BigQuery client."
readme = false
keywords = [
    "gcp",
    "google-cloud",
    "google-cloud-rust",
    "sdk",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/googleapis/google-cloud-rust/tree/main"

[lib]
name = "google_cloud_bigquery_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.proc-macro2]
version = "1.0.106"
default-features = false

[dependencies.quote]
version = "1.0.38"
default-features = false

[dependencies.syn]
version = "3.0.3"
features = [
    "derive",
    "full",
    "parsing",
    "printing",
    "proc-macro",
]
default-features = false

[lints.rust.unexpected_cfgs]
level = "deny"
priority = 0
check-cfg = [
    "cfg(google_cloud_unstable_gapic_streaming)",
    "cfg(google_cloud_unstable_grpc_rust)",
    "cfg(google_cloud_unstable_grpc_server_streaming)",
    "cfg(google_cloud_unstable_storage_bidi)",
    "cfg(google_cloud_unstable_tracing)",
    "cfg(google_cloud_unstable_trust_boundaries)",
    "cfg(google_cloud_generate_protos)",
    "cfg(tokio_unstable)",
]