[package] name = "sqlx-core" version = "0.1.0-pre" license = "MIT OR Apache-2.0" description = "The Rust SQL Toolkit." edition = "2018" authors = [ "Ryan Leckey ", "Austin Bonander " ] [features] default = [] unstable = [] postgres = [] mariadb = [] [dependencies] async-std = { version = "1.1.0", features = ["attributes"] } async-stream = "0.2.0" async-trait = "0.1.18" bitflags = "1.2.1" byteorder = { version = "1.3.2", default-features = false } bytes = "0.4.12" crossbeam-queue = "0.2.0" crossbeam-utils = { version = "0.7.0", default-features = false } futures-channel = "0.3.1" futures-core = "0.3.1" futures-util = "0.3.1" log = "0.4.8" md-5 = "0.8.0" memchr = "2.2.1" url = "2.1.0" uuid = { version = "0.8.1", optional = true } [dev-dependencies] matches = "0.1.8"