|
@@ -29,6 +29,17 @@ dependencies = [
|
|
"opaque-debug",
|
|
"opaque-debug",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "ahash"
|
|
|
|
+version = "0.7.6"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
+dependencies = [
|
|
|
|
+ "getrandom 0.2.8",
|
|
|
|
+ "once_cell",
|
|
|
|
+ "version_check",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
name = "aho-corasick"
|
|
version = "0.7.20"
|
|
version = "0.7.20"
|
|
@@ -649,6 +660,20 @@ dependencies = [
|
|
"subtle",
|
|
"subtle",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "dioxus-autofmt"
|
|
|
|
+version = "0.0.0"
|
|
|
|
+source = "git+https://github.com/dioxuslabs/dioxus#641488e825d861a14670ba7a15a535e76d3cee7a"
|
|
|
|
+dependencies = [
|
|
|
|
+ "dioxus-rsx",
|
|
|
|
+ "prettyplease",
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "serde",
|
|
|
|
+ "syn",
|
|
|
|
+ "triple_accel",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-cli"
|
|
name = "dioxus-cli"
|
|
version = "0.3.0"
|
|
version = "0.3.0"
|
|
@@ -664,6 +689,7 @@ dependencies = [
|
|
"colored 2.0.0",
|
|
"colored 2.0.0",
|
|
"convert_case",
|
|
"convert_case",
|
|
"ctrlc",
|
|
"ctrlc",
|
|
|
|
+ "dioxus-autofmt",
|
|
"dioxus-core",
|
|
"dioxus-core",
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
"dioxus-rsx",
|
|
"dioxus-rsx",
|
|
@@ -700,7 +726,7 @@ dependencies = [
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-core"
|
|
name = "dioxus-core"
|
|
version = "0.2.1"
|
|
version = "0.2.1"
|
|
-source = "git+https://github.com/dioxuslabs/dioxus#3824f386f7118999be739e92ac4f320f88979e06"
|
|
|
|
|
|
+source = "git+https://github.com/dioxuslabs/dioxus#641488e825d861a14670ba7a15a535e76d3cee7a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bumpalo",
|
|
"bumpalo",
|
|
"futures-channel",
|
|
"futures-channel",
|
|
@@ -717,10 +743,11 @@ dependencies = [
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-html"
|
|
name = "dioxus-html"
|
|
version = "0.2.1"
|
|
version = "0.2.1"
|
|
-source = "git+https://github.com/dioxuslabs/dioxus#3824f386f7118999be739e92ac4f320f88979e06"
|
|
|
|
|
|
+source = "git+https://github.com/dioxuslabs/dioxus#641488e825d861a14670ba7a15a535e76d3cee7a"
|
|
dependencies = [
|
|
dependencies = [
|
|
"async-trait",
|
|
"async-trait",
|
|
"dioxus-core",
|
|
"dioxus-core",
|
|
|
|
+ "dioxus-rsx",
|
|
"enumset",
|
|
"enumset",
|
|
"euclid",
|
|
"euclid",
|
|
"keyboard-types",
|
|
"keyboard-types",
|
|
@@ -732,8 +759,10 @@ dependencies = [
|
|
[[package]]
|
|
[[package]]
|
|
name = "dioxus-rsx"
|
|
name = "dioxus-rsx"
|
|
version = "0.0.1"
|
|
version = "0.0.1"
|
|
-source = "git+https://github.com/dioxuslabs/dioxus#3824f386f7118999be739e92ac4f320f88979e06"
|
|
|
|
|
|
+source = "git+https://github.com/dioxuslabs/dioxus#641488e825d861a14670ba7a15a535e76d3cee7a"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "dioxus-core",
|
|
|
|
+ "internment",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
"serde",
|
|
"serde",
|
|
@@ -1094,6 +1123,9 @@ name = "hashbrown"
|
|
version = "0.12.3"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
+dependencies = [
|
|
|
|
+ "ahash",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "headers"
|
|
name = "headers"
|
|
@@ -1391,6 +1423,16 @@ dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "internment"
|
|
|
|
+version = "0.7.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "2a798d7677f07d6f1e77be484ea8626ddb1566194de399f1206306820c406371"
|
|
|
|
+dependencies = [
|
|
|
|
+ "hashbrown",
|
|
|
|
+ "parking_lot",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "ipconfig"
|
|
name = "ipconfig"
|
|
version = "0.3.1"
|
|
version = "0.3.1"
|
|
@@ -1986,6 +2028,15 @@ version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "prettyplease"
|
|
|
|
+version = "0.1.15"
|
|
|
|
+source = "git+https://github.com/DioxusLabs/prettyplease-macro-fmt.git#05cc781b2997966fc2f2ff3409a5433e9d4f559f"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "syn",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "proc-macro-error"
|
|
name = "proc-macro-error"
|
|
version = "1.0.4"
|
|
version = "1.0.4"
|
|
@@ -2837,6 +2888,12 @@ dependencies = [
|
|
"once_cell",
|
|
"once_cell",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "triple_accel"
|
|
|
|
+version = "0.4.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "22048bc95dfb2ffd05b1ff9a756290a009224b60b2f0e7525faeee7603851e63"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "trust-dns-proto"
|
|
name = "trust-dns-proto"
|
|
version = "0.22.0"
|
|
version = "0.22.0"
|