[package] name = "sqlx-postgres-mock" version = "0.0.0" authors = ["Ryan Leckey "] license = "MIT OR Apache-2.0" description = "Mock the PostgreSQL wire protocol. Used internally to test and benchmark sqlx." edition = "2018" [dependencies] runtime = "=0.3.0-alpha.6" futures-preview = "=0.3.0-alpha.16"