|
@@ -1622,6 +1622,15 @@ dependencies = [
|
|
"winapi",
|
|
"winapi",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "line-wrap"
|
|
|
|
+version = "0.1.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
|
|
|
+dependencies = [
|
|
|
|
+ "safemem",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "lock_api"
|
|
name = "lock_api"
|
|
version = "0.4.7"
|
|
version = "0.4.7"
|
|
@@ -2289,6 +2298,20 @@ version = "0.3.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "plist"
|
|
|
|
+version = "1.3.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bd39bc6cdc9355ad1dc5eeedefee696bb35c34caf21768741e81826c0bbd7225"
|
|
|
|
+dependencies = [
|
|
|
|
+ "base64",
|
|
|
|
+ "indexmap",
|
|
|
|
+ "line-wrap",
|
|
|
|
+ "serde",
|
|
|
|
+ "time",
|
|
|
|
+ "xml-rs",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "png"
|
|
name = "png"
|
|
version = "0.11.0"
|
|
version = "0.11.0"
|
|
@@ -2634,6 +2657,12 @@ version = "1.0.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
|
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "safemem"
|
|
|
|
+version = "0.3.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "same-file"
|
|
name = "same-file"
|
|
version = "1.0.6"
|
|
version = "1.0.6"
|
|
@@ -3193,6 +3222,7 @@ dependencies = [
|
|
"base64",
|
|
"base64",
|
|
"brotli",
|
|
"brotli",
|
|
"ico",
|
|
"ico",
|
|
|
|
+ "plist",
|
|
"png 0.17.5",
|
|
"png 0.17.5",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|