@@ -9,9 +9,9 @@ path = "./src/main.rs"
99required-features = [" io-uring" , " pg" , " router" , " template" ]
1010
1111[[bin ]]
12- name = " xitca-web-iou "
13- path = " ./src/main_iou .rs"
14- required-features = [" io-uring " , " perf" , " pg" , " template" ]
12+ name = " xitca-web-unrealistic "
13+ path = " ./src/main_unrealistic .rs"
14+ required-features = [" perf" , " pg" , " template" ]
1515
1616[[bin ]]
1717name = " xitca-web-wasm"
@@ -34,7 +34,7 @@ pg = ["dep:xitca-postgres"]
3434# diesel orm optional
3535pg-orm = [" diesel/r2d2" ]
3636# diesel async orm optional
37- pg-orm-async = [" dep:diesel" , " dep:diesel-async" , " dep:xitca-postgres-diesel" , " futures-util" ]
37+ pg-orm-async = [" dep:diesel" , " dep:diesel-async" , " dep:xitca-postgres-diesel" , " dep: futures-util" ]
3838# http router optional
3939router = [" xitca-http/router" ]
4040# web optional
@@ -64,7 +64,7 @@ serde_json = { version = "1" }
6464xitca-web = { version = " 0.7" , features = [" json" ], optional = true }
6565
6666# raw-pg optional
67- xitca-postgres = { version = " 0.2 " , optional = true }
67+ xitca-postgres = { version = " 0.3 " , optional = true }
6868
6969# orm optional
7070diesel = { version = " 2" , features = [" postgres" ], optional = true }
@@ -100,9 +100,11 @@ xitca-postgres-diesel = { git = "https://github.com/fakeshadow/xitca-postgres-di
100100
101101diesel-async = { git = " https://github.com/weiznich/diesel_async" , rev = " 5b8262b" }
102102mio = { git = " https://github.com/fakeshadow/mio" , rev = " 9bae6012b7ecfc6083350785f71a5e8265358178" }
103-
104- xitca-codegen = { git = " http://github.com/HFQR/xitca-web" , rev = " d3066ba" }
105- xitca-http = { git = " http://github.com/HFQR/xitca-web" , rev = " d3066ba" }
106- xitca-server = { git = " http://github.com/HFQR/xitca-web" , rev = " d3066ba" }
107- xitca-service = { git = " http://github.com/HFQR/xitca-web" , rev = " d3066ba" }
108- xitca-web = { git = " http://github.com/HFQR/xitca-web" , rev = " d3066ba" }
103+ tokio = { git = " https://github.com/tokio-rs/tokio.git" , rev = " 512e9de" }
104+
105+ xitca-codegen = { git = " http://github.com/HFQR/xitca-web" , rev = " 1de8d9c" }
106+ xitca-http = { git = " http://github.com/HFQR/xitca-web" , rev = " 1de8d9c" }
107+ xitca-postgres = { git = " http://github.com/HFQR/xitca-web" , rev = " 1de8d9c" }
108+ xitca-server = { git = " http://github.com/HFQR/xitca-web" , rev = " 1de8d9c" }
109+ xitca-service = { git = " http://github.com/HFQR/xitca-web" , rev = " 1de8d9c" }
110+ xitca-web = { git = " http://github.com/HFQR/xitca-web" , rev = " 1de8d9c" }
0 commit comments