mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
29 lines
595 B
TOML
29 lines
595 B
TOML
[package]
|
|
name = "sqlx-postgres"
|
|
version = "0.0.0"
|
|
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
|
|
license = "MIT OR Apache-2.0"
|
|
description = "PostgreSQL database driver for dbx."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
sqlx-core = { path = "../sqlx-core" }
|
|
sqlx-postgres-protocol = { path = "../sqlx-postgres-protocol" }
|
|
runtime = "=0.3.0-alpha.4"
|
|
futures-preview = "=0.3.0-alpha.16"
|
|
failure = "0.1"
|
|
byteorder = "1.3.1"
|
|
log = "0.4"
|
|
hex = "0.3.2"
|
|
bytes = "0.4.12"
|
|
memchr = "2.2.0"
|
|
md-5 = "0.8.0"
|
|
|
|
[dev-dependencies]
|
|
matches = "0.1.8"
|
|
criterion = "0.2"
|
|
|
|
[[bench]]
|
|
name = "connection"
|
|
harness = false
|