|
|
@ -63,7 +63,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "690a62be8920ccf773ee00ef0968649b0e724cda8bd5b12286302b4ae955fdf5" |
|
|
|
checksum = "690a62be8920ccf773ee00ef0968649b0e724cda8bd5b12286302b4ae955fdf5" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"backtrace-sys", |
|
|
|
"backtrace-sys", |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
"rustc-demangle", |
|
|
|
"rustc-demangle", |
|
|
|
] |
|
|
|
] |
|
|
@ -167,6 +167,12 @@ version = "0.1.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "cfg-if" |
|
|
|
|
|
|
|
version = "1.0.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "chrono" |
|
|
|
name = "chrono" |
|
|
|
version = "0.4.9" |
|
|
|
version = "0.4.9" |
|
|
@ -267,7 +273,7 @@ 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 = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" |
|
|
|
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -287,7 +293,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" |
|
|
|
checksum = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"arrayvec", |
|
|
|
"arrayvec", |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"crossbeam-utils", |
|
|
|
"crossbeam-utils", |
|
|
|
"lazy_static", |
|
|
|
"lazy_static", |
|
|
|
"memoffset", |
|
|
|
"memoffset", |
|
|
@ -309,7 +315,7 @@ version = "0.6.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
|
|
|
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"lazy_static", |
|
|
|
"lazy_static", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
@ -319,6 +325,26 @@ version = "2.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97" |
|
|
|
checksum = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "directories" |
|
|
|
|
|
|
|
version = "3.0.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"dirs-sys", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "dirs-sys" |
|
|
|
|
|
|
|
version = "0.3.6" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
"redox_users", |
|
|
|
|
|
|
|
"winapi 0.3.8", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "doc-comment" |
|
|
|
name = "doc-comment" |
|
|
|
version = "0.3.1" |
|
|
|
version = "0.3.1" |
|
|
@ -331,6 +357,7 @@ version = "0.4.1" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"chrono", |
|
|
|
"chrono", |
|
|
|
"clap", |
|
|
|
"clap", |
|
|
|
|
|
|
|
"directories", |
|
|
|
"elefren", |
|
|
|
"elefren", |
|
|
|
"env_logger", |
|
|
|
"env_logger", |
|
|
|
"html2md", |
|
|
|
"html2md", |
|
|
@ -386,7 +413,7 @@ version = "0.8.20" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "87240518927716f79692c2ed85bfe6e98196d18c6401ec75355760233a7e12e9" |
|
|
|
checksum = "87240518927716f79692c2ed85bfe6e98196d18c6401ec75355760233a7e12e9" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -520,9 +547,20 @@ version = "0.1.12" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" |
|
|
|
checksum = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
"wasi 0.7.0", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "getrandom" |
|
|
|
|
|
|
|
version = "0.2.3" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"cfg-if 1.0.0", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
"wasi", |
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -792,9 +830,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "libc" |
|
|
|
name = "libc" |
|
|
|
version = "0.2.62" |
|
|
|
version = "0.2.96" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" |
|
|
|
checksum = "5600b4e6efc5421841a2138a6b082e07fe12f9aaa12783d50e5d13325b26b4fc" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "lock_api" |
|
|
|
name = "lock_api" |
|
|
@ -812,7 +850,7 @@ version = "0.4.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
|
|
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -915,7 +953,7 @@ version = "0.6.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" |
|
|
|
checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"fuchsia-zircon", |
|
|
|
"fuchsia-zircon", |
|
|
|
"fuchsia-zircon-sys", |
|
|
|
"fuchsia-zircon-sys", |
|
|
|
"iovec", |
|
|
|
"iovec", |
|
|
@ -964,7 +1002,7 @@ version = "0.2.33" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
|
|
|
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
"winapi 0.3.8", |
|
|
|
"winapi 0.3.8", |
|
|
|
] |
|
|
|
] |
|
|
@ -1016,7 +1054,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8152bb5a9b5b721538462336e3bef9a539f892715e5037fda0f984577311af15" |
|
|
|
checksum = "8152bb5a9b5b721538462336e3bef9a539f892715e5037fda0f984577311af15" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"bitflags", |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"foreign-types", |
|
|
|
"foreign-types", |
|
|
|
"lazy_static", |
|
|
|
"lazy_static", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
@ -1276,7 +1314,7 @@ version = "0.7.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" |
|
|
|
checksum = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"getrandom", |
|
|
|
"getrandom 0.1.12", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
"rand_chacha 0.2.1", |
|
|
|
"rand_chacha 0.2.1", |
|
|
|
"rand_core 0.5.1", |
|
|
|
"rand_core 0.5.1", |
|
|
@ -1325,7 +1363,7 @@ version = "0.5.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"getrandom", |
|
|
|
"getrandom 0.1.12", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -1423,6 +1461,25 @@ version = "0.1.56" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
|
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "redox_syscall" |
|
|
|
|
|
|
|
version = "0.2.8" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"bitflags", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "redox_users" |
|
|
|
|
|
|
|
version = "0.4.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"getrandom 0.2.3", |
|
|
|
|
|
|
|
"redox_syscall 0.2.8", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "regex" |
|
|
|
name = "regex" |
|
|
|
version = "1.3.1" |
|
|
|
version = "1.3.1" |
|
|
@ -1810,10 +1867,10 @@ version = "3.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
|
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
"rand 0.7.2", |
|
|
|
"rand 0.7.2", |
|
|
|
"redox_syscall", |
|
|
|
"redox_syscall 0.1.56", |
|
|
|
"remove_dir_all", |
|
|
|
"remove_dir_all", |
|
|
|
"winapi 0.3.8", |
|
|
|
"winapi 0.3.8", |
|
|
|
] |
|
|
|
] |
|
|
@ -1863,7 +1920,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
|
|
|
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
"redox_syscall", |
|
|
|
"redox_syscall 0.1.56", |
|
|
|
"winapi 0.3.8", |
|
|
|
"winapi 0.3.8", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
@ -2021,7 +2078,7 @@ version = "0.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b" |
|
|
|
checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if 0.1.10", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -2167,6 +2224,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 = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" |
|
|
|
checksum = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "wasi" |
|
|
|
|
|
|
|
version = "0.10.2+wasi-snapshot-preview1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "winapi" |
|
|
|
name = "winapi" |
|
|
|
version = "0.2.8" |
|
|
|
version = "0.2.8" |
|
|
|