@@ -29,7 +29,7 @@ pg = ["dep:xitca-postgres"]
2929# diesel orm optional
3030diesel = [" dep:diesel" , " dep:diesel-async" , " dep:xitca-postgres-diesel" , " dep:futures-util" ]
3131# toasty orm optional
32- toasty = [" dep:toasty" , " dep:xitca-postgres-toasty" ]
32+ toasty = [" dep:toasty" , " dep:xitca-postgres-toasty" , " futures-util/alloc " ]
3333# http router optional
3434router = [" xitca-http/router" ]
3535# web optional
@@ -64,7 +64,7 @@ xitca-postgres = { version = "0.3", optional = true }
6464# diesel orm optional
6565diesel = { version = " 2" , features = [" postgres" ], optional = true }
6666diesel-async = { version = " 0.7" , features = [" bb8" , " postgres" ], optional = true }
67- xitca-postgres-diesel = { version = " 0.2" , optional = true }
67+ xitca-postgres-diesel = { version = " 0.2" , default-features = false , optional = true }
6868futures-util = { version = " 0.3" , default-features = false , optional = true }
6969
7070# toasty orm optional
@@ -94,16 +94,17 @@ codegen-units = 1
9494panic = " abort"
9595
9696[patch .crates-io ]
97- xitca-postgres-diesel = { git = " https://github.com/fakeshadow/xitca-postgres-diesel" , rev = " 8ce4e5b " }
97+ xitca-postgres-diesel = { git = " https://github.com/fakeshadow/xitca-postgres-diesel" , rev = " 7671975 " }
9898xitca-postgres-toasty = { git = " https://github.com/fakeshadow/xitca-postgres-toasty" , rev = " 04bedb8" }
9999
100- toasty = { git = " https://github.com/tokio-rs/toasty" , rev = " e0c84c5" }
101- toasty-core = { git = " https://github.com/tokio-rs/toasty" , rev = " e0c84c5" }
102- toasty-sql = { git = " https://github.com/tokio-rs/toasty" , rev = " e0c84c5" }
103-
104- xitca-codegen = { git = " http://github.com/HFQR/xitca-web" , rev = " c9c4b25" }
105- xitca-http = { git = " http://github.com/HFQR/xitca-web" , rev = " c9c4b25" }
106- xitca-postgres = { git = " http://github.com/HFQR/xitca-web" , rev = " c9c4b25" }
107- xitca-server = { git = " http://github.com/HFQR/xitca-web" , rev = " c9c4b25" }
108- xitca-service = { git = " http://github.com/HFQR/xitca-web" , rev = " c9c4b25" }
109- xitca-web = { git = " http://github.com/HFQR/xitca-web" , rev = " c9c4b25" }
100+ # personal fork for efficient toasty engine fine tuned with pipelined xitca-postgres client
101+ toasty = { git = " https://github.com/fakeshadow/toasty" , branch = " engine" }
102+ toasty-core = { git = " https://github.com/fakeshadow/toasty" , branch = " engine" }
103+ toasty-sql = { git = " https://github.com/fakeshadow/toasty" , branch = " engine" }
104+
105+ xitca-codegen = { git = " http://github.com/HFQR/xitca-web" , rev = " cf70ed7" }
106+ xitca-http = { git = " http://github.com/HFQR/xitca-web" , rev = " cf70ed7" }
107+ xitca-postgres = { git = " http://github.com/HFQR/xitca-web" , rev = " cf70ed7" }
108+ xitca-server = { git = " http://github.com/HFQR/xitca-web" , rev = " cf70ed7" }
109+ xitca-service = { git = " http://github.com/HFQR/xitca-web" , rev = " cf70ed7" }
110+ xitca-web = { git = " http://github.com/HFQR/xitca-web" , rev = " cf70ed7" }
0 commit comments