11[workspace ]
2- members = [" node" ]
2+ members = [ " node" ]
33
44[package ]
55name = " tauri-cli"
6- version = " 2.0.0-beta.19 "
7- authors = [" Tauri Programme within The Commons Conservancy" ]
6+ version = " 2.0.0-beta.20 "
7+ authors = [ " Tauri Programme within The Commons Conservancy" ]
88edition = " 2021"
99rust-version = " 1.70"
10- categories = [" gui" , " web-programming" ]
10+ categories = [ " gui" , " web-programming" ]
1111license = " Apache-2.0 OR MIT"
1212homepage = " https://tauri.app"
1313repository = " https://github.com/tauri-apps/tauri"
@@ -20,7 +20,7 @@ include = [
2020 " *.rs" ,
2121 " tauri.gitignore" ,
2222 " tauri-dev-watcher.gitignore" ,
23- " LICENSE*" ,
23+ " LICENSE*"
2424]
2525
2626[package .metadata .binstall ]
@@ -40,60 +40,50 @@ path = "src/main.rs"
4040
4141[dependencies ]
4242cargo-mobile2 = { version = " 0.12.1" , default-features = false }
43- jsonrpsee = { version = " 0.22" , features = [" server" ] }
43+ jsonrpsee = { version = " 0.22" , features = [ " server" ] }
4444jsonrpsee-core = " 0.22"
45- jsonrpsee-client-transport = { version = " 0.22" , features = [" ws" ] }
45+ jsonrpsee-client-transport = { version = " 0.22" , features = [ " ws" ] }
4646jsonrpsee-ws-client = { version = " 0.22" , default-features = false }
4747sublime_fuzzy = " 0.7"
4848clap_complete = " 4"
49- clap = { version = " 4.5" , features = [" derive" , " env" ] }
49+ clap = { version = " 4.5" , features = [ " derive" , " env" ] }
5050anyhow = " 1.0"
51- tauri-bundler = { version = " 2.0.1-beta.15 " , default-features = false , path = " ../bundler" }
51+ tauri-bundler = { version = " 2.0.1-beta.16 " , default-features = false , path = " ../bundler" }
5252colored = " 2.1"
53- serde = { version = " 1.0" , features = [" derive" ] }
54- serde_json = { version = " 1.0" , features = [" preserve_order" ] }
53+ serde = { version = " 1.0" , features = [ " derive" ] }
54+ serde_json = { version = " 1.0" , features = [ " preserve_order" ] }
5555notify = " 6.1"
5656notify-debouncer-mini = " 0.4"
5757shared_child = " 1.0"
5858duct = " 0.13"
59- toml_edit = { version = " 0.22" , features = [" serde" ] }
59+ toml_edit = { version = " 0.22" , features = [ " serde" ] }
6060json-patch = " 1.2"
61- tauri-utils = { version = " 2.0.0-beta.17" , path = " ../../core/tauri-utils" , features = [
62- " isolation" ,
63- " schema" ,
64- " config-json5" ,
65- " config-toml" ,
66- ] }
67- tauri-utils-v1 = { version = " 1" , package = " tauri-utils" , features = [
68- " isolation" ,
69- " schema" ,
70- " config-json5" ,
71- " config-toml" ,
72- ] }
61+ tauri-utils = { version = " 2.0.0-beta.17" , path = " ../../core/tauri-utils" , features = [ " isolation" , " schema" , " config-json5" , " config-toml" ] }
62+ tauri-utils-v1 = { version = " 1" , package = " tauri-utils" , features = [ " isolation" , " schema" , " config-json5" , " config-toml" ] }
7363toml = " 0.8"
7464jsonschema = " 0.17"
7565handlebars = " 5.1"
7666include_dir = " 0.7"
7767minisign = " =0.7.3"
7868base64 = " 0.22.0"
79- ureq = { version = " 2.9.6" , default-features = false , features = [" gzip" ] }
69+ ureq = { version = " 2.9.6" , default-features = false , features = [ " gzip" ] }
8070os_info = " 3"
8171semver = " 1.0"
8272regex = " 1.10.3"
8373heck = " 0.5"
8474dialoguer = " 0.11"
85- url = { version = " 2.5" , features = [" serde" ] }
75+ url = { version = " 2.5" , features = [ " serde" ] }
8676os_pipe = " 1"
8777ignore = " 0.4"
8878ctrlc = " 3.4"
89- log = { version = " 0.4.21" , features = [" kv" , " kv_std" ] }
79+ log = { version = " 0.4.21" , features = [ " kv" , " kv_std" ] }
9080env_logger = " 0.11.3"
9181icns = { package = " tauri-icns" , version = " 0.1" }
92- image = { version = " 0.24" , default-features = false , features = [" ico" ] }
93- axum = { version = " 0.7.4" , features = [" ws" ] }
82+ image = { version = " 0.24" , default-features = false , features = [ " ico" ] }
83+ axum = { version = " 0.7.4" , features = [ " ws" ] }
9484html5ever = " 0.26"
9585kuchiki = { package = " kuchikiki" , version = " 0.8" }
96- tokio = { version = " 1" , features = [" macros" , " sync" ] }
86+ tokio = { version = " 1" , features = [ " macros" , " sync" ] }
9787common-path = " 1"
9888serde-value = " 0.7.0"
9989itertools = " 0.12"
@@ -108,7 +98,7 @@ version = "0.52"
10898features = [
10999 " Win32_Storage_FileSystem" ,
110100 " Win32_System_IO" ,
111- " Win32_System_Console" ,
101+ " Win32_System_Console"
112102]
113103
114104[target ."cfg(unix)" .dependencies ]
@@ -118,14 +108,14 @@ libc = "0.2"
118108plist = " 1"
119109
120110[features ]
121- default = [" rustls" ]
111+ default = [ " rustls" ]
122112native-tls = [
123113 " tauri-bundler/native-tls" ,
124114 " cargo-mobile2/native-tls" ,
125- " ureq/native-tls" ,
115+ " ureq/native-tls"
126116]
127- native-tls-vendored = [" native-tls" , " tauri-bundler/native-tls-vendored" ]
128- rustls = [" tauri-bundler/rustls" , " cargo-mobile2/rustls" , " ureq/tls" ]
117+ native-tls-vendored = [ " native-tls" , " tauri-bundler/native-tls-vendored" ]
118+ rustls = [ " tauri-bundler/rustls" , " cargo-mobile2/rustls" , " ureq/tls" ]
129119
130120[profile .dev .package .miniz_oxide ]
131121opt-level = 3
0 commit comments