cloud-sql-connector 0.1.0

Cloud SQL Auth Proxy connector for Rust
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.93"
name = "cloud-sql-connector"
version = "0.1.0"
authors = ["Markus Schirp <mbj@schirp-dso.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cloud SQL Auth Proxy connector for Rust"
readme = "README.md"
keywords = [
    "gcp",
    "cloud-sql",
    "postgres",
    "mysql",
    "connector",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/mbj/mrs/tree/main/cloud-sql-connector"

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

[dependencies.google-cloud-gax]
version = "1"

[dependencies.google-cloud-sql-v1]
version = "2"

[dependencies.log]
version = "0.4"

[dependencies.rsa]
version = "0.9"
features = ["pem"]

[dependencies.rustls]
version = "0.23"

[dependencies.rustls-pemfile]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "io-std",
    "macros",
    "rt",
    "io-util",
    "net",
]

[dependencies.tokio-rustls]
version = "0.26"

[lints.clippy]
multiple_crate_versions = "deny"
must_use_candidate = "deny"
uninlined_format_args = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.rust]
unexpected_cfgs = "deny"