@@ -13,11 +13,6 @@ name = "xitca-web-unrealistic"
1313path = " ./src/main_unrealistic.rs"
1414required-features = [" perf" , " pg" , " template" ]
1515
16- [[bin ]]
17- name = " xitca-web-wasm"
18- path = " ./src/main_wasm.rs"
19- required-features = [" web" ]
20-
2116[[bin ]]
2217name = " xitca-web-orm"
2318path = " ./src/main_orm.rs"
@@ -70,24 +65,22 @@ xitca-postgres = { version = "0.3", optional = true }
7065diesel = { version = " 2" , features = [" postgres" ], optional = true }
7166
7267# orm async optional
73- diesel-async = { version = " 0.5 " , features = [" bb8" , " postgres" ], optional = true }
74- xitca-postgres-diesel = { version = " 0.1 " , optional = true }
68+ diesel-async = { version = " 0.7 " , features = [" bb8" , " postgres" ], optional = true }
69+ xitca-postgres-diesel = { version = " 0.2 " , optional = true }
7570futures-util = { version = " 0.3" , default-features = false , optional = true }
7671
7772# template optional
78- sailfish = { version = " 0.9 " , default-features = false , features = [" perf-inline" ], optional = true }
73+ sailfish = { version = " 0.10 " , default-features = false , features = [" perf-inline" ], optional = true }
7974
8075# io-uring optional
8176tokio-uring = { version = " 0.5" , optional = true }
8277
8378# perf optional
8479core_affinity = { version = " 0.8.1" , optional = true }
8580mimalloc = { version = " 0.1" , default-features = false , optional = true }
86- simd-json = { version = " 0.14 " , optional = true }
87- simd-json-derive = { version = " 0.15 " , default-features = false , optional = true }
81+ simd-json = { version = " 0.17 " , optional = true }
82+ simd-json-derive = { version = " 0.18 " , default-features = false , optional = true }
8883
89- # stuff can not be used or not needed in wasi target
90- [target .'cfg(not(target_family = "wasm"))' .dependencies ]
9184futures-core = { version = " 0.3" , default-features = false }
9285rand = { version = " 0.9" , features = [" os_rng" , " small_rng" ], default-features = false }
9386tokio = " 1.41"
@@ -99,14 +92,11 @@ codegen-units = 1
9992panic = " abort"
10093
10194[patch .crates-io ]
102- xitca-postgres-diesel = { git = " https://github.com/fakeshadow/xitca-postgres-diesel" , rev = " ae93ee9" }
103-
104- diesel-async = { git = " https://github.com/weiznich/diesel_async" , rev = " 5b8262b" }
105- mio = { git = " https://github.com/fakeshadow/mio" , rev = " 9bae6012b7ecfc6083350785f71a5e8265358178" }
106-
107- xitca-codegen = { git = " http://github.com/HFQR/xitca-web" , rev = " 915b14d" }
108- xitca-http = { git = " http://github.com/HFQR/xitca-web" , rev = " 915b14d" }
109- xitca-postgres = { git = " http://github.com/HFQR/xitca-web" , rev = " 915b14d" }
110- xitca-server = { git = " http://github.com/HFQR/xitca-web" , rev = " 915b14d" }
111- xitca-service = { git = " http://github.com/HFQR/xitca-web" , rev = " 915b14d" }
112- xitca-web = { git = " http://github.com/HFQR/xitca-web" , rev = " 915b14d" }
95+ xitca-postgres-diesel = { git = " https://github.com/fakeshadow/xitca-postgres-diesel" , rev = " 8ce4e5b" }
96+
97+ xitca-codegen = { git = " http://github.com/HFQR/xitca-web" , rev = " 7c22b4a" }
98+ xitca-http = { git = " http://github.com/HFQR/xitca-web" , rev = " 7c22b4a" }
99+ xitca-postgres = { git = " http://github.com/HFQR/xitca-web" , rev = " 7c22b4a" }
100+ xitca-server = { git = " http://github.com/HFQR/xitca-web" , rev = " 7c22b4a" }
101+ xitca-service = { git = " http://github.com/HFQR/xitca-web" , rev = " 7c22b4a" }
102+ xitca-web = { git = " http://github.com/HFQR/xitca-web" , rev = " 7c22b4a" }
0 commit comments