mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 17:36:28 +00:00
Bumps [toml](https://github.com/toml-rs/toml) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.6.0...toml-v0.7.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
41 lines
830 B
TOML
41 lines
830 B
TOML
[package]
|
|
name = "pgcat"
|
|
version = "0.6.0-alpha1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|
|
bytes = "1"
|
|
md-5 = "0.10"
|
|
bb8 = "0.8.0"
|
|
async-trait = "0.1"
|
|
rand = "0.8"
|
|
chrono = "0.4"
|
|
sha-1 = "0.10"
|
|
toml = "0.7"
|
|
serde = "1"
|
|
serde_derive = "1"
|
|
regex = "1"
|
|
num_cpus = "1"
|
|
once_cell = "1"
|
|
sqlparser = "0.30.0"
|
|
log = "0.4"
|
|
arc-swap = "1"
|
|
env_logger = "0.10"
|
|
parking_lot = "0.12.1"
|
|
hmac = "0.12"
|
|
sha2 = "0.10"
|
|
base64 = "0.21"
|
|
stringprep = "0.1"
|
|
tokio-rustls = "0.23"
|
|
rustls-pemfile = "1"
|
|
hyper = { version = "0.14", features = ["full"] }
|
|
phf = { version = "0.11.1", features = ["macros"] }
|
|
exitcode = "1.1.2"
|
|
futures = "0.3"
|
|
|
|
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
|
jemallocator = "0.5.0"
|