@@ -23,7 +23,7 @@ port_check = { version = "0.3.0", optional = true }
2323chrono = { version = " 0.4.43" , features = [" serde" ], optional = true }
2424clap = { version = " 4.5.56" , features = [" derive" , " env" ], optional = true }
2525axum-reverse-proxy = { version = " 1.1.1" , features = [
26- " native-tls" ,
26+ " native-tls" ,
2727], optional = true }
2828wasm-cookies = " =0.2.1"
2929serde_json = { version = " 1.0.149" , optional = true }
@@ -34,31 +34,33 @@ rand = { version = "0.10.0", optional = true }
3434ftail = { version = " 0.3.1" , optional = true }
3535log = { version = " 0.4.29" , optional = true }
3636tempfile = { version = " 3.27.0" , optional = true }
37- dioxus-primitives = { git = " https://github.com/DioxusLabs/components" , version = " 0.0.1" , default-features = false , features = [" router" ] }
37+ dioxus-primitives = { git = " https://github.com/DioxusLabs/components" , version = " 0.0.1" , default-features = false , features = [
38+ " router" ,
39+ ] }
3840tower-sessions = { version = " 0.15.0" , optional = true }
3941
4042[features ]
4143default = [" web" , " server" ]
4244web = [" dioxus/web" ]
4345server = [
44- " dioxus/server" ,
45- " rusqlite" ,
46- " filen-sdk-rs" ,
47- " filen-rclone-wrapper" ,
48- " filen-types" ,
49- " tokio" ,
50- " port_check" ,
51- " chrono" ,
52- " clap" ,
53- " axum-reverse-proxy" ,
54- " filen-cli" ,
55- " rand" ,
56- " serde_json" ,
57- " base64" ,
58- " http" ,
59- " axum-core" ,
60- " ftail" ,
61- " log" ,
62- " tempfile" ,
63- " tower-sessions" ,
46+ " dioxus/server" ,
47+ " rusqlite" ,
48+ " filen-sdk-rs" ,
49+ " filen-rclone-wrapper" ,
50+ " filen-types" ,
51+ " tokio" ,
52+ " port_check" ,
53+ " chrono" ,
54+ " clap" ,
55+ " axum-reverse-proxy" ,
56+ " filen-cli" ,
57+ " rand" ,
58+ " serde_json" ,
59+ " base64" ,
60+ " http" ,
61+ " axum-core" ,
62+ " ftail" ,
63+ " log" ,
64+ " tempfile" ,
65+ " tower-sessions" ,
6466]
0 commit comments