cloud-sql-connector 0.0.1

Cloud SQL Auth Proxy connector for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
# Changelog

## 0.0.1

### Added

- `Dialer` for establishing mTLS connections to Cloud SQL instances via the Admin API.
- Ephemeral certificate generation using RSA 2048-bit keypairs.
- Custom TLS certificate verifier validating the per-instance CA chain.
- `serve` function for proxying connections over a Unix socket.