[package] name = "sqlx-core2" version = "0.4.0-beta.2" edition = "2018" authors = [ "Ryan Leckey ", "Austin Bonander ", "Chloe Ross ", "Daniel Akhterov ", ] [features] runtime-async-std = [ "sqlx-rt/runtime-async-std" ] runtime-tokio = [ "sqlx-rt/runtime-tokio" ] runtime-actix = [ "sqlx-rt/runtime-actix" ] [dependencies] bytes = "0.5.6" thiserror = "1.0.20" sqlx-rt = { path = "../sqlx-rt", version = "0.1.1" } futures-core = "0.3.5" lru-cache = "0.1.2" fnv = "1.0.7" smallvec = "1.4.1"