2018-06-27 04:00:26 +00:00
|
|
|
[package]
|
|
|
|
name = "tokio-postgres-openssl"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
2018-12-09 01:27:56 +00:00
|
|
|
edition = "2018"
|
2018-06-27 04:00:26 +00:00
|
|
|
|
2018-12-19 05:39:05 +00:00
|
|
|
[features]
|
|
|
|
default = ["runtime"]
|
|
|
|
runtime = ["tokio-postgres/runtime"]
|
|
|
|
|
2018-06-27 04:00:26 +00:00
|
|
|
[dependencies]
|
|
|
|
futures = "0.1"
|
|
|
|
openssl = "0.10"
|
|
|
|
tokio-io = "0.1"
|
2018-11-27 06:45:14 +00:00
|
|
|
tokio-openssl = "0.3"
|
2018-12-17 05:30:52 +00:00
|
|
|
tokio-postgres = { version = "0.3", path = "../tokio-postgres", default-features = false }
|
2018-06-27 04:00:26 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tokio = "0.1.7"
|