|
@@ -2,6 +2,16 @@
|
|
# It is not intended for manual editing.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
version = 3
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "Inflector"
|
|
|
|
+version = "0.11.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
|
|
+dependencies = [
|
|
|
|
+ "lazy_static",
|
|
|
|
+ "regex",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "addr2line"
|
|
name = "addr2line"
|
|
version = "0.22.0"
|
|
version = "0.22.0"
|
|
@@ -79,8 +89,9 @@ dependencies = [
|
|
"const-random",
|
|
"const-random",
|
|
"getrandom 0.2.15",
|
|
"getrandom 0.2.15",
|
|
"once_cell",
|
|
"once_cell",
|
|
|
|
+ "serde",
|
|
"version_check",
|
|
"version_check",
|
|
- "zerocopy",
|
|
|
|
|
|
+ "zerocopy 0.7.35",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -174,9 +185,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "anstream"
|
|
name = "anstream"
|
|
-version = "0.6.14"
|
|
|
|
|
|
+version = "0.6.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
|
|
|
|
|
+checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anstyle",
|
|
"anstyle",
|
|
"anstyle-parse",
|
|
"anstyle-parse",
|
|
@@ -189,33 +200,33 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "anstyle"
|
|
name = "anstyle"
|
|
-version = "1.0.7"
|
|
|
|
|
|
+version = "1.0.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
|
|
|
|
|
+checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "anstyle-parse"
|
|
name = "anstyle-parse"
|
|
-version = "0.2.4"
|
|
|
|
|
|
+version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
|
|
|
|
|
+checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
|
dependencies = [
|
|
dependencies = [
|
|
"utf8parse",
|
|
"utf8parse",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "anstyle-query"
|
|
name = "anstyle-query"
|
|
-version = "1.1.0"
|
|
|
|
|
|
+version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
|
|
|
|
|
|
+checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "anstyle-wincon"
|
|
name = "anstyle-wincon"
|
|
-version = "3.0.3"
|
|
|
|
|
|
+version = "3.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
|
|
|
|
|
+checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anstyle",
|
|
"anstyle",
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
@@ -331,6 +342,18 @@ version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
|
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "ast_node"
|
|
|
|
+version = "0.9.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f9184f2b369b3e8625712493c89b785881f27eedc6cde480a81883cef78868b2"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "swc_macros_common",
|
|
|
|
+ "syn 2.0.72",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-broadcast"
|
|
name = "async-broadcast"
|
|
version = "0.7.1"
|
|
version = "0.7.1"
|
|
@@ -643,6 +666,17 @@ dependencies = [
|
|
"terminal-prompt",
|
|
"terminal-prompt",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "auto_impl"
|
|
|
|
+version = "1.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.72",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "autocfg"
|
|
name = "autocfg"
|
|
version = "1.3.0"
|
|
version = "1.3.0"
|
|
@@ -672,6 +706,34 @@ dependencies = [
|
|
"arrayvec",
|
|
"arrayvec",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "aws-lc-rs"
|
|
|
|
+version = "1.8.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4ae74d9bd0a7530e8afd1770739ad34b36838829d6ad61818f9230f683f5ad77"
|
|
|
|
+dependencies = [
|
|
|
|
+ "aws-lc-sys",
|
|
|
|
+ "mirai-annotations",
|
|
|
|
+ "paste",
|
|
|
|
+ "untrusted 0.7.1",
|
|
|
|
+ "zeroize",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "aws-lc-sys"
|
|
|
|
+version = "0.20.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0f0e249228c6ad2d240c2dc94b714d711629d52bad946075d8e9b2f5391f0703"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bindgen",
|
|
|
|
+ "cc",
|
|
|
|
+ "cmake",
|
|
|
|
+ "dunce",
|
|
|
|
+ "fs_extra",
|
|
|
|
+ "libc",
|
|
|
|
+ "paste",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "axum"
|
|
name = "axum"
|
|
version = "0.6.20"
|
|
version = "0.6.20"
|
|
@@ -869,9 +931,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "axum-server"
|
|
name = "axum-server"
|
|
-version = "0.6.0"
|
|
|
|
|
|
+version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036"
|
|
|
|
|
|
+checksum = "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8"
|
|
dependencies = [
|
|
dependencies = [
|
|
"arc-swap",
|
|
"arc-swap",
|
|
"bytes",
|
|
"bytes",
|
|
@@ -882,10 +944,11 @@ dependencies = [
|
|
"hyper 1.4.1",
|
|
"hyper 1.4.1",
|
|
"hyper-util",
|
|
"hyper-util",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
- "rustls 0.21.12",
|
|
|
|
|
|
+ "rustls 0.23.12",
|
|
"rustls-pemfile 2.1.2",
|
|
"rustls-pemfile 2.1.2",
|
|
|
|
+ "rustls-pki-types",
|
|
"tokio",
|
|
"tokio",
|
|
- "tokio-rustls 0.24.1",
|
|
|
|
|
|
+ "tokio-rustls 0.26.0",
|
|
"tower",
|
|
"tower",
|
|
"tower-service",
|
|
"tower-service",
|
|
]
|
|
]
|
|
@@ -1004,6 +1067,15 @@ version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "better_scoped_tls"
|
|
|
|
+version = "0.1.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "794edcc9b3fb07bb4aecaa11f093fd45663b4feadb782d68303a2268bc2701de"
|
|
|
|
+dependencies = [
|
|
|
|
+ "scoped-tls",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "bigdecimal"
|
|
name = "bigdecimal"
|
|
version = "0.3.1"
|
|
version = "0.3.1"
|
|
@@ -1024,6 +1096,29 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "bindgen"
|
|
|
|
+version = "0.69.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitflags 2.6.0",
|
|
|
|
+ "cexpr",
|
|
|
|
+ "clang-sys",
|
|
|
|
+ "itertools 0.12.1",
|
|
|
|
+ "lazy_static",
|
|
|
|
+ "lazycell",
|
|
|
|
+ "log",
|
|
|
|
+ "prettyplease",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "regex",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "shlex",
|
|
|
|
+ "syn 2.0.72",
|
|
|
|
+ "which",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "bit-vec"
|
|
name = "bit-vec"
|
|
version = "0.6.3"
|
|
version = "0.6.3"
|
|
@@ -1142,11 +1237,29 @@ dependencies = [
|
|
"alloc-stdlib",
|
|
"alloc-stdlib",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "browserslist-rs"
|
|
|
|
+version = "0.16.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "fdf0ca73de70c3da94e4194e4a01fe732378f55d47cf4c0588caab22a0dbfa14"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ahash 0.8.11",
|
|
|
|
+ "chrono",
|
|
|
|
+ "either",
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "itertools 0.13.0",
|
|
|
|
+ "nom",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "thiserror",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "bstr"
|
|
name = "bstr"
|
|
-version = "1.9.1"
|
|
|
|
|
|
+version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
|
|
|
|
|
|
+checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"memchr",
|
|
"memchr",
|
|
"regex-automata 0.4.7",
|
|
"regex-automata 0.4.7",
|
|
@@ -1167,6 +1280,9 @@ name = "bumpalo"
|
|
version = "3.16.0"
|
|
version = "3.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
|
+dependencies = [
|
|
|
|
+ "allocator-api2",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bytecheck"
|
|
name = "bytecheck"
|
|
@@ -1192,9 +1308,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bytemuck"
|
|
name = "bytemuck"
|
|
-version = "1.16.1"
|
|
|
|
|
|
+version = "1.16.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
|
|
|
|
|
|
+checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "byteorder"
|
|
name = "byteorder"
|
|
@@ -1210,9 +1326,9 @@ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bytes"
|
|
name = "bytes"
|
|
-version = "1.6.1"
|
|
|
|
|
|
+version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
|
|
|
|
|
|
+checksum = "fca2be1d5c43812bae364ee3f30b3afcb7877cf59f4aeb94c66f313a41d2fac9"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "bzip2"
|
|
name = "bzip2"
|
|
@@ -1277,17 +1393,17 @@ checksum = "9917a953205900b20fe9c77776e2a95607a177c25faefc776920d1aa1a079079"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
"auth-git2",
|
|
"auth-git2",
|
|
- "clap 4.5.10",
|
|
|
|
|
|
+ "clap",
|
|
"console",
|
|
"console",
|
|
"dialoguer",
|
|
"dialoguer",
|
|
- "env_logger 0.11.4",
|
|
|
|
|
|
+ "env_logger 0.11.5",
|
|
"fs-err",
|
|
"fs-err",
|
|
"git2",
|
|
"git2",
|
|
"gix-config",
|
|
"gix-config",
|
|
"heck 0.5.0",
|
|
"heck 0.5.0",
|
|
"home",
|
|
"home",
|
|
"ignore",
|
|
"ignore",
|
|
- "indexmap 2.2.6",
|
|
|
|
|
|
+ "indexmap 2.3.0",
|
|
"indicatif",
|
|
"indicatif",
|
|
"liquid",
|
|
"liquid",
|
|
"liquid-core",
|
|
"liquid-core",
|
|
@@ -1301,12 +1417,12 @@ dependencies = [
|
|
"remove_dir_all",
|
|
"remove_dir_all",
|
|
"rhai",
|
|
"rhai",
|
|
"sanitize-filename",
|
|
"sanitize-filename",
|
|
- "semver",
|
|
|
|
|
|
+ "semver 1.0.23",
|
|
"serde",
|
|
"serde",
|
|
"tempfile",
|
|
"tempfile",
|
|
"thiserror",
|
|
"thiserror",
|
|
"time",
|
|
"time",
|
|
- "toml 0.8.15",
|
|
|
|
|
|
+ "toml 0.8.19",
|
|
"walkdir",
|
|
"walkdir",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -1327,7 +1443,7 @@ checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
|
|
dependencies = [
|
|
dependencies = [
|
|
"camino",
|
|
"camino",
|
|
"cargo-platform",
|
|
"cargo-platform",
|
|
- "semver",
|
|
|
|
|
|
+ "semver 1.0.23",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"thiserror",
|
|
"thiserror",
|
|
@@ -1340,7 +1456,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad639525b1c67b6a298f378417b060fbc04618bea559482a8484381cce27d965"
|
|
checksum = "ad639525b1c67b6a298f378417b060fbc04618bea559482a8484381cce27d965"
|
|
dependencies = [
|
|
dependencies = [
|
|
"serde",
|
|
"serde",
|
|
- "toml 0.8.15",
|
|
|
|
|
|
+ "toml 0.8.19",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1366,9 +1482,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "cc"
|
|
name = "cc"
|
|
-version = "1.1.6"
|
|
|
|
|
|
+version = "1.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
|
|
|
|
|
|
+checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
|
|
dependencies = [
|
|
dependencies = [
|
|
"jobserver",
|
|
"jobserver",
|
|
"libc",
|
|
"libc",
|
|
@@ -1380,6 +1496,15 @@ version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "cexpr"
|
|
|
|
+version = "0.6.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
+dependencies = [
|
|
|
|
+ "nom",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "cfb"
|
|
name = "cfb"
|
|
version = "0.7.3"
|
|
version = "0.7.3"
|
|
@@ -1458,7 +1583,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ciborium-io",
|
|
"ciborium-io",
|
|
- "half 2.4.1",
|
|
|
|
|
|
+ "half",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1472,21 +1597,21 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "clap"
|
|
|
|
-version = "2.34.0"
|
|
|
|
|
|
+name = "clang-sys"
|
|
|
|
+version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
|
|
|
+checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "bitflags 1.3.2",
|
|
|
|
- "textwrap",
|
|
|
|
- "unicode-width",
|
|
|
|
|
|
+ "glob",
|
|
|
|
+ "libc",
|
|
|
|
+ "libloading",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "clap"
|
|
name = "clap"
|
|
-version = "4.5.10"
|
|
|
|
|
|
+version = "4.5.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8f6b81fb3c84f5563d509c59b5a48d935f689e993afa90fe39047f05adef9142"
|
|
|
|
|
|
+checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc"
|
|
dependencies = [
|
|
dependencies = [
|
|
"clap_builder",
|
|
"clap_builder",
|
|
"clap_derive",
|
|
"clap_derive",
|
|
@@ -1494,9 +1619,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "clap_builder"
|
|
name = "clap_builder"
|
|
-version = "4.5.10"
|
|
|
|
|
|
+version = "4.5.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5ca6706fd5224857d9ac5eb9355f6683563cc0541c7cd9d014043b57cbec78ac"
|
|
|
|
|
|
+checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anstream",
|
|
"anstream",
|
|
"anstyle",
|
|
"anstyle",
|
|
@@ -1506,9 +1631,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "clap_derive"
|
|
name = "clap_derive"
|
|
-version = "4.5.8"
|
|
|
|
|
|
+version = "4.5.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085"
|
|
|
|
|
|
+checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"heck 0.5.0",
|
|
"heck 0.5.0",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
@@ -1518,9 +1643,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "clap_lex"
|
|
name = "clap_lex"
|
|
-version = "0.7.1"
|
|
|
|
|
|
+version = "0.7.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "cmake"
|
|
|
|
+version = "0.1.50"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
|
|
|
|
|
|
+checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "cocoa"
|
|
name = "cocoa"
|
|
@@ -1570,9 +1704,9 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "colorchoice"
|
|
name = "colorchoice"
|
|
-version = "1.0.1"
|
|
|
|
|
|
+version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
|
|
|
|
|
+checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "colored"
|
|
name = "colored"
|
|
@@ -1872,32 +2006,6 @@ dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "criterion"
|
|
|
|
-version = "0.3.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
|
|
|
|
-dependencies = [
|
|
|
|
- "atty",
|
|
|
|
- "cast",
|
|
|
|
- "clap 2.34.0",
|
|
|
|
- "criterion-plot 0.4.5",
|
|
|
|
- "csv",
|
|
|
|
- "itertools 0.10.5",
|
|
|
|
- "lazy_static",
|
|
|
|
- "num-traits",
|
|
|
|
- "oorandom",
|
|
|
|
- "plotters",
|
|
|
|
- "rayon",
|
|
|
|
- "regex",
|
|
|
|
- "serde",
|
|
|
|
- "serde_cbor",
|
|
|
|
- "serde_derive",
|
|
|
|
- "serde_json",
|
|
|
|
- "tinytemplate",
|
|
|
|
- "walkdir",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "criterion"
|
|
name = "criterion"
|
|
version = "0.5.1"
|
|
version = "0.5.1"
|
|
@@ -1907,8 +2015,8 @@ dependencies = [
|
|
"anes",
|
|
"anes",
|
|
"cast",
|
|
"cast",
|
|
"ciborium",
|
|
"ciborium",
|
|
- "clap 4.5.10",
|
|
|
|
- "criterion-plot 0.5.0",
|
|
|
|
|
|
+ "clap",
|
|
|
|
+ "criterion-plot",
|
|
"futures",
|
|
"futures",
|
|
"is-terminal",
|
|
"is-terminal",
|
|
"itertools 0.10.5",
|
|
"itertools 0.10.5",
|
|
@@ -1926,16 +2034,6 @@ dependencies = [
|
|
"walkdir",
|
|
"walkdir",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "criterion-plot"
|
|
|
|
-version = "0.4.5"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
|
|
|
|
-dependencies = [
|
|
|
|
- "cast",
|
|
|
|
- "itertools 0.10.5",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "criterion-plot"
|
|
name = "criterion-plot"
|
|
version = "0.5.0"
|
|
version = "0.5.0"
|
|
@@ -2081,27 +2179,6 @@ dependencies = [
|
|
"syn 2.0.72",
|
|
"syn 2.0.72",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "csv"
|
|
|
|
-version = "1.3.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
|
|
|
|
-dependencies = [
|
|
|
|
- "csv-core",
|
|
|
|
- "itoa 1.0.11",
|
|
|
|
- "ryu",
|
|
|
|
- "serde",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "csv-core"
|
|
|
|
-version = "0.1.11"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
|
|
|
|
-dependencies = [
|
|
|
|
- "memchr",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ctor"
|
|
name = "ctor"
|
|
version = "0.2.8"
|
|
version = "0.2.8"
|
|
@@ -2253,6 +2330,16 @@ dependencies = [
|
|
"matches",
|
|
"matches",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "debugid"
|
|
|
|
+version = "0.8.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "serde",
|
|
|
|
+ "uuid",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "der"
|
|
name = "der"
|
|
version = "0.7.9"
|
|
version = "0.7.9"
|
|
@@ -2283,7 +2370,7 @@ dependencies = [
|
|
"convert_case 0.4.0",
|
|
"convert_case 0.4.0",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
- "rustc_version",
|
|
|
|
|
|
+ "rustc_version 0.4.0",
|
|
"syn 2.0.72",
|
|
"syn 2.0.72",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -2320,13 +2407,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus"
|
|
name = "dioxus"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"axum 0.7.5",
|
|
"axum 0.7.5",
|
|
- "criterion 0.3.6",
|
|
|
|
|
|
+ "criterion",
|
|
"dioxus",
|
|
"dioxus",
|
|
"dioxus-config-macro",
|
|
"dioxus-config-macro",
|
|
- "dioxus-core 0.5.2",
|
|
|
|
|
|
+ "dioxus-core",
|
|
"dioxus-core-macro",
|
|
"dioxus-core-macro",
|
|
"dioxus-desktop",
|
|
"dioxus-desktop",
|
|
"dioxus-fullstack",
|
|
"dioxus-fullstack",
|
|
@@ -2352,7 +2439,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-autofmt"
|
|
name = "dioxus-autofmt"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dioxus-rsx",
|
|
"dioxus-rsx",
|
|
"pretty_assertions",
|
|
"pretty_assertions",
|
|
@@ -2365,7 +2452,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-check"
|
|
name = "dioxus-check"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"indoc",
|
|
"indoc",
|
|
"owo-colors",
|
|
"owo-colors",
|
|
@@ -2377,7 +2464,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-cli"
|
|
name = "dioxus-cli"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ansi-to-html",
|
|
"ansi-to-html",
|
|
"ansi-to-tui",
|
|
"ansi-to-tui",
|
|
@@ -2392,7 +2479,7 @@ dependencies = [
|
|
"cargo_metadata",
|
|
"cargo_metadata",
|
|
"cargo_toml",
|
|
"cargo_toml",
|
|
"chrono",
|
|
"chrono",
|
|
- "clap 4.5.10",
|
|
|
|
|
|
+ "clap",
|
|
"colored 2.1.0",
|
|
"colored 2.1.0",
|
|
"console",
|
|
"console",
|
|
"console-subscriber",
|
|
"console-subscriber",
|
|
@@ -2401,12 +2488,12 @@ dependencies = [
|
|
"dioxus-autofmt",
|
|
"dioxus-autofmt",
|
|
"dioxus-check",
|
|
"dioxus-check",
|
|
"dioxus-cli-config",
|
|
"dioxus-cli-config",
|
|
- "dioxus-core 0.5.2",
|
|
|
|
|
|
+ "dioxus-core",
|
|
"dioxus-hot-reload",
|
|
"dioxus-hot-reload",
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
"dioxus-rsx",
|
|
"dioxus-rsx",
|
|
"dirs",
|
|
"dirs",
|
|
- "env_logger 0.11.4",
|
|
|
|
|
|
+ "env_logger 0.11.5",
|
|
"fern",
|
|
"fern",
|
|
"flate2",
|
|
"flate2",
|
|
"fs_extra",
|
|
"fs_extra",
|
|
@@ -2441,8 +2528,8 @@ dependencies = [
|
|
"thiserror",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tokio-stream",
|
|
- "toml 0.8.15",
|
|
|
|
- "toml_edit 0.22.16",
|
|
|
|
|
|
+ "toml 0.8.19",
|
|
|
|
+ "toml_edit 0.22.20",
|
|
"tower",
|
|
"tower",
|
|
"tower-http",
|
|
"tower-http",
|
|
"tracing",
|
|
"tracing",
|
|
@@ -2456,24 +2543,24 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-cli-config"
|
|
name = "dioxus-cli-config"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"built",
|
|
"built",
|
|
"cargo_toml",
|
|
"cargo_toml",
|
|
- "clap 4.5.10",
|
|
|
|
|
|
+ "clap",
|
|
"dirs",
|
|
"dirs",
|
|
"once_cell",
|
|
"once_cell",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"tauri-bundler",
|
|
"tauri-bundler",
|
|
"tauri-utils",
|
|
"tauri-utils",
|
|
- "toml 0.8.15",
|
|
|
|
|
|
+ "toml 0.8.19",
|
|
"tracing",
|
|
"tracing",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-config-macro"
|
|
name = "dioxus-config-macro"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -2481,7 +2568,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-core"
|
|
name = "dioxus-core"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"const_format",
|
|
"const_format",
|
|
"dioxus",
|
|
"dioxus",
|
|
@@ -2489,7 +2576,7 @@ dependencies = [
|
|
"dioxus-ssr",
|
|
"dioxus-ssr",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"futures-util",
|
|
- "generational-box 0.5.2",
|
|
|
|
|
|
+ "generational-box",
|
|
"longest-increasing-subsequence",
|
|
"longest-increasing-subsequence",
|
|
"pretty_assertions",
|
|
"pretty_assertions",
|
|
"rand 0.8.5",
|
|
"rand 0.8.5",
|
|
@@ -2507,26 +2594,9 @@ dependencies = [
|
|
"web-sys",
|
|
"web-sys",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "dioxus-core"
|
|
|
|
-version = "0.5.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "3730d2459ab66951cedf10b09eb84141a6eda7f403c28057cbe010495be156b7"
|
|
|
|
-dependencies = [
|
|
|
|
- "futures-channel",
|
|
|
|
- "futures-util",
|
|
|
|
- "generational-box 0.5.6",
|
|
|
|
- "longest-increasing-subsequence",
|
|
|
|
- "rustc-hash",
|
|
|
|
- "slab",
|
|
|
|
- "slotmap",
|
|
|
|
- "tracing",
|
|
|
|
- "tracing-subscriber",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-core-macro"
|
|
name = "dioxus-core-macro"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"convert_case 0.6.0",
|
|
"convert_case 0.6.0",
|
|
"dioxus",
|
|
"dioxus",
|
|
@@ -2543,14 +2613,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-desktop"
|
|
name = "dioxus-desktop"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"async-trait",
|
|
"async-trait",
|
|
"cocoa",
|
|
"cocoa",
|
|
"core-foundation",
|
|
"core-foundation",
|
|
"dioxus",
|
|
"dioxus",
|
|
"dioxus-cli-config",
|
|
"dioxus-cli-config",
|
|
- "dioxus-core 0.5.2",
|
|
|
|
|
|
+ "dioxus-core",
|
|
"dioxus-hooks",
|
|
"dioxus-hooks",
|
|
"dioxus-hot-reload",
|
|
"dioxus-hot-reload",
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
@@ -2561,7 +2631,7 @@ dependencies = [
|
|
"exitcode",
|
|
"exitcode",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"futures-util",
|
|
- "generational-box 0.5.2",
|
|
|
|
|
|
+ "generational-box",
|
|
"global-hotkey",
|
|
"global-hotkey",
|
|
"http-range",
|
|
"http-range",
|
|
"infer 0.11.0",
|
|
"infer 0.11.0",
|
|
@@ -2589,7 +2659,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-examples"
|
|
name = "dioxus-examples"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.0.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
"ciborium",
|
|
"ciborium",
|
|
@@ -2611,7 +2681,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-ext"
|
|
name = "dioxus-ext"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dioxus-autofmt",
|
|
"dioxus-autofmt",
|
|
"html_parser",
|
|
"html_parser",
|
|
@@ -2622,14 +2692,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-fullstack"
|
|
name = "dioxus-fullstack"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"async-trait",
|
|
"async-trait",
|
|
|
|
+ "aws-lc-rs",
|
|
"axum 0.7.5",
|
|
"axum 0.7.5",
|
|
"base64 0.22.1",
|
|
"base64 0.22.1",
|
|
"bytes",
|
|
"bytes",
|
|
"ciborium",
|
|
"ciborium",
|
|
- "clap 4.5.10",
|
|
|
|
|
|
+ "clap",
|
|
"dioxus",
|
|
"dioxus",
|
|
"dioxus-cli-config",
|
|
"dioxus-cli-config",
|
|
"dioxus-desktop",
|
|
"dioxus-desktop",
|
|
@@ -2642,12 +2713,14 @@ dependencies = [
|
|
"dioxus_server_macro",
|
|
"dioxus_server_macro",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"futures-util",
|
|
- "generational-box 0.5.2",
|
|
|
|
|
|
+ "generational-box",
|
|
"http 1.1.0",
|
|
"http 1.1.0",
|
|
"hyper 1.4.1",
|
|
"hyper 1.4.1",
|
|
|
|
+ "hyper-rustls 0.27.2",
|
|
"once_cell",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"parking_lot",
|
|
"pin-project",
|
|
"pin-project",
|
|
|
|
+ "rustls 0.23.12",
|
|
"serde",
|
|
"serde",
|
|
"server_fn",
|
|
"server_fn",
|
|
"thiserror",
|
|
"thiserror",
|
|
@@ -2677,14 +2750,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-hooks"
|
|
name = "dioxus-hooks"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-core 0.5.2",
|
|
|
|
|
|
+ "dioxus-core",
|
|
"dioxus-signals",
|
|
"dioxus-signals",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"futures-util",
|
|
- "generational-box 0.5.2",
|
|
|
|
|
|
+ "generational-box",
|
|
"reqwest 0.12.5",
|
|
"reqwest 0.12.5",
|
|
"rustversion",
|
|
"rustversion",
|
|
"slab",
|
|
"slab",
|
|
@@ -2696,11 +2769,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-hot-reload"
|
|
name = "dioxus-hot-reload"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"chrono",
|
|
"chrono",
|
|
"dioxus-cli-config",
|
|
"dioxus-cli-config",
|
|
- "dioxus-core 0.5.2",
|
|
|
|
|
|
+ "dioxus-core",
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
"dioxus-rsx",
|
|
"dioxus-rsx",
|
|
"dioxus-signals",
|
|
"dioxus-signals",
|
|
@@ -2719,11 +2792,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-html"
|
|
name = "dioxus-html"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"async-trait",
|
|
"async-trait",
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-core 0.5.2",
|
|
|
|
|
|
+ "dioxus-core",
|
|
"dioxus-core-macro",
|
|
"dioxus-core-macro",
|
|
"dioxus-hooks",
|
|
"dioxus-hooks",
|
|
"dioxus-html-internal-macro",
|
|
"dioxus-html-internal-macro",
|
|
@@ -2732,7 +2805,7 @@ dependencies = [
|
|
"enumset",
|
|
"enumset",
|
|
"euclid",
|
|
"euclid",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
- "generational-box 0.5.2",
|
|
|
|
|
|
+ "generational-box",
|
|
"js-sys",
|
|
"js-sys",
|
|
"keyboard-types",
|
|
"keyboard-types",
|
|
"lazy-js-bundle",
|
|
"lazy-js-bundle",
|
|
@@ -2750,7 +2823,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-html-internal-macro"
|
|
name = "dioxus-html-internal-macro"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"convert_case 0.6.0",
|
|
"convert_case 0.6.0",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
@@ -2761,9 +2834,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-interpreter-js"
|
|
name = "dioxus-interpreter-js"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "dioxus-core 0.5.2",
|
|
|
|
|
|
+ "dioxus-core",
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
"js-sys",
|
|
"js-sys",
|
|
"lazy-js-bundle",
|
|
"lazy-js-bundle",
|
|
@@ -2777,11 +2850,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-lib"
|
|
name = "dioxus-lib"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dioxus",
|
|
"dioxus",
|
|
"dioxus-config-macro",
|
|
"dioxus-config-macro",
|
|
- "dioxus-core 0.5.2",
|
|
|
|
|
|
+ "dioxus-core",
|
|
"dioxus-core-macro",
|
|
"dioxus-core-macro",
|
|
"dioxus-hooks",
|
|
"dioxus-hooks",
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
@@ -2791,18 +2864,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-liveview"
|
|
name = "dioxus-liveview"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"axum 0.7.5",
|
|
"axum 0.7.5",
|
|
"dioxus",
|
|
"dioxus",
|
|
"dioxus-cli-config",
|
|
"dioxus-cli-config",
|
|
- "dioxus-core 0.5.2",
|
|
|
|
|
|
+ "dioxus-core",
|
|
"dioxus-hot-reload",
|
|
"dioxus-hot-reload",
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
"dioxus-interpreter-js",
|
|
"dioxus-interpreter-js",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"futures-util",
|
|
- "generational-box 0.5.2",
|
|
|
|
|
|
+ "generational-box",
|
|
"pretty_env_logger",
|
|
"pretty_env_logger",
|
|
"rustc-hash",
|
|
"rustc-hash",
|
|
"serde",
|
|
"serde",
|
|
@@ -2818,7 +2891,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-mobile"
|
|
name = "dioxus-mobile"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dioxus-desktop",
|
|
"dioxus-desktop",
|
|
]
|
|
]
|
|
@@ -2872,13 +2945,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-router"
|
|
name = "dioxus-router"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"axum 0.7.5",
|
|
"axum 0.7.5",
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
"ciborium",
|
|
"ciborium",
|
|
"console_error_panic_hook",
|
|
"console_error_panic_hook",
|
|
- "criterion 0.5.1",
|
|
|
|
|
|
+ "criterion",
|
|
"dioxus",
|
|
"dioxus",
|
|
"dioxus-cli-config",
|
|
"dioxus-cli-config",
|
|
"dioxus-fullstack",
|
|
"dioxus-fullstack",
|
|
@@ -2905,7 +2978,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-router-macro"
|
|
name = "dioxus-router-macro"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dioxus",
|
|
"dioxus",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
@@ -2916,9 +2989,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-rsx"
|
|
name = "dioxus-rsx"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "dioxus-core 0.5.2",
|
|
|
|
|
|
+ "dioxus-core",
|
|
"internment",
|
|
"internment",
|
|
"prettier-please",
|
|
"prettier-please",
|
|
"prettyplease",
|
|
"prettyplease",
|
|
@@ -2932,13 +3005,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-signals"
|
|
name = "dioxus-signals"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-core 0.5.2",
|
|
|
|
|
|
+ "dioxus-core",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"futures-util",
|
|
- "generational-box 0.5.2",
|
|
|
|
|
|
+ "generational-box",
|
|
"once_cell",
|
|
"once_cell",
|
|
"parking_lot",
|
|
"parking_lot",
|
|
"rand 0.8.5",
|
|
"rand 0.8.5",
|
|
@@ -2954,7 +3027,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-ssr"
|
|
name = "dioxus-ssr"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
"argh",
|
|
"argh",
|
|
@@ -2963,15 +3036,15 @@ dependencies = [
|
|
"chrono",
|
|
"chrono",
|
|
"dioxus",
|
|
"dioxus",
|
|
"dioxus-cli-config",
|
|
"dioxus-cli-config",
|
|
- "dioxus-core 0.5.2",
|
|
|
|
|
|
+ "dioxus-core",
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
"dioxus-interpreter-js",
|
|
"dioxus-interpreter-js",
|
|
"dioxus-signals",
|
|
"dioxus-signals",
|
|
"fern",
|
|
"fern",
|
|
"fs_extra",
|
|
"fs_extra",
|
|
- "generational-box 0.5.2",
|
|
|
|
|
|
+ "generational-box",
|
|
"http 1.1.0",
|
|
"http 1.1.0",
|
|
- "lru",
|
|
|
|
|
|
+ "lru 0.12.4",
|
|
"rustc-hash",
|
|
"rustc-hash",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
@@ -2982,9 +3055,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-static-site-generation"
|
|
name = "dioxus-static-site-generation"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"axum 0.7.5",
|
|
"axum 0.7.5",
|
|
|
|
+ "criterion",
|
|
"dioxus",
|
|
"dioxus",
|
|
"dioxus-cli-config",
|
|
"dioxus-cli-config",
|
|
"dioxus-fullstack",
|
|
"dioxus-fullstack",
|
|
@@ -3010,12 +3084,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-web"
|
|
name = "dioxus-web"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ciborium",
|
|
"ciborium",
|
|
"console_error_panic_hook",
|
|
"console_error_panic_hook",
|
|
"dioxus",
|
|
"dioxus",
|
|
- "dioxus-core 0.5.2",
|
|
|
|
|
|
+ "dioxus-core",
|
|
"dioxus-hot-reload",
|
|
"dioxus-hot-reload",
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
"dioxus-interpreter-js",
|
|
"dioxus-interpreter-js",
|
|
@@ -3024,7 +3098,7 @@ dependencies = [
|
|
"dioxus-web",
|
|
"dioxus-web",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"futures-util",
|
|
- "generational-box 0.5.2",
|
|
|
|
|
|
+ "generational-box",
|
|
"gloo-dialogs",
|
|
"gloo-dialogs",
|
|
"gloo-timers",
|
|
"gloo-timers",
|
|
"js-sys",
|
|
"js-sys",
|
|
@@ -3042,7 +3116,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus_server_macro"
|
|
name = "dioxus_server_macro"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"convert_case 0.6.0",
|
|
"convert_case 0.6.0",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
@@ -3241,9 +3315,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "env_filter"
|
|
name = "env_filter"
|
|
-version = "0.1.1"
|
|
|
|
|
|
+version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c6dc8c8ff84895b051f07a0e65f975cf225131742531338752abfb324e4449ff"
|
|
|
|
|
|
+checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
|
|
dependencies = [
|
|
dependencies = [
|
|
"log",
|
|
"log",
|
|
"regex",
|
|
"regex",
|
|
@@ -3264,9 +3338,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "env_logger"
|
|
name = "env_logger"
|
|
-version = "0.11.4"
|
|
|
|
|
|
+version = "0.11.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "06676b12debf7bba6903559720abca942d3a66b8acb88815fd2c7c6537e9ade1"
|
|
|
|
|
|
+checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anstream",
|
|
"anstream",
|
|
"anstyle",
|
|
"anstyle",
|
|
@@ -3390,7 +3464,7 @@ checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bit_field",
|
|
"bit_field",
|
|
"flume",
|
|
"flume",
|
|
- "half 2.4.1",
|
|
|
|
|
|
+ "half",
|
|
"lebe",
|
|
"lebe",
|
|
"miniz_oxide",
|
|
"miniz_oxide",
|
|
"rayon-core",
|
|
"rayon-core",
|
|
@@ -3451,7 +3525,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
|
|
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"memoffset",
|
|
"memoffset",
|
|
- "rustc_version",
|
|
|
|
|
|
+ "rustc_version 0.4.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -3560,6 +3634,17 @@ dependencies = [
|
|
"thiserror",
|
|
"thiserror",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "from_variant"
|
|
|
|
+version = "0.1.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "32016f1242eb82af5474752d00fd8ebcd9004bd69b462b1c91de833972d08ed4"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "swc_macros_common",
|
|
|
|
+ "syn 2.0.72",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "fs-err"
|
|
name = "fs-err"
|
|
version = "2.11.0"
|
|
version = "2.11.0"
|
|
@@ -3571,16 +3656,16 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "fs_at"
|
|
name = "fs_at"
|
|
-version = "0.1.10"
|
|
|
|
|
|
+version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "982f82cc75107eef84f417ad6c53ae89bf65b561937ca4a3b3b0fd04d0aa2425"
|
|
|
|
|
|
+checksum = "14af6c9694ea25db25baa2a1788703b9e7c6648dcaeeebeb98f7561b5384c036"
|
|
dependencies = [
|
|
dependencies = [
|
|
"aligned",
|
|
"aligned",
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"cvt",
|
|
"cvt",
|
|
"libc",
|
|
"libc",
|
|
- "nix 0.26.4",
|
|
|
|
- "windows-sys 0.48.0",
|
|
|
|
|
|
+ "nix 0.29.0",
|
|
|
|
+ "windows-sys 0.52.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -3852,22 +3937,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "generational-box"
|
|
name = "generational-box"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "criterion 0.3.6",
|
|
|
|
|
|
+ "criterion",
|
|
"parking_lot",
|
|
"parking_lot",
|
|
"rand 0.8.5",
|
|
"rand 0.8.5",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "generational-box"
|
|
|
|
-version = "0.5.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "557cf2cbacd0504c6bf8c29f52f8071e0de1d9783346713dc6121d7fa1e5d0e0"
|
|
|
|
-dependencies = [
|
|
|
|
- "parking_lot",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "generic-array"
|
|
name = "generic-array"
|
|
version = "0.14.7"
|
|
version = "0.14.7"
|
|
@@ -4015,7 +4091,7 @@ dependencies = [
|
|
"gix-utils",
|
|
"gix-utils",
|
|
"itoa 1.0.11",
|
|
"itoa 1.0.11",
|
|
"thiserror",
|
|
"thiserror",
|
|
- "winnow 0.6.15",
|
|
|
|
|
|
+ "winnow 0.6.18",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -4036,7 +4112,7 @@ dependencies = [
|
|
"smallvec",
|
|
"smallvec",
|
|
"thiserror",
|
|
"thiserror",
|
|
"unicode-bom",
|
|
"unicode-bom",
|
|
- "winnow 0.6.15",
|
|
|
|
|
|
+ "winnow 0.6.18",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -4138,7 +4214,7 @@ dependencies = [
|
|
"itoa 1.0.11",
|
|
"itoa 1.0.11",
|
|
"smallvec",
|
|
"smallvec",
|
|
"thiserror",
|
|
"thiserror",
|
|
- "winnow 0.6.15",
|
|
|
|
|
|
+ "winnow 0.6.18",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -4173,7 +4249,7 @@ dependencies = [
|
|
"gix-validate",
|
|
"gix-validate",
|
|
"memmap2",
|
|
"memmap2",
|
|
"thiserror",
|
|
"thiserror",
|
|
- "winnow 0.6.15",
|
|
|
|
|
|
+ "winnow 0.6.18",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -4587,7 +4663,7 @@ dependencies = [
|
|
"futures-sink",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"futures-util",
|
|
"http 0.2.12",
|
|
"http 0.2.12",
|
|
- "indexmap 2.2.6",
|
|
|
|
|
|
+ "indexmap 2.3.0",
|
|
"slab",
|
|
"slab",
|
|
"tokio",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tokio-util",
|
|
@@ -4606,19 +4682,13 @@ dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-sink",
|
|
"http 1.1.0",
|
|
"http 1.1.0",
|
|
- "indexmap 2.2.6",
|
|
|
|
|
|
+ "indexmap 2.3.0",
|
|
"slab",
|
|
"slab",
|
|
"tokio",
|
|
"tokio",
|
|
"tokio-util",
|
|
"tokio-util",
|
|
"tracing",
|
|
"tracing",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "half"
|
|
|
|
-version = "1.8.3"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "half"
|
|
name = "half"
|
|
version = "2.4.1"
|
|
version = "2.4.1"
|
|
@@ -4654,12 +4724,21 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "hashbrown"
|
|
name = "hashbrown"
|
|
-version = "0.14.5"
|
|
|
|
|
|
+version = "0.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
|
|
|
+checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ahash 0.8.11",
|
|
"ahash 0.8.11",
|
|
- "allocator-api2",
|
|
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "hashbrown"
|
|
|
|
+version = "0.14.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ahash 0.8.11",
|
|
|
|
+ "allocator-api2",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -4810,6 +4889,20 @@ dependencies = [
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "hstr"
|
|
|
|
+version = "0.2.10"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "96274be293b8877e61974a607105d09c84caebe9620b47774aa8a6b942042dd4"
|
|
|
|
+dependencies = [
|
|
|
|
+ "hashbrown 0.14.5",
|
|
|
|
+ "new_debug_unreachable",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "phf 0.11.2",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "triomphe",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "html5ever"
|
|
name = "html5ever"
|
|
version = "0.26.0"
|
|
version = "0.26.0"
|
|
@@ -5110,6 +5203,12 @@ dependencies = [
|
|
"unicode-normalization",
|
|
"unicode-normalization",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "if_chain"
|
|
|
|
+version = "1.0.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "ignore"
|
|
name = "ignore"
|
|
version = "0.4.22"
|
|
version = "0.4.22"
|
|
@@ -5209,9 +5308,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "indexmap"
|
|
name = "indexmap"
|
|
-version = "2.2.6"
|
|
|
|
|
|
+version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
|
|
|
|
|
+checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"equivalent",
|
|
"equivalent",
|
|
"hashbrown 0.14.5",
|
|
"hashbrown 0.14.5",
|
|
@@ -5365,6 +5464,18 @@ dependencies = [
|
|
"once_cell",
|
|
"once_cell",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "is-macro"
|
|
|
|
+version = "0.3.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "59a85abdc13717906baccb5a1e435556ce0df215f242892f721dff62bf25288f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "Inflector",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.72",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "is-terminal"
|
|
name = "is-terminal"
|
|
version = "0.4.12"
|
|
version = "0.4.12"
|
|
@@ -5394,9 +5505,9 @@ checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "is_terminal_polyfill"
|
|
name = "is_terminal_polyfill"
|
|
-version = "1.70.0"
|
|
|
|
|
|
+version = "1.70.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
|
|
|
|
|
+checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "itertools"
|
|
name = "itertools"
|
|
@@ -5520,6 +5631,15 @@ dependencies = [
|
|
"thiserror",
|
|
"thiserror",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "jsonc-parser"
|
|
|
|
+version = "0.21.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "7b56a20e76235284255a09fcd1f45cf55d3c524ea657ebd3854735925c57743d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "serde_json",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "keyboard-types"
|
|
name = "keyboard-types"
|
|
version = "0.7.0"
|
|
version = "0.7.0"
|
|
@@ -5560,16 +5680,16 @@ dependencies = [
|
|
"camino",
|
|
"camino",
|
|
"cfg-expr",
|
|
"cfg-expr",
|
|
"petgraph",
|
|
"petgraph",
|
|
- "semver",
|
|
|
|
|
|
+ "semver 1.0.23",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "kstring"
|
|
name = "kstring"
|
|
-version = "2.0.1"
|
|
|
|
|
|
+version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e703acfd696000db3f6d1238e23b3d1f889192e1e439969c44e8423bb7a5655e"
|
|
|
|
|
|
+checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
|
|
dependencies = [
|
|
dependencies = [
|
|
"serde",
|
|
"serde",
|
|
"static_assertions",
|
|
"static_assertions",
|
|
@@ -5599,7 +5719,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "lazy-js-bundle"
|
|
name = "lazy-js-bundle"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "lazy_static"
|
|
name = "lazy_static"
|
|
@@ -5610,6 +5730,12 @@ dependencies = [
|
|
"spin",
|
|
"spin",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "lazycell"
|
|
|
|
+version = "1.3.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "leb128"
|
|
name = "leb128"
|
|
version = "0.2.5"
|
|
version = "0.2.5"
|
|
@@ -5677,6 +5803,16 @@ dependencies = [
|
|
"pkg-config",
|
|
"pkg-config",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "libloading"
|
|
|
|
+version = "0.8.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "windows-targets 0.52.6",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "libm"
|
|
name = "libm"
|
|
version = "0.2.8"
|
|
version = "0.2.8"
|
|
@@ -5803,9 +5939,9 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "liquid"
|
|
name = "liquid"
|
|
-version = "0.26.6"
|
|
|
|
|
|
+version = "0.26.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "10929f201279ba14da3297b957dcda1e0bf7a6f3bb5115688be684aa8864e9cc"
|
|
|
|
|
|
+checksum = "4e9338405fdbc0bce9b01695b2a2ef6b20eca5363f385d47bce48ddf8323cc25"
|
|
dependencies = [
|
|
dependencies = [
|
|
"doc-comment",
|
|
"doc-comment",
|
|
"liquid-core",
|
|
"liquid-core",
|
|
@@ -5816,12 +5952,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "liquid-core"
|
|
name = "liquid-core"
|
|
-version = "0.26.6"
|
|
|
|
|
|
+version = "0.26.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3aef4b2160791f456eb880c990a97746f693746f92302ef5f1d06111cf14b768"
|
|
|
|
|
|
+checksum = "feb8fed70857010ed9016ed2ce5a7f34e7cc51d5d7255c9c9dc2e3243e490b42"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anymap2",
|
|
"anymap2",
|
|
- "itertools 0.12.1",
|
|
|
|
|
|
+ "itertools 0.13.0",
|
|
"kstring",
|
|
"kstring",
|
|
"liquid-derive",
|
|
"liquid-derive",
|
|
"num-traits",
|
|
"num-traits",
|
|
@@ -5834,9 +5970,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "liquid-derive"
|
|
name = "liquid-derive"
|
|
-version = "0.26.5"
|
|
|
|
|
|
+version = "0.26.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "915f6d0a2963a27cd5205c1902f32ddfe3bc035816afd268cf88c0fc0f8d287e"
|
|
|
|
|
|
+checksum = "77a5aa659a76b649f0d639ef0b9c067a9499c42a9d7f3e7832e279f791704966"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -5845,11 +5981,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "liquid-lib"
|
|
name = "liquid-lib"
|
|
-version = "0.26.6"
|
|
|
|
|
|
+version = "0.26.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "73f48fc446873f74d869582f5c4b8cbf3248c93395e410a67af5809b3731e44a"
|
|
|
|
|
|
+checksum = "ee1794b5605e9f8864a8a4f41aa97976b42512cc81093f8c885d29fb94c6c556"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "itertools 0.12.1",
|
|
|
|
|
|
+ "itertools 0.13.0",
|
|
"liquid-core",
|
|
"liquid-core",
|
|
"once_cell",
|
|
"once_cell",
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
@@ -5894,9 +6030,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "lru"
|
|
name = "lru"
|
|
-version = "0.12.3"
|
|
|
|
|
|
+version = "0.10.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670"
|
|
|
|
+dependencies = [
|
|
|
|
+ "hashbrown 0.13.2",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "lru"
|
|
|
|
+version = "0.12.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
|
|
|
|
|
|
+checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
|
|
dependencies = [
|
|
dependencies = [
|
|
"hashbrown 0.14.5",
|
|
"hashbrown 0.14.5",
|
|
]
|
|
]
|
|
@@ -5928,17 +6073,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "manganis"
|
|
name = "manganis"
|
|
-version = "0.2.2"
|
|
|
|
-source = "git+https://github.com/DioxusLabs/manganis#d468272b47c981368d69c8512e6fb1770592f086"
|
|
|
|
|
|
+version = "0.3.0-alpha.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "578cb1a3a1a7dfad59feaa34eb928855e7f7d09a031db913b84ac2cc10fdfb84"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "dioxus-core 0.5.6",
|
|
|
|
"manganis-macro",
|
|
"manganis-macro",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "manganis-cli-support"
|
|
name = "manganis-cli-support"
|
|
-version = "0.2.4"
|
|
|
|
-source = "git+https://github.com/DioxusLabs/manganis#d468272b47c981368d69c8512e6fb1770592f086"
|
|
|
|
|
|
+version = "0.3.0-alpha.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "378a47dc7523152750e923d3c0ea94a0d491ea2cd3616abce0d20ae0f1df36c0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
"image 0.25.2",
|
|
"image 0.25.2",
|
|
@@ -5955,17 +6101,21 @@ dependencies = [
|
|
"rustc-hash",
|
|
"rustc-hash",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
|
|
+ "swc",
|
|
|
|
+ "swc_common",
|
|
"tracing",
|
|
"tracing",
|
|
"url",
|
|
"url",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "manganis-common"
|
|
name = "manganis-common"
|
|
-version = "0.2.4"
|
|
|
|
-source = "git+https://github.com/DioxusLabs/manganis#d468272b47c981368d69c8512e6fb1770592f086"
|
|
|
|
|
|
+version = "0.3.0-alpha.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "86a1bfc5ff78ac6ade38584b033952f7cef921b90db6d5ac2016bc30caf47f8b"
|
|
dependencies = [
|
|
dependencies = [
|
|
"anyhow",
|
|
"anyhow",
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
|
|
+ "built",
|
|
"home",
|
|
"home",
|
|
"infer 0.11.0",
|
|
"infer 0.11.0",
|
|
"reqwest 0.12.5",
|
|
"reqwest 0.12.5",
|
|
@@ -5977,8 +6127,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "manganis-macro"
|
|
name = "manganis-macro"
|
|
-version = "0.2.2"
|
|
|
|
-source = "git+https://github.com/DioxusLabs/manganis#d468272b47c981368d69c8512e6fb1770592f086"
|
|
|
|
|
|
+version = "0.3.0-alpha.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "046c953865755a7b4e41f3680a2659833b41fdb171a0bffbaeba8b8237319924"
|
|
dependencies = [
|
|
dependencies = [
|
|
"manganis-common",
|
|
"manganis-common",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
@@ -6030,7 +6181,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
|
|
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
- "rayon",
|
|
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -6073,6 +6223,31 @@ dependencies = [
|
|
"autocfg",
|
|
"autocfg",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "miette"
|
|
|
|
+version = "7.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4edc8853320c2a0dab800fbda86253c8938f6ea88510dc92c5f1ed20e794afc1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "miette-derive",
|
|
|
|
+ "owo-colors",
|
|
|
|
+ "textwrap",
|
|
|
|
+ "thiserror",
|
|
|
|
+ "unicode-width",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "miette-derive"
|
|
|
|
+version = "7.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "dcf09caffaac8068c346b6df2a7fc27a177fd20b39421a39ce0a211bde679a6c"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.72",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "mime"
|
|
name = "mime"
|
|
version = "0.3.17"
|
|
version = "0.3.17"
|
|
@@ -6129,6 +6304,12 @@ dependencies = [
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "mirai-annotations"
|
|
|
|
+version = "1.12.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "mozjpeg"
|
|
name = "mozjpeg"
|
|
version = "0.10.9"
|
|
version = "0.10.9"
|
|
@@ -6268,17 +6449,6 @@ version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "nix"
|
|
|
|
-version = "0.26.4"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
|
|
|
-dependencies = [
|
|
|
|
- "bitflags 1.3.2",
|
|
|
|
- "cfg-if",
|
|
|
|
- "libc",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "nix"
|
|
name = "nix"
|
|
version = "0.28.0"
|
|
version = "0.28.0"
|
|
@@ -6333,6 +6503,15 @@ version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
|
|
checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "normpath"
|
|
|
|
+version = "0.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2a9da8c9922c35a1033d76f7272dfc2e7ee20392083d75aeea6ced23c6266578"
|
|
|
|
+dependencies = [
|
|
|
|
+ "winapi",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "normpath"
|
|
name = "normpath"
|
|
version = "1.2.0"
|
|
version = "1.2.0"
|
|
@@ -6380,6 +6559,7 @@ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
|
dependencies = [
|
|
dependencies = [
|
|
"num-integer",
|
|
"num-integer",
|
|
"num-traits",
|
|
"num-traits",
|
|
|
|
+ "serde",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -6457,6 +6637,16 @@ dependencies = [
|
|
"libm",
|
|
"libm",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "num_cpus"
|
|
|
|
+version = "1.16.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
|
|
+dependencies = [
|
|
|
|
+ "hermit-abi 0.3.9",
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "num_enum"
|
|
name = "num_enum"
|
|
version = "0.5.11"
|
|
version = "0.5.11"
|
|
@@ -6534,14 +6724,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "object"
|
|
name = "object"
|
|
-version = "0.36.1"
|
|
|
|
|
|
+version = "0.36.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce"
|
|
|
|
|
|
+checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
|
|
dependencies = [
|
|
dependencies = [
|
|
"flate2",
|
|
"flate2",
|
|
"memchr",
|
|
"memchr",
|
|
"ruzstd",
|
|
"ruzstd",
|
|
- "wasmparser 0.212.0",
|
|
|
|
|
|
+ "wasmparser 0.214.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -6774,6 +6964,18 @@ dependencies = [
|
|
"path-dedot",
|
|
"path-dedot",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "path-clean"
|
|
|
|
+version = "0.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "path-clean"
|
|
|
|
+version = "1.0.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "path-dedot"
|
|
name = "path-dedot"
|
|
version = "3.1.1"
|
|
version = "3.1.1"
|
|
@@ -6868,7 +7070,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
|
dependencies = [
|
|
dependencies = [
|
|
"fixedbitset",
|
|
"fixedbitset",
|
|
- "indexmap 2.2.6",
|
|
|
|
|
|
+ "indexmap 2.3.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -7082,7 +7284,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
|
|
checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
|
|
dependencies = [
|
|
dependencies = [
|
|
"base64 0.22.1",
|
|
"base64 0.22.1",
|
|
- "indexmap 2.2.6",
|
|
|
|
|
|
+ "indexmap 2.3.0",
|
|
"quick-xml",
|
|
"quick-xml",
|
|
"serde",
|
|
"serde",
|
|
"time",
|
|
"time",
|
|
@@ -7192,9 +7394,12 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
name = "ppv-lite86"
|
|
-version = "0.2.17"
|
|
|
|
|
|
+version = "0.2.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
+checksum = "dee4364d9f3b902ef14fab8a1ddffb783a1cb6b4bba3bfc1fa3922732c7de97f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "zerocopy 0.6.6",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "precomputed-hash"
|
|
name = "precomputed-hash"
|
|
@@ -7202,6 +7407,24 @@ version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "preset_env_base"
|
|
|
|
+version = "0.5.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1b30eab18be480c194938e433e269d5298a279f6410f02fbc73f3576a325c110"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ahash 0.8.11",
|
|
|
|
+ "anyhow",
|
|
|
|
+ "browserslist-rs",
|
|
|
|
+ "dashmap",
|
|
|
|
+ "from_variant",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "semver 1.0.23",
|
|
|
|
+ "serde",
|
|
|
|
+ "st-map",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "prettier-please"
|
|
name = "prettier-please"
|
|
version = "0.2.0"
|
|
version = "0.2.0"
|
|
@@ -7378,6 +7601,15 @@ dependencies = [
|
|
"prost",
|
|
"prost",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "psm"
|
|
|
|
+version = "0.1.21"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "ptr_meta"
|
|
name = "ptr_meta"
|
|
version = "0.1.4"
|
|
version = "0.1.4"
|
|
@@ -7483,6 +7715,12 @@ version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "radix_fmt"
|
|
|
|
+version = "1.0.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "railwind"
|
|
name = "railwind"
|
|
version = "0.1.5"
|
|
version = "0.1.5"
|
|
@@ -7591,7 +7829,7 @@ dependencies = [
|
|
"compact_str",
|
|
"compact_str",
|
|
"crossterm",
|
|
"crossterm",
|
|
"itertools 0.13.0",
|
|
"itertools 0.13.0",
|
|
- "lru",
|
|
|
|
|
|
+ "lru 0.12.4",
|
|
"paste",
|
|
"paste",
|
|
"stability",
|
|
"stability",
|
|
"strum 0.26.3",
|
|
"strum 0.26.3",
|
|
@@ -7638,16 +7876,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ravif"
|
|
name = "ravif"
|
|
-version = "0.11.8"
|
|
|
|
|
|
+version = "0.11.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c6ba61c28ba24c0cf8406e025cb29a742637e3f70776e61c27a8a8b72a042d12"
|
|
|
|
|
|
+checksum = "5797d09f9bd33604689e87e8380df4951d4912f01b63f71205e2abd4ae25e6b6"
|
|
dependencies = [
|
|
dependencies = [
|
|
"avif-serialize",
|
|
"avif-serialize",
|
|
"imgref",
|
|
"imgref",
|
|
"loop9",
|
|
"loop9",
|
|
"quick-error",
|
|
"quick-error",
|
|
"rav1e",
|
|
"rav1e",
|
|
- "rayon",
|
|
|
|
"rgb",
|
|
"rgb",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -7758,18 +7995,16 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "remove_dir_all"
|
|
name = "remove_dir_all"
|
|
-version = "0.8.2"
|
|
|
|
|
|
+version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "23895cfadc1917fed9c6ed76a8c2903615fa3704f7493ff82b364c6540acc02b"
|
|
|
|
|
|
+checksum = "c914caef075f03e9d5c568e2e71b3d3cf17dc61a5481ff379bb744721be0a75a"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "aligned",
|
|
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"cvt",
|
|
"cvt",
|
|
"fs_at",
|
|
"fs_at",
|
|
- "lazy_static",
|
|
|
|
"libc",
|
|
"libc",
|
|
- "normpath",
|
|
|
|
- "windows-sys 0.45.0",
|
|
|
|
|
|
+ "normpath 1.2.0",
|
|
|
|
+ "windows-sys 0.52.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -7950,7 +8185,7 @@ dependencies = [
|
|
"getrandom 0.2.15",
|
|
"getrandom 0.2.15",
|
|
"libc",
|
|
"libc",
|
|
"spin",
|
|
"spin",
|
|
- "untrusted",
|
|
|
|
|
|
+ "untrusted 0.9.0",
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -7997,7 +8232,7 @@ checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
|
|
dependencies = [
|
|
dependencies = [
|
|
"base64 0.21.7",
|
|
"base64 0.21.7",
|
|
"bitflags 2.6.0",
|
|
"bitflags 2.6.0",
|
|
- "indexmap 2.2.6",
|
|
|
|
|
|
+ "indexmap 2.3.0",
|
|
"serde",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_derive",
|
|
]
|
|
]
|
|
@@ -8032,7 +8267,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rsx-rosetta"
|
|
name = "rsx-rosetta"
|
|
-version = "0.5.2"
|
|
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"convert_case 0.6.0",
|
|
"convert_case 0.6.0",
|
|
"dioxus-autofmt",
|
|
"dioxus-autofmt",
|
|
@@ -8073,13 +8308,22 @@ version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "rustc_version"
|
|
|
|
+version = "0.2.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "semver 0.9.0",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "rustc_version"
|
|
name = "rustc_version"
|
|
version = "0.4.0"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "semver",
|
|
|
|
|
|
+ "semver 1.0.23",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -8127,6 +8371,7 @@ version = "0.23.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
|
|
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "aws-lc-rs",
|
|
"log",
|
|
"log",
|
|
"once_cell",
|
|
"once_cell",
|
|
"ring",
|
|
"ring",
|
|
@@ -8181,7 +8426,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ring",
|
|
"ring",
|
|
- "untrusted",
|
|
|
|
|
|
+ "untrusted 0.9.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -8190,9 +8435,10 @@ version = "0.102.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e"
|
|
checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "aws-lc-rs",
|
|
"ring",
|
|
"ring",
|
|
"rustls-pki-types",
|
|
"rustls-pki-types",
|
|
- "untrusted",
|
|
|
|
|
|
+ "untrusted 0.9.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -8217,6 +8463,12 @@ version = "1.0.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "ryu-js"
|
|
|
|
+version = "1.0.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "same-file"
|
|
name = "same-file"
|
|
version = "1.0.6"
|
|
version = "1.0.6"
|
|
@@ -8270,7 +8522,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
dependencies = [
|
|
dependencies = [
|
|
"ring",
|
|
"ring",
|
|
- "untrusted",
|
|
|
|
|
|
+ "untrusted 0.9.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -8322,6 +8574,15 @@ dependencies = [
|
|
"thin-slice",
|
|
"thin-slice",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "semver"
|
|
|
|
+version = "0.9.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
+dependencies = [
|
|
|
|
+ "semver-parser",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "semver"
|
|
name = "semver"
|
|
version = "1.0.23"
|
|
version = "1.0.23"
|
|
@@ -8331,6 +8592,12 @@ dependencies = [
|
|
"serde",
|
|
"serde",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "semver-parser"
|
|
|
|
+version = "0.7.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "send_wrapper"
|
|
name = "send_wrapper"
|
|
version = "0.6.0"
|
|
version = "0.6.0"
|
|
@@ -8366,16 +8633,6 @@ dependencies = [
|
|
"wasm-bindgen",
|
|
"wasm-bindgen",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "serde_cbor"
|
|
|
|
-version = "0.11.2"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
|
|
|
-dependencies = [
|
|
|
|
- "half 1.8.3",
|
|
|
|
- "serde",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_derive"
|
|
name = "serde_derive"
|
|
version = "1.0.204"
|
|
version = "1.0.204"
|
|
@@ -8389,11 +8646,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_json"
|
|
name = "serde_json"
|
|
-version = "1.0.120"
|
|
|
|
|
|
+version = "1.0.121"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
|
|
|
|
|
|
+checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
|
|
dependencies = [
|
|
dependencies = [
|
|
"itoa 1.0.11",
|
|
"itoa 1.0.11",
|
|
|
|
+ "memchr",
|
|
"ryu",
|
|
"ryu",
|
|
"serde",
|
|
"serde",
|
|
]
|
|
]
|
|
@@ -8442,9 +8700,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_spanned"
|
|
name = "serde_spanned"
|
|
-version = "0.6.6"
|
|
|
|
|
|
+version = "0.6.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
|
|
|
|
|
|
+checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
|
|
dependencies = [
|
|
dependencies = [
|
|
"serde",
|
|
"serde",
|
|
]
|
|
]
|
|
@@ -8471,7 +8729,7 @@ dependencies = [
|
|
"chrono",
|
|
"chrono",
|
|
"hex",
|
|
"hex",
|
|
"indexmap 1.9.3",
|
|
"indexmap 1.9.3",
|
|
- "indexmap 2.2.6",
|
|
|
|
|
|
+ "indexmap 2.3.0",
|
|
"serde",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"serde_json",
|
|
@@ -8493,9 +8751,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "server_fn"
|
|
name = "server_fn"
|
|
-version = "0.6.12"
|
|
|
|
|
|
+version = "0.6.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b06e6e5467a2cd93ce1accfdfd8b859404f0b3b2041131ffd774fabf666b8219"
|
|
|
|
|
|
+checksum = "e9aaae169927ef701a4734d680adcb08f13269c9f0af822bf175d681fe56d65c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"axum 0.7.5",
|
|
"axum 0.7.5",
|
|
"bytes",
|
|
"bytes",
|
|
@@ -8528,9 +8786,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "server_fn_macro"
|
|
name = "server_fn_macro"
|
|
-version = "0.6.12"
|
|
|
|
|
|
+version = "0.6.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "09c216bb1c1ac890151397643c663c875a1836adf0b269be4e389cb1b48c173c"
|
|
|
|
|
|
+checksum = "583085903fd5d091884eb52d99550e32777015af21f0f5dbec49bedcc320ce82"
|
|
dependencies = [
|
|
dependencies = [
|
|
"const_format",
|
|
"const_format",
|
|
"convert_case 0.6.0",
|
|
"convert_case 0.6.0",
|
|
@@ -8542,9 +8800,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "server_fn_macro_default"
|
|
name = "server_fn_macro_default"
|
|
-version = "0.6.12"
|
|
|
|
|
|
+version = "0.6.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "00783df297ec85ea605779f2fef9cbec98981dffe2e01e1a9845c102ee1f1ae6"
|
|
|
|
|
|
+checksum = "b628649700e28cf8bc33e0df5de5c9d591a1828ba005a25b425477055f1e0e74"
|
|
dependencies = [
|
|
dependencies = [
|
|
"server_fn_macro",
|
|
"server_fn_macro",
|
|
"syn 2.0.72",
|
|
"syn 2.0.72",
|
|
@@ -8603,6 +8861,12 @@ version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "shlex"
|
|
|
|
+version = "1.3.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "signal-hook"
|
|
name = "signal-hook"
|
|
version = "0.3.17"
|
|
version = "0.3.17"
|
|
@@ -8615,9 +8879,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "signal-hook-mio"
|
|
name = "signal-hook-mio"
|
|
-version = "0.2.3"
|
|
|
|
|
|
+version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
|
|
|
|
|
+checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
|
|
dependencies = [
|
|
dependencies = [
|
|
"libc",
|
|
"libc",
|
|
"mio 0.8.11",
|
|
"mio 0.8.11",
|
|
@@ -8734,7 +8998,7 @@ version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f20798defa0e9d4eff9ca451c7f84774c7378a9c3b5a40112cfa2b3eadb97ae2"
|
|
checksum = "f20798defa0e9d4eff9ca451c7f84774c7378a9c3b5a40112cfa2b3eadb97ae2"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "lru",
|
|
|
|
|
|
+ "lru 0.12.4",
|
|
"once_cell",
|
|
"once_cell",
|
|
"rustc-hash",
|
|
"rustc-hash",
|
|
]
|
|
]
|
|
@@ -8766,6 +9030,12 @@ dependencies = [
|
|
"version_check",
|
|
"version_check",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "smawk"
|
|
|
|
+version = "0.3.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "socket2"
|
|
name = "socket2"
|
|
version = "0.4.10"
|
|
version = "0.4.10"
|
|
@@ -8812,6 +9082,25 @@ dependencies = [
|
|
"system-deps",
|
|
"system-deps",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "sourcemap"
|
|
|
|
+version = "8.0.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "208d40b9e8cad9f93613778ea295ed8f3c2b1824217c6cfc7219d3f6f45b96d4"
|
|
|
|
+dependencies = [
|
|
|
|
+ "base64-simd",
|
|
|
|
+ "bitvec",
|
|
|
|
+ "data-encoding",
|
|
|
|
+ "debugid",
|
|
|
|
+ "if_chain",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "rustc_version 0.2.3",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "unicode-id-start",
|
|
|
|
+ "url",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "spin"
|
|
name = "spin"
|
|
version = "0.9.8"
|
|
version = "0.9.8"
|
|
@@ -8878,11 +9167,12 @@ dependencies = [
|
|
"futures-util",
|
|
"futures-util",
|
|
"hashlink",
|
|
"hashlink",
|
|
"hex",
|
|
"hex",
|
|
- "indexmap 2.2.6",
|
|
|
|
|
|
+ "indexmap 2.3.0",
|
|
"ipnetwork",
|
|
"ipnetwork",
|
|
"log",
|
|
"log",
|
|
"mac_address",
|
|
"mac_address",
|
|
"memchr",
|
|
"memchr",
|
|
|
|
+ "native-tls",
|
|
"once_cell",
|
|
"once_cell",
|
|
"paste",
|
|
"paste",
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
@@ -9063,6 +9353,16 @@ dependencies = [
|
|
"uuid",
|
|
"uuid",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "st-map"
|
|
|
|
+version = "0.2.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8a8a5c4e5cc839409346495370b2df67489cafd7fa83616d0547a9697a6a89a1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "arrayvec",
|
|
|
|
+ "static-map-macro",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "stability"
|
|
name = "stability"
|
|
version = "0.2.1"
|
|
version = "0.2.1"
|
|
@@ -9079,6 +9379,30 @@ version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "stacker"
|
|
|
|
+version = "0.1.15"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "libc",
|
|
|
|
+ "psm",
|
|
|
|
+ "winapi",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "static-map-macro"
|
|
|
|
+version = "0.3.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9cf483ea7e0e3a03d1b91687895814425149ad77facd3e2b6839dde26da98454"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.72",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "static_assertions"
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
version = "1.1.0"
|
|
@@ -9112,102 +9436,1047 @@ dependencies = [
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "stringprep"
|
|
|
|
-version = "0.1.5"
|
|
|
|
|
|
+name = "string_enum"
|
|
|
|
+version = "0.4.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "05e383308aebc257e7d7920224fa055c632478d92744eca77f99be8fa1545b90"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "swc_macros_common",
|
|
|
|
+ "syn 2.0.72",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "stringprep"
|
|
|
|
+version = "0.1.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
|
|
|
+dependencies = [
|
|
|
|
+ "unicode-bidi",
|
|
|
|
+ "unicode-normalization",
|
|
|
|
+ "unicode-properties",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "strsim"
|
|
|
|
+version = "0.10.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "strsim"
|
|
|
|
+version = "0.11.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "strum"
|
|
|
|
+version = "0.24.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "strum"
|
|
|
|
+version = "0.26.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
|
|
|
+dependencies = [
|
|
|
|
+ "strum_macros 0.26.4",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "strum_macros"
|
|
|
|
+version = "0.24.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
|
|
|
|
+dependencies = [
|
|
|
|
+ "heck 0.4.1",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "rustversion",
|
|
|
|
+ "syn 1.0.109",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "strum_macros"
|
|
|
|
+version = "0.26.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
|
|
|
+dependencies = [
|
|
|
|
+ "heck 0.5.0",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "rustversion",
|
|
|
|
+ "syn 2.0.72",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "subprocess"
|
|
|
|
+version = "0.2.9"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libc",
|
|
|
|
+ "winapi",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "subtle"
|
|
|
|
+version = "2.6.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "supports-color"
|
|
|
|
+version = "2.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d6398cde53adc3c4557306a96ce67b302968513830a77a95b2b17305d9719a89"
|
|
|
|
+dependencies = [
|
|
|
|
+ "is-terminal",
|
|
|
|
+ "is_ci",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "suspense-carousel"
|
|
|
|
+version = "0.6.0-alpha.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "async-std",
|
|
|
|
+ "dioxus",
|
|
|
|
+ "serde",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc"
|
|
|
|
+version = "0.282.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f76ba75c4eaace11f3b1f22f31fbba74bd5983bf7581caef939c2c7aa1af7f4f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anyhow",
|
|
|
|
+ "base64 0.21.7",
|
|
|
|
+ "dashmap",
|
|
|
|
+ "either",
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "jsonc-parser",
|
|
|
|
+ "lru 0.10.1",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "parking_lot",
|
|
|
|
+ "pathdiff",
|
|
|
|
+ "regex",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "sourcemap",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_cached",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_compiler_base",
|
|
|
|
+ "swc_config",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_codegen",
|
|
|
|
+ "swc_ecma_ext_transforms",
|
|
|
|
+ "swc_ecma_lints",
|
|
|
|
+ "swc_ecma_loader",
|
|
|
|
+ "swc_ecma_minifier",
|
|
|
|
+ "swc_ecma_parser",
|
|
|
|
+ "swc_ecma_preset_env",
|
|
|
|
+ "swc_ecma_transforms",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_transforms_compat",
|
|
|
|
+ "swc_ecma_transforms_optimization",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_error_reporters",
|
|
|
|
+ "swc_node_comments",
|
|
|
|
+ "swc_timer",
|
|
|
|
+ "swc_transform_common",
|
|
|
|
+ "swc_typescript",
|
|
|
|
+ "swc_visit",
|
|
|
|
+ "tracing",
|
|
|
|
+ "url",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_allocator"
|
|
|
|
+version = "0.1.8"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "adc8bd3075d1c6964010333fae9ddcd91ad422a4f8eb8b3206a9b2b6afb4209e"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bumpalo",
|
|
|
|
+ "hashbrown 0.14.5",
|
|
|
|
+ "ptr_meta",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "triomphe",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_atoms"
|
|
|
|
+version = "0.6.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bb6567e4e67485b3e7662b486f1565bdae54bd5b9d6b16b2ba1a9babb1e42125"
|
|
|
|
+dependencies = [
|
|
|
|
+ "hstr",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "serde",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_cached"
|
|
|
|
+version = "0.3.20"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "83406221c501860fce9c27444f44125eafe9e598b8b81be7563d7036784cd05c"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ahash 0.8.11",
|
|
|
|
+ "anyhow",
|
|
|
|
+ "dashmap",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "regex",
|
|
|
|
+ "serde",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_common"
|
|
|
|
+version = "0.36.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1802b1642488aec58597dc55ea88992c165660d6e44e9838d4d93f7b78ab95f3"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ahash 0.8.11",
|
|
|
|
+ "ast_node",
|
|
|
|
+ "better_scoped_tls",
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "either",
|
|
|
|
+ "from_variant",
|
|
|
|
+ "new_debug_unreachable",
|
|
|
|
+ "num-bigint",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "parking_lot",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "serde",
|
|
|
|
+ "siphasher",
|
|
|
|
+ "sourcemap",
|
|
|
|
+ "swc_allocator",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_eq_ignore_macros",
|
|
|
|
+ "swc_visit",
|
|
|
|
+ "tracing",
|
|
|
|
+ "unicode-width",
|
|
|
|
+ "url",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_compiler_base"
|
|
|
|
+version = "0.15.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9dd217a48b2061a6fbb602450f347abed706246464f5a5ac24054502f2ab8923"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anyhow",
|
|
|
|
+ "base64 0.21.7",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "pathdiff",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "sourcemap",
|
|
|
|
+ "swc_allocator",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_config",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_codegen",
|
|
|
|
+ "swc_ecma_minifier",
|
|
|
|
+ "swc_ecma_parser",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_timer",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_config"
|
|
|
|
+version = "0.1.14"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "84b67e115ab136fe0eb03558bb0508ca7782eeb446a96d165508c48617e3fd94"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anyhow",
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "sourcemap",
|
|
|
|
+ "swc_cached",
|
|
|
|
+ "swc_config_macro",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_config_macro"
|
|
|
|
+version = "0.1.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "7c5f56139042c1a95b54f5ca48baa0e0172d369bcc9d3d473dad1de36bae8399"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "swc_macros_common",
|
|
|
|
+ "syn 2.0.72",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_ast"
|
|
|
|
+version = "0.117.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a5da2f0310e8cd84b8c803095e75b2cbca872c71fc7f7404d4c9c8117d894960"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitflags 2.6.0",
|
|
|
|
+ "is-macro",
|
|
|
|
+ "num-bigint",
|
|
|
|
+ "phf 0.11.2",
|
|
|
|
+ "scoped-tls",
|
|
|
|
+ "serde",
|
|
|
|
+ "string_enum",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "unicode-id-start",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_codegen"
|
|
|
|
+version = "0.154.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "7badcda2c45056495ed94b957884099cb000470ae7901ba68db2e7fd48414a4b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "memchr",
|
|
|
|
+ "num-bigint",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "serde",
|
|
|
|
+ "sourcemap",
|
|
|
|
+ "swc_allocator",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_codegen_macros",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_codegen_macros"
|
|
|
|
+version = "0.7.7"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "859fabde36db38634f3fad548dd5e3410c1aebba1b67a3c63e67018fa57a0bca"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "swc_macros_common",
|
|
|
|
+ "syn 2.0.72",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_compat_bugfixes"
|
|
|
|
+version = "0.10.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "0729253b3f14e53fe300a7bb701144e319f539d1bcb1839eabab17a93d9fd6b2"
|
|
|
|
+dependencies = [
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_compat_es2015",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_trace_macro",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_compat_common"
|
|
|
|
+version = "0.10.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b4cc5d93c0517aba5a5cefed6770970a270960f9f3881c3234257244f29f9d81"
|
|
|
|
+dependencies = [
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_trace_macro",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_compat_es2015"
|
|
|
|
+version = "0.10.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d705c2e9fa6a7024d1771fa6f8203f28762fbe0995db919a2f5a6cabd9c6b544"
|
|
|
|
+dependencies = [
|
|
|
|
+ "arrayvec",
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "is-macro",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_derive",
|
|
|
|
+ "smallvec",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_config",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_compat_common",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_transforms_classes",
|
|
|
|
+ "swc_ecma_transforms_macros",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_trace_macro",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_compat_es2016"
|
|
|
|
+version = "0.10.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "00a32d58418a36a2b41462197c5c4334ed24b21c73be31f2bd09203c0bb962db"
|
|
|
|
+dependencies = [
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_transforms_macros",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_trace_macro",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_compat_es2017"
|
|
|
|
+version = "0.10.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "56f7e60ec1d6a742de6ca35ddff7bc8a01e99ed53d1f68c352d4ea9a494d9b4d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "serde",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_transforms_macros",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_trace_macro",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_compat_es2018"
|
|
|
|
+version = "0.10.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9623c0aa17f9ec0bded894089b73aa3056f5205a0bf715955fbf36e6f63ae0f9"
|
|
|
|
+dependencies = [
|
|
|
|
+ "serde",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_compat_common",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_transforms_macros",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_trace_macro",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_compat_es2019"
|
|
|
|
+version = "0.10.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a8be9ff518dbca4cb96d3eebcc7c2fb23b73c5d0b5cfb81237ebab92f423a359"
|
|
|
|
+dependencies = [
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_trace_macro",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_compat_es2020"
|
|
|
|
+version = "0.10.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "9fc6d451268aa73f105b2f663d20e7876ea4949c796bc25d62d58f598a776ea6"
|
|
|
|
+dependencies = [
|
|
|
|
+ "serde",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_compat_es2022",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_trace_macro",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_compat_es2021"
|
|
|
|
+version = "0.10.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c14bde6cfd6612cab24560f1db1aa26b0e09325d85a0c9cac3c84c196ea80397"
|
|
|
|
+dependencies = [
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_trace_macro",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_compat_es2022"
|
|
|
|
+version = "0.10.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a6454665fdfd1f74f1de8fd58dd2a4736903987b7ef840e1ad6f5e695555920c"
|
|
|
|
+dependencies = [
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_compat_common",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_transforms_classes",
|
|
|
|
+ "swc_ecma_transforms_macros",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_trace_macro",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_compat_es3"
|
|
|
|
+version = "0.10.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5092a2e55629997e8dd5191d1183b33b64707576fe719c17302fbd5cd2f8ac7a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_trace_macro",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_ext_transforms"
|
|
|
|
+version = "0.119.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "45036094d488b0f01706b9a385116326dd7912d8001e9451c506be171154a680"
|
|
|
|
+dependencies = [
|
|
|
|
+ "phf 0.11.2",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_lints"
|
|
|
|
+version = "0.98.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "1e008805fad22a9ca42a24395e9e46bacbc4b464048dba259fa5cf69e95cadd2"
|
|
|
|
+dependencies = [
|
|
|
|
+ "auto_impl",
|
|
|
|
+ "dashmap",
|
|
|
|
+ "parking_lot",
|
|
|
|
+ "rayon",
|
|
|
|
+ "regex",
|
|
|
|
+ "serde",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_config",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_loader"
|
|
|
|
+version = "0.48.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a201c65ccbaa0c80fbcfd5c90dcc0bfc7ae62ac596f2233651ac715caf5d2c12"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anyhow",
|
|
|
|
+ "dashmap",
|
|
|
|
+ "lru 0.10.1",
|
|
|
|
+ "normpath 0.2.0",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "parking_lot",
|
|
|
|
+ "path-clean 0.1.0",
|
|
|
|
+ "pathdiff",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_cached",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_minifier"
|
|
|
|
+version = "0.200.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b92feddb27f3ad89dd296696f55e04f8e96cdc778df95a73a6f06664bf6919f3"
|
|
|
|
+dependencies = [
|
|
|
|
+ "arrayvec",
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "num-bigint",
|
|
|
|
+ "num_cpus",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "parking_lot",
|
|
|
|
+ "phf 0.11.2",
|
|
|
|
+ "radix_fmt",
|
|
|
|
+ "regex",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "ryu-js",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "swc_allocator",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_config",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_codegen",
|
|
|
|
+ "swc_ecma_parser",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_transforms_optimization",
|
|
|
|
+ "swc_ecma_usage_analyzer",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_timer",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_parser"
|
|
|
|
+version = "0.148.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a8204235f635274dba4adc30c47ac896fd126ddfc53b27210676722423cbb2e7"
|
|
|
|
+dependencies = [
|
|
|
|
+ "either",
|
|
|
|
+ "new_debug_unreachable",
|
|
|
|
+ "num-bigint",
|
|
|
|
+ "num-traits",
|
|
|
|
+ "phf 0.11.2",
|
|
|
|
+ "serde",
|
|
|
|
+ "smallvec",
|
|
|
|
+ "smartstring",
|
|
|
|
+ "stacker",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "tracing",
|
|
|
|
+ "typed-arena",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_preset_env"
|
|
|
|
+version = "0.213.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ae5f069e49b3ed41fa8136913497fa05357c24be2a29d205094d716d2d541a0a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anyhow",
|
|
|
|
+ "dashmap",
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "preset_env_base",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "semver 1.0.23",
|
|
|
|
+ "serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "st-map",
|
|
|
|
+ "string_enum",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_transforms",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_transforms"
|
|
|
|
+version = "0.235.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bae99435503b117b96ffe1030976270c6ec6bdb6f5c62fcb2ce63674b48b1465"
|
|
|
|
+dependencies = [
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_transforms_compat",
|
|
|
|
+ "swc_ecma_transforms_module",
|
|
|
|
+ "swc_ecma_transforms_optimization",
|
|
|
|
+ "swc_ecma_transforms_proposal",
|
|
|
|
+ "swc_ecma_transforms_react",
|
|
|
|
+ "swc_ecma_transforms_typescript",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_transforms_base"
|
|
|
|
+version = "0.143.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6df81c1cbb920d9c47abe6fb105363b0f78df2c8f6b0910c4fdd2ad7cbdfb23d"
|
|
|
|
+dependencies = [
|
|
|
|
+ "better_scoped_tls",
|
|
|
|
+ "bitflags 2.6.0",
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "phf 0.11.2",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "serde",
|
|
|
|
+ "smallvec",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_parser",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_transforms_classes"
|
|
|
|
+version = "0.132.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
|
|
|
|
|
+checksum = "53291bcdfca4bd4c2546c3170d7f0ea1d4f22f6fce2a531265ead010a9a2ebdf"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "unicode-bidi",
|
|
|
|
- "unicode-normalization",
|
|
|
|
- "unicode-properties",
|
|
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "strsim"
|
|
|
|
-version = "0.10.0"
|
|
|
|
|
|
+name = "swc_ecma_transforms_compat"
|
|
|
|
+version = "0.169.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
+checksum = "8f689e03f059ebbff4455331d7e419933574fe409977f8c1d0005c480a89949e"
|
|
|
|
+dependencies = [
|
|
|
|
+ "arrayvec",
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "is-macro",
|
|
|
|
+ "num-bigint",
|
|
|
|
+ "serde",
|
|
|
|
+ "smallvec",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_config",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_compat_bugfixes",
|
|
|
|
+ "swc_ecma_compat_common",
|
|
|
|
+ "swc_ecma_compat_es2015",
|
|
|
|
+ "swc_ecma_compat_es2016",
|
|
|
|
+ "swc_ecma_compat_es2017",
|
|
|
|
+ "swc_ecma_compat_es2018",
|
|
|
|
+ "swc_ecma_compat_es2019",
|
|
|
|
+ "swc_ecma_compat_es2020",
|
|
|
|
+ "swc_ecma_compat_es2021",
|
|
|
|
+ "swc_ecma_compat_es2022",
|
|
|
|
+ "swc_ecma_compat_es3",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_transforms_classes",
|
|
|
|
+ "swc_ecma_transforms_macros",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_trace_macro",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "strsim"
|
|
|
|
-version = "0.11.1"
|
|
|
|
|
|
+name = "swc_ecma_transforms_macros"
|
|
|
|
+version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
|
|
+checksum = "500a1dadad1e0e41e417d633b3d6d5de677c9e0d3159b94ba3348436cdb15aab"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "swc_macros_common",
|
|
|
|
+ "syn 2.0.72",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "strum"
|
|
|
|
-version = "0.24.1"
|
|
|
|
|
|
+name = "swc_ecma_transforms_module"
|
|
|
|
+version = "0.186.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
|
|
|
|
|
|
+checksum = "f3d55d9d19cb00dfb661d571fd5d8b18e75c6b3bb080968449e71f785ecced00"
|
|
|
|
+dependencies = [
|
|
|
|
+ "Inflector",
|
|
|
|
+ "anyhow",
|
|
|
|
+ "bitflags 2.6.0",
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "is-macro",
|
|
|
|
+ "path-clean 1.0.1",
|
|
|
|
+ "pathdiff",
|
|
|
|
+ "regex",
|
|
|
|
+ "serde",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_cached",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_loader",
|
|
|
|
+ "swc_ecma_parser",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "strum"
|
|
|
|
-version = "0.26.3"
|
|
|
|
|
|
+name = "swc_ecma_transforms_optimization"
|
|
|
|
+version = "0.204.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
|
|
|
|
|
+checksum = "3d7f9a903d6774d3f9005775badc25817296791ffed560f1b7e38aab62ca37ff"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "strum_macros 0.26.4",
|
|
|
|
|
|
+ "dashmap",
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "petgraph",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "serde_json",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_parser",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_transforms_macros",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_fast_graph",
|
|
|
|
+ "tracing",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "strum_macros"
|
|
|
|
-version = "0.24.3"
|
|
|
|
|
|
+name = "swc_ecma_transforms_proposal"
|
|
|
|
+version = "0.177.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
|
|
|
|
|
|
+checksum = "a2d84d062b05ae89982a76ff47881a5e15bbd02e9b3c68dc14a3f5eacf48abca"
|
|
|
|
+dependencies = [
|
|
|
|
+ "either",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "serde",
|
|
|
|
+ "smallvec",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_transforms_classes",
|
|
|
|
+ "swc_ecma_transforms_macros",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_transforms_react"
|
|
|
|
+version = "0.189.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d411add563dd86d50b3db6e74e38def06587fa2fd370b430f71226688bfa6ded"
|
|
|
|
+dependencies = [
|
|
|
|
+ "base64 0.21.7",
|
|
|
|
+ "dashmap",
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "serde",
|
|
|
|
+ "sha1",
|
|
|
|
+ "string_enum",
|
|
|
|
+ "swc_allocator",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_config",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_parser",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_transforms_macros",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_transforms_typescript"
|
|
|
|
+version = "0.194.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4f73c4ae3eb15adc5865dc729c4e111040529cec5a349d56ed0b4a0de1a86242"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ryu-js",
|
|
|
|
+ "serde",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_transforms_base",
|
|
|
|
+ "swc_ecma_transforms_react",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_usage_analyzer"
|
|
|
|
+version = "0.29.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "38f583b8db3cb9848537bd6f91c75398407e64332aee982337fe62ea4dec7e7b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_utils",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "swc_timer",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_utils"
|
|
|
|
+version = "0.133.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b6148af60d25da893aef037621e4869e9b580eb280e12f5a8d4f87fa5e4cd5da"
|
|
|
|
+dependencies = [
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "num_cpus",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "ryu-js",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_ecma_visit",
|
|
|
|
+ "tracing",
|
|
|
|
+ "unicode-id",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_ecma_visit"
|
|
|
|
+version = "0.103.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ed8026e4d9abcb75d511bf7623d49e8e135f02f4f9a6bb7c115df8239cfe3d4f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "new_debug_unreachable",
|
|
|
|
+ "num-bigint",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "swc_visit",
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_eq_ignore_macros"
|
|
|
|
+version = "0.1.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "63db0adcff29d220c3d151c5b25c0eabe7e32dd936212b84cdaa1392e3130497"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "heck 0.4.1",
|
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
- "rustversion",
|
|
|
|
- "syn 1.0.109",
|
|
|
|
|
|
+ "syn 2.0.72",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "strum_macros"
|
|
|
|
-version = "0.26.4"
|
|
|
|
|
|
+name = "swc_error_reporters"
|
|
|
|
+version = "0.20.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
|
|
|
|
|
+checksum = "e02c81943772dc4fb0a6228360552d353fedc1a368ee6d80a5172ecb376b1796"
|
|
|
|
+dependencies = [
|
|
|
|
+ "anyhow",
|
|
|
|
+ "miette",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "parking_lot",
|
|
|
|
+ "swc_common",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_fast_graph"
|
|
|
|
+version = "0.24.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f3f854cf8efc290aa927d31dab98b42011ff2341fecb2b27fdc817ef7b30ef3b"
|
|
|
|
+dependencies = [
|
|
|
|
+ "indexmap 2.3.0",
|
|
|
|
+ "petgraph",
|
|
|
|
+ "rustc-hash",
|
|
|
|
+ "swc_common",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_macros_common"
|
|
|
|
+version = "0.3.13"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f486687bfb7b5c560868f69ed2d458b880cebc9babebcb67e49f31b55c5bf847"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "heck 0.5.0",
|
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
- "rustversion",
|
|
|
|
"syn 2.0.72",
|
|
"syn 2.0.72",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "subprocess"
|
|
|
|
-version = "0.2.9"
|
|
|
|
|
|
+name = "swc_node_comments"
|
|
|
|
+version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086"
|
|
|
|
|
|
+checksum = "b6321ba0ee01751e16cf37fed1424c631faa3e362f95b2057f80b5c26adc1e4f"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "libc",
|
|
|
|
- "winapi",
|
|
|
|
|
|
+ "dashmap",
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "subtle"
|
|
|
|
-version = "2.6.1"
|
|
|
|
|
|
+name = "swc_timer"
|
|
|
|
+version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
|
|
|
+checksum = "78cf01b1f8a318614f566145b0016b2a0e84ac66d78c1374cdc3438e06c27740"
|
|
|
|
+dependencies = [
|
|
|
|
+ "tracing",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "supports-color"
|
|
|
|
-version = "2.1.0"
|
|
|
|
|
|
+name = "swc_trace_macro"
|
|
|
|
+version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d6398cde53adc3c4557306a96ce67b302968513830a77a95b2b17305d9719a89"
|
|
|
|
|
|
+checksum = "ff9719b6085dd2824fd61938a881937be14b08f95e2d27c64c825a9f65e052ba"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "is-terminal",
|
|
|
|
- "is_ci",
|
|
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.72",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
-name = "suspense-carousel"
|
|
|
|
-version = "0.5.2"
|
|
|
|
|
|
+name = "swc_transform_common"
|
|
|
|
+version = "0.1.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "eda3e80e1ad638d3575bc07745a914af13dcb02215098659f864731078271f2c"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "async-std",
|
|
|
|
- "dioxus",
|
|
|
|
|
|
+ "better_scoped_tls",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "rustc-hash",
|
|
"serde",
|
|
"serde",
|
|
|
|
+ "serde_json",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_typescript"
|
|
|
|
+version = "0.4.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "03d9845b6dfbfb23aee9a990644a3c9560ef49243098149b5c8ef7ef4171f316"
|
|
|
|
+dependencies = [
|
|
|
|
+ "swc_atoms",
|
|
|
|
+ "swc_common",
|
|
|
|
+ "swc_ecma_ast",
|
|
|
|
+ "thiserror",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "swc_visit"
|
|
|
|
+version = "0.6.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2e194d14f94121fd08b823d3379eedb3ce455785d9e0c3d2742c59377e283207"
|
|
|
|
+dependencies = [
|
|
|
|
+ "either",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -9286,7 +10555,7 @@ dependencies = [
|
|
"cfg-expr",
|
|
"cfg-expr",
|
|
"heck 0.5.0",
|
|
"heck 0.5.0",
|
|
"pkg-config",
|
|
"pkg-config",
|
|
- "toml 0.8.15",
|
|
|
|
|
|
+ "toml 0.8.19",
|
|
"version-compare",
|
|
"version-compare",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -9358,9 +10627,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "target-lexicon"
|
|
name = "target-lexicon"
|
|
-version = "0.12.15"
|
|
|
|
|
|
+version = "0.12.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2"
|
|
|
|
|
|
+checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tauri-bundler"
|
|
name = "tauri-bundler"
|
|
@@ -9383,7 +10652,7 @@ dependencies = [
|
|
"os_pipe",
|
|
"os_pipe",
|
|
"plist",
|
|
"plist",
|
|
"regex",
|
|
"regex",
|
|
- "semver",
|
|
|
|
|
|
+ "semver 1.0.23",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"sha1",
|
|
"sha1",
|
|
@@ -9430,7 +10699,7 @@ dependencies = [
|
|
"log",
|
|
"log",
|
|
"memchr",
|
|
"memchr",
|
|
"phf 0.11.2",
|
|
"phf 0.11.2",
|
|
- "semver",
|
|
|
|
|
|
+ "semver 1.0.23",
|
|
"serde",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_json",
|
|
"serde_with",
|
|
"serde_with",
|
|
@@ -9484,10 +10753,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "textwrap"
|
|
name = "textwrap"
|
|
-version = "0.11.0"
|
|
|
|
|
|
+version = "0.16.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
|
|
+checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "smawk",
|
|
|
|
+ "unicode-linebreak",
|
|
"unicode-width",
|
|
"unicode-width",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -9613,9 +10884,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tokio"
|
|
name = "tokio"
|
|
-version = "1.39.1"
|
|
|
|
|
|
+version = "1.39.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d040ac2b29ab03b09d4129c2f5bbd012a3ac2f79d38ff506a4bf8dd34b0eac8a"
|
|
|
|
|
|
+checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
|
|
dependencies = [
|
|
dependencies = [
|
|
"backtrace",
|
|
"backtrace",
|
|
"bytes",
|
|
"bytes",
|
|
@@ -9750,22 +11021,22 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "toml"
|
|
name = "toml"
|
|
-version = "0.8.15"
|
|
|
|
|
|
+version = "0.8.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ac2caab0bf757388c6c0ae23b3293fdb463fee59434529014f85e3263b995c28"
|
|
|
|
|
|
+checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "indexmap 2.2.6",
|
|
|
|
|
|
+ "indexmap 2.3.0",
|
|
"serde",
|
|
"serde",
|
|
"serde_spanned",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"toml_datetime",
|
|
- "toml_edit 0.22.16",
|
|
|
|
|
|
+ "toml_edit 0.22.20",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "toml_datetime"
|
|
name = "toml_datetime"
|
|
-version = "0.6.6"
|
|
|
|
|
|
+version = "0.6.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
|
|
|
|
|
|
+checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
|
dependencies = [
|
|
dependencies = [
|
|
"serde",
|
|
"serde",
|
|
]
|
|
]
|
|
@@ -9776,7 +11047,7 @@ version = "0.19.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "indexmap 2.2.6",
|
|
|
|
|
|
+ "indexmap 2.3.0",
|
|
"serde",
|
|
"serde",
|
|
"serde_spanned",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"toml_datetime",
|
|
@@ -9789,7 +11060,7 @@ version = "0.20.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
|
|
checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "indexmap 2.2.6",
|
|
|
|
|
|
+ "indexmap 2.3.0",
|
|
"toml_datetime",
|
|
"toml_datetime",
|
|
"winnow 0.5.40",
|
|
"winnow 0.5.40",
|
|
]
|
|
]
|
|
@@ -9800,22 +11071,22 @@ version = "0.21.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
|
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "indexmap 2.2.6",
|
|
|
|
|
|
+ "indexmap 2.3.0",
|
|
"toml_datetime",
|
|
"toml_datetime",
|
|
"winnow 0.5.40",
|
|
"winnow 0.5.40",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "toml_edit"
|
|
name = "toml_edit"
|
|
-version = "0.22.16"
|
|
|
|
|
|
+version = "0.22.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "278f3d518e152219c994ce877758516bca5e118eaed6996192a774fb9fbf0788"
|
|
|
|
|
|
+checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "indexmap 2.2.6",
|
|
|
|
|
|
+ "indexmap 2.3.0",
|
|
"serde",
|
|
"serde",
|
|
"serde_spanned",
|
|
"serde_spanned",
|
|
"toml_datetime",
|
|
"toml_datetime",
|
|
- "winnow 0.6.15",
|
|
|
|
|
|
+ "winnow 0.6.18",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -10002,6 +11273,16 @@ dependencies = [
|
|
"wasm-bindgen",
|
|
"wasm-bindgen",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "triomphe"
|
|
|
|
+version = "0.1.13"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369"
|
|
|
|
+dependencies = [
|
|
|
|
+ "serde",
|
|
|
|
+ "stable_deref_trait",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "try-lock"
|
|
name = "try-lock"
|
|
version = "0.2.5"
|
|
version = "0.2.5"
|
|
@@ -10010,9 +11291,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "trybuild"
|
|
name = "trybuild"
|
|
-version = "1.0.97"
|
|
|
|
|
|
+version = "1.0.99"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5b1e5645f2ee8025c2f1d75e1138f2dd034d74e6ba54620f3c569ba2a2a1ea06"
|
|
|
|
|
|
+checksum = "207aa50d36c4be8d8c6ea829478be44a372c6a77669937bb39c698e52f1491e8"
|
|
dependencies = [
|
|
dependencies = [
|
|
"dissimilar",
|
|
"dissimilar",
|
|
"glob",
|
|
"glob",
|
|
@@ -10020,7 +11301,7 @@ dependencies = [
|
|
"serde_derive",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"serde_json",
|
|
"termcolor",
|
|
"termcolor",
|
|
- "toml 0.8.15",
|
|
|
|
|
|
+ "toml 0.8.19",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -10071,6 +11352,12 @@ dependencies = [
|
|
"static_assertions",
|
|
"static_assertions",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "typed-arena"
|
|
|
|
+version = "2.0.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "typenum"
|
|
name = "typenum"
|
|
version = "1.17.0"
|
|
version = "1.17.0"
|
|
@@ -10115,12 +11402,30 @@ version = "2.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
|
|
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "unicode-id"
|
|
|
|
+version = "0.3.4"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "b1b6def86329695390197b82c1e244a54a131ceb66c996f2088a3876e2ae083f"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "unicode-id-start"
|
|
|
|
+version = "1.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bc3882f69607a2ac8cc4de3ee7993d8f68bb06f2974271195065b3bd07f2edea"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
name = "unicode-ident"
|
|
version = "1.0.12"
|
|
version = "1.0.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "unicode-linebreak"
|
|
|
|
+version = "0.1.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
name = "unicode-normalization"
|
|
version = "0.1.23"
|
|
version = "0.1.23"
|
|
@@ -10181,6 +11486,12 @@ dependencies = [
|
|
"subtle",
|
|
"subtle",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "untrusted"
|
|
|
|
+version = "0.7.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "untrusted"
|
|
name = "untrusted"
|
|
version = "0.9.0"
|
|
version = "0.9.0"
|
|
@@ -10280,9 +11591,9 @@ checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "version_check"
|
|
name = "version_check"
|
|
-version = "0.9.4"
|
|
|
|
|
|
+version = "0.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
+checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "vlq"
|
|
name = "vlq"
|
|
@@ -10345,8 +11656,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "warnings"
|
|
name = "warnings"
|
|
-version = "0.1.0"
|
|
|
|
-source = "git+https://github.com/DioxusLabs/warnings#9889b96cccb6ac91a8af924cfee51a8895146d08"
|
|
|
|
|
|
+version = "0.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d0c672c7629eeed21c37d7a96ee9c0287b86a5e29b5730773117e4261d1a73ca"
|
|
dependencies = [
|
|
dependencies = [
|
|
"pin-project",
|
|
"pin-project",
|
|
"warnings-macro",
|
|
"warnings-macro",
|
|
@@ -10354,8 +11666,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "warnings-macro"
|
|
name = "warnings-macro"
|
|
-version = "0.1.0"
|
|
|
|
-source = "git+https://github.com/DioxusLabs/warnings#9889b96cccb6ac91a8af924cfee51a8895146d08"
|
|
|
|
|
|
+version = "0.2.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "59195a1db0e95b920366d949ba5e0d3fc0e70b67c09be15ce5abb790106b0571"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -10627,9 +11940,9 @@ checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wasmparser"
|
|
name = "wasmparser"
|
|
-version = "0.212.0"
|
|
|
|
|
|
+version = "0.214.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8d28bc49ba1e5c5b61ffa7a2eace10820443c4b7d1c0b144109261d14570fdf8"
|
|
|
|
|
|
+checksum = "5309c1090e3e84dad0d382f42064e9933fdaedb87e468cc239f0eabea73ddcb6"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bitflags 2.6.0",
|
|
"bitflags 2.6.0",
|
|
]
|
|
]
|
|
@@ -10762,6 +12075,18 @@ version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
|
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "which"
|
|
|
|
+version = "4.4.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
|
|
|
+dependencies = [
|
|
|
|
+ "either",
|
|
|
|
+ "home",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "rustix 0.38.34",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "whoami"
|
|
name = "whoami"
|
|
version = "1.5.1"
|
|
version = "1.5.1"
|
|
@@ -11134,9 +12459,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "winnow"
|
|
name = "winnow"
|
|
-version = "0.6.15"
|
|
|
|
|
|
+version = "0.6.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "557404e450152cd6795bb558bca69e43c585055f4606e3bcae5894fc6dac9ba0"
|
|
|
|
|
|
+checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
|
|
dependencies = [
|
|
dependencies = [
|
|
"memchr",
|
|
"memchr",
|
|
]
|
|
]
|
|
@@ -11266,9 +12591,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xxhash-rust"
|
|
name = "xxhash-rust"
|
|
-version = "0.8.11"
|
|
|
|
|
|
+version = "0.8.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "63658493314859b4dfdf3fb8c1defd61587839def09582db50b8a4e93afca6bb"
|
|
|
|
|
|
+checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "yansi"
|
|
name = "yansi"
|
|
@@ -11333,13 +12658,34 @@ dependencies = [
|
|
"zvariant",
|
|
"zvariant",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "zerocopy"
|
|
|
|
+version = "0.6.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6"
|
|
|
|
+dependencies = [
|
|
|
|
+ "byteorder",
|
|
|
|
+ "zerocopy-derive 0.6.6",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "zerocopy"
|
|
name = "zerocopy"
|
|
version = "0.7.35"
|
|
version = "0.7.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "zerocopy-derive",
|
|
|
|
|
|
+ "zerocopy-derive 0.7.35",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "zerocopy-derive"
|
|
|
|
+version = "0.6.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.72",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -11358,6 +12704,20 @@ name = "zeroize"
|
|
version = "1.8.1"
|
|
version = "1.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
|
|
+dependencies = [
|
|
|
|
+ "zeroize_derive",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "zeroize_derive"
|
|
|
|
+version = "1.4.2"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn 2.0.72",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "zip"
|
|
name = "zip"
|