|
@@ -0,0 +1,597 @@
|
|
|
+# This file is automatically @generated by Cargo.
|
|
|
+# It is not intended for manual editing.
|
|
|
+version = 3
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "adler"
|
|
|
+version = "1.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "adler32"
|
|
|
+version = "1.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "anyhow"
|
|
|
+version = "1.0.52"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "autocfg"
|
|
|
+version = "1.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bitflags"
|
|
|
+version = "1.3.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cairo-rs"
|
|
|
+version = "0.15.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b869e97a87170f96762f9f178eae8c461147e722ba21dd8814105bf5716bf14a"
|
|
|
+dependencies = [
|
|
|
+ "bitflags",
|
|
|
+ "cairo-sys-rs",
|
|
|
+ "glib",
|
|
|
+ "libc",
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cairo-sys-rs"
|
|
|
+version = "0.15.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
|
|
|
+dependencies = [
|
|
|
+ "glib-sys",
|
|
|
+ "libc",
|
|
|
+ "system-deps",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cfg-expr"
|
|
|
+version = "0.9.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "edae0b9625d1fce32f7d64b71784d9b1bf8469ec1a9c417e44aaf16a9cbd7571"
|
|
|
+dependencies = [
|
|
|
+ "smallvec",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cfg-if"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "crc32fast"
|
|
|
+version = "1.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "deflate"
|
|
|
+version = "0.9.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5f95bf05dffba6e6cce8dfbb30def788154949ccd9aed761b472119c21e01c70"
|
|
|
+dependencies = [
|
|
|
+ "adler32",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "encoding"
|
|
|
+version = "0.2.33"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
|
|
+dependencies = [
|
|
|
+ "encoding-index-japanese",
|
|
|
+ "encoding-index-korean",
|
|
|
+ "encoding-index-simpchinese",
|
|
|
+ "encoding-index-singlebyte",
|
|
|
+ "encoding-index-tradchinese",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "encoding-index-japanese"
|
|
|
+version = "1.20141219.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
|
|
+dependencies = [
|
|
|
+ "encoding_index_tests",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "encoding-index-korean"
|
|
|
+version = "1.20141219.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
|
|
+dependencies = [
|
|
|
+ "encoding_index_tests",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "encoding-index-simpchinese"
|
|
|
+version = "1.20141219.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
|
|
+dependencies = [
|
|
|
+ "encoding_index_tests",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "encoding-index-singlebyte"
|
|
|
+version = "1.20141219.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
|
|
+dependencies = [
|
|
|
+ "encoding_index_tests",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "encoding-index-tradchinese"
|
|
|
+version = "1.20141219.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
|
|
+dependencies = [
|
|
|
+ "encoding_index_tests",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "encoding_index_tests"
|
|
|
+version = "0.1.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-channel"
|
|
|
+version = "0.3.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-core"
|
|
|
+version = "0.3.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-executor"
|
|
|
+version = "0.3.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "futures-task",
|
|
|
+ "futures-util",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-task"
|
|
|
+version = "0.3.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-util"
|
|
|
+version = "0.3.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
|
|
+dependencies = [
|
|
|
+ "futures-core",
|
|
|
+ "futures-task",
|
|
|
+ "pin-project-lite",
|
|
|
+ "pin-utils",
|
|
|
+ "slab",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "glib"
|
|
|
+version = "0.15.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "30a3e6b2e5ef2ecfb10c1e083074a81160b8f6408fcc08195c872e9de37a361b"
|
|
|
+dependencies = [
|
|
|
+ "bitflags",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "futures-executor",
|
|
|
+ "futures-task",
|
|
|
+ "glib-macros",
|
|
|
+ "glib-sys",
|
|
|
+ "gobject-sys",
|
|
|
+ "libc",
|
|
|
+ "once_cell",
|
|
|
+ "smallvec",
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "glib-macros"
|
|
|
+version = "0.15.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "54c0c7194ee4c597b334e3ce84d22d929405e94497828e1c54da762cbe8e3d93"
|
|
|
+dependencies = [
|
|
|
+ "anyhow",
|
|
|
+ "heck 0.4.0",
|
|
|
+ "proc-macro-crate",
|
|
|
+ "proc-macro-error",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "glib-sys"
|
|
|
+version = "0.15.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c668102c6e15e0a7f6b99b59f602c2e806967bb86414f617b77e19b1de5b3fac"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "system-deps",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gobject-sys"
|
|
|
+version = "0.15.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6edb1f0b3e4c08e2a0a490d1082ba9e902cdff8ff07091e85c6caec60d17e2ab"
|
|
|
+dependencies = [
|
|
|
+ "glib-sys",
|
|
|
+ "libc",
|
|
|
+ "system-deps",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hashbrown"
|
|
|
+version = "0.11.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "heck"
|
|
|
+version = "0.3.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
+dependencies = [
|
|
|
+ "unicode-segmentation",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "heck"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "indexmap"
|
|
|
+version = "1.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "hashbrown",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "libc"
|
|
|
+version = "0.2.113"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "eef78b64d87775463c549fbd80e19249ef436ea3bf1de2a1eb7e717ec7fab1e9"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "linked-hash-map"
|
|
|
+version = "0.5.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "miniz_oxide"
|
|
|
+version = "0.4.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
|
|
+dependencies = [
|
|
|
+ "adler",
|
|
|
+ "autocfg",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "once_cell"
|
|
|
+version = "1.9.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pango"
|
|
|
+version = "0.15.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "79211eff430c29cc38c69e0ab54bc78fa1568121ca9737707eee7f92a8417a94"
|
|
|
+dependencies = [
|
|
|
+ "bitflags",
|
|
|
+ "glib",
|
|
|
+ "libc",
|
|
|
+ "once_cell",
|
|
|
+ "pango-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pango-sys"
|
|
|
+version = "0.15.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7022c2fb88cd2d9d55e1a708a8c53a3ae8678234c4a54bf623400aeb7f31fac2"
|
|
|
+dependencies = [
|
|
|
+ "glib-sys",
|
|
|
+ "gobject-sys",
|
|
|
+ "libc",
|
|
|
+ "system-deps",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pangocairo"
|
|
|
+version = "0.15.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7876a45c1f1d1a75a2601dc6d9ef2cb5a8be0e3d76f909d82450759929035366"
|
|
|
+dependencies = [
|
|
|
+ "bitflags",
|
|
|
+ "cairo-rs",
|
|
|
+ "glib",
|
|
|
+ "libc",
|
|
|
+ "pango",
|
|
|
+ "pangocairo-sys",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pangocairo-sys"
|
|
|
+version = "0.15.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "78cf746594916c81d5f739af9335c5f55a1f4606d80b3e1d821f18cf95a29494"
|
|
|
+dependencies = [
|
|
|
+ "cairo-sys-rs",
|
|
|
+ "glib-sys",
|
|
|
+ "libc",
|
|
|
+ "pango-sys",
|
|
|
+ "system-deps",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pin-project-lite"
|
|
|
+version = "0.2.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pin-utils"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pkg-config"
|
|
|
+version = "0.3.24"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "png"
|
|
|
+version = "0.17.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c845088517daa61e8a57eee40309347cea13f273694d1385c553e7a57127763b"
|
|
|
+dependencies = [
|
|
|
+ "bitflags",
|
|
|
+ "crc32fast",
|
|
|
+ "deflate",
|
|
|
+ "encoding",
|
|
|
+ "miniz_oxide",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro-crate"
|
|
|
+version = "1.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
|
|
|
+dependencies = [
|
|
|
+ "thiserror",
|
|
|
+ "toml",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro-error"
|
|
|
+version = "1.0.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro-error-attr",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+ "version_check",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro-error-attr"
|
|
|
+version = "1.0.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "version_check",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro2"
|
|
|
+version = "1.0.36"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
|
|
+dependencies = [
|
|
|
+ "unicode-xid",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "quote"
|
|
|
+version = "1.0.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ryu"
|
|
|
+version = "1.0.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde"
|
|
|
+version = "1.0.133"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"
|
|
|
+dependencies = [
|
|
|
+ "serde_derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_derive"
|
|
|
+version = "1.0.133"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_yaml"
|
|
|
+version = "0.8.23"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0"
|
|
|
+dependencies = [
|
|
|
+ "indexmap",
|
|
|
+ "ryu",
|
|
|
+ "serde",
|
|
|
+ "yaml-rust",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "slab"
|
|
|
+version = "0.4.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "smallvec"
|
|
|
+version = "1.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "syn"
|
|
|
+version = "1.0.86"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "unicode-xid",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "system-deps"
|
|
|
+version = "6.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7b1487aaddaacbc5d60a2a507ba1617c5ca66c57dd0dd07d0c5efd5b693841d4"
|
|
|
+dependencies = [
|
|
|
+ "cfg-expr",
|
|
|
+ "heck 0.3.3",
|
|
|
+ "pkg-config",
|
|
|
+ "toml",
|
|
|
+ "version-compare",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thiserror"
|
|
|
+version = "1.0.30"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
|
|
+dependencies = [
|
|
|
+ "thiserror-impl",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thiserror-impl"
|
|
|
+version = "1.0.30"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thyme"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "cairo-rs",
|
|
|
+ "pango",
|
|
|
+ "pangocairo",
|
|
|
+ "png",
|
|
|
+ "serde",
|
|
|
+ "serde_yaml",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "toml"
|
|
|
+version = "0.5.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-segmentation"
|
|
|
+version = "1.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-xid"
|
|
|
+version = "0.2.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "version-compare"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "version_check"
|
|
|
+version = "0.9.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "yaml-rust"
|
|
|
+version = "0.4.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
+dependencies = [
|
|
|
+ "linked-hash-map",
|
|
|
+]
|