@@ -7,25 +7,20 @@ description = "A simple cross-platform desktop application for S3-Compatible Obj
7
7
[package .metadata .bundle ]
8
8
name = " Caricare"
9
9
identifier = " com.fireyy.caricare"
10
- icon = [" icons/Icon.icns" , " icons/Icon.iconset/icon-256.png" , " icons/Icon.iconset/icon-32.png" , " icons/Icon.iconset/icon-16.png" ]
10
+ icon = [
11
+ " icons/Icon.icns" ,
12
+ " icons/Icon.iconset/icon-256.png" ,
13
+ " icons/Icon.iconset/icon-32.png" ,
14
+ " icons/Icon.iconset/icon-16.png" ,
15
+ ]
11
16
version = " 1.0.0"
12
17
copyright = " Copyright (c) Fireyy (2023). All rights reserved."
13
18
category = " Developer Tool"
14
19
short_description = " A simple cross-platform desktop application for S3-Compatible Object Storage."
15
20
osx_minimum_system_version = " 10.12"
16
21
17
22
[features ]
18
- default = [" services-s3-compatible" ]
19
- # Enable Amazon Simple Storage Service support
20
- services-s3 = [" cc_storage/services-s3" ]
21
- # Enable Aliyun Object Storage Service support
22
- services-oss = [" cc_storage/services-oss" ]
23
- # Enable Google Cloud Storage support
24
- services-gcs = [" cc_storage/services-gcs" ]
25
- # Enable Azure Blob Storage support
26
- services-azblob = [" cc_storage/services-azblob" ]
27
- # Enable S3-Compatible Object Storage support
28
- services-s3-compatible = [" cc_storage/services-s3-compatible" ]
23
+ default = []
29
24
# Enable CJK char support
30
25
lang-cjk = [" cc_ui/lang-cjk" ]
31
26
@@ -38,7 +33,12 @@ serde = { workspace = true }
38
33
egui = { workspace = true }
39
34
cc_files = { workspace = true }
40
35
egui_extras = { workspace = true }
41
- image = { version = " 0.24.6" , default-features = false , features = [" png" , " jpeg" , " gif" , " webp" ] }
36
+ image = { version = " 0.24.6" , default-features = false , features = [
37
+ " png" ,
38
+ " jpeg" ,
39
+ " gif" ,
40
+ " webp" ,
41
+ ] }
42
42
rfd = " 0.10"
43
43
egui-notify = " 0.6"
44
44
tracing = { workspace = true }
@@ -48,9 +48,7 @@ once_cell = { workspace = true }
48
48
49
49
[workspace ]
50
50
resolver = " 2"
51
- members = [
52
- " crates/*" ,
53
- ]
51
+ members = [" crates/*" ]
54
52
55
53
[workspace .package ]
56
54
authors = [" fireyy zhu <fireyy@gmail.com>" ]
@@ -88,4 +86,4 @@ strip = true
88
86
opt-level = " z"
89
87
lto = true
90
88
codegen-units = 1
91
- panic = " abort"
89
+ panic = " abort"
0 commit comments