sqlx/Cargo.toml

20 lines
491 B
TOML
Raw Normal View History

2019-06-06 13:02:55 +00:00
[package]
2019-06-23 03:54:43 +00:00
name = "sqlx"
2019-06-07 22:34:21 +00:00
version = "0.0.0"
2019-06-06 13:02:55 +00:00
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Asynchronous and expressive database client in pure Rust."
edition = "2018"
[dependencies]
2019-07-26 06:41:50 +00:00
byteorder = "1.3.2"
2019-06-07 22:34:21 +00:00
bytes = "0.4.12"
futures-preview = "=0.3.0-alpha.17"
2019-07-26 06:41:50 +00:00
hex = "0.3.2"
itoa = "0.4.4"
log = "0.4.7"
md-5 = "0.8.0"
memchr = "2.2.1"
runtime = { version = "=0.3.0-alpha.6", default-features = false }
runtime-tokio = { version = "=0.3.0-alpha.5" }