11[package ]
2- name = " tokio-postgres"
2+ name = " prisma- tokio-postgres"
33version = " 0.7.0"
4- authors = [" Steven Fackler <sfackler@gmail.com>" ]
4+ authors = [" Steven Fackler <sfackler@gmail.com>" , " Julius de Bruijn <bruijn@prisma.io> " ]
55edition = " 2018"
66license = " MIT/Apache-2.0"
77description = " A native, asynchronous PostgreSQL client"
8- repository = " https://github.com/sfackler /rust-postgres"
8+ repository = " https://github.com/pimeys /rust-postgres"
99readme = " ../README.md"
1010keywords = [" database" , " postgres" , " postgresql" , " sql" , " async" ]
1111categories = [" database" ]
@@ -20,9 +20,6 @@ harness = false
2020[package .metadata .docs .rs ]
2121all-features = true
2222
23- [badges ]
24- circle-ci = { repository = " sfackler/rust-postgres" }
25-
2623[features ]
2724default = [" runtime" ]
2825runtime = [" tokio/net" , " tokio/time" ]
@@ -46,8 +43,8 @@ parking_lot = "0.11"
4643percent-encoding = " 2.0"
4744pin-project-lite = " 0.2"
4845phf = " 0.8"
49- postgres-protocol = { version = " 0.6.0" , path = " ../postgres-protocol" }
50- postgres-types = { version = " 0.2.0" , path = " ../postgres-types" }
46+ prisma- postgres-protocol = { version = " 0.6.0" , path = " ../postgres-protocol" }
47+ prisma- postgres-types = { version = " 0.2.0" , path = " ../postgres-types" }
5148socket2 = " 0.3"
5249tokio = { version = " 1.0" , features = [" io-util" ] }
5350tokio-util = { version = " 0.6" , features = [" codec" ] }
0 commit comments