ffplayout/Cargo.lock

1614 lines
40 KiB
Plaintext
Raw Normal View History

2022-02-12 16:32:51 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-02-23 15:25:14 -05:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aho-corasick"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
2022-02-28 12:01:17 -05:00
"winapi 0.3.9",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2022-03-12 16:18:49 -05:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2022-04-05 11:07:34 -04:00
[[package]]
name = "bstr"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
dependencies = [
"memchr",
]
[[package]]
name = "bytes"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2022-03-12 16:18:49 -05:00
[[package]]
name = "cc"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2022-02-28 12:01:17 -05:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2022-02-14 15:33:17 -05:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.19"
2022-05-15 13:27:53 -04:00
source = "git+https://github.com/sbrocket/chrono?branch=parse-error-kind-public#edd600cc111162573bb81e1850100205849f957d"
dependencies = [
"libc",
"num-integer",
"num-traits",
2022-05-15 13:27:53 -04:00
"time 0.1.44",
2022-02-28 12:01:17 -05:00
"winapi 0.3.9",
]
[[package]]
name = "clap"
version = "3.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"
dependencies = [
"atty",
"bitflags",
"clap_derive",
2022-04-19 11:44:14 -04:00
"clap_lex",
"indexmap",
"lazy_static",
2022-05-23 10:29:55 -04:00
"strsim",
"termcolor",
2022-05-23 10:29:55 -04:00
"textwrap",
]
[[package]]
name = "clap_derive"
version = "3.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"
dependencies = [
2022-05-23 10:29:55 -04:00
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2022-04-19 11:44:14 -04:00
[[package]]
name = "clap_lex"
version = "0.2.0"
2022-04-19 11:44:14 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"
2022-04-19 11:44:14 -04:00
dependencies = [
"os_str_bytes",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2022-02-23 15:25:14 -05:00
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
2022-02-28 12:01:17 -05:00
"cfg-if 1.0.0",
2022-02-23 15:25:14 -05:00
]
[[package]]
name = "crossbeam-channel"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
dependencies = [
"cfg-if 1.0.0",
2022-05-23 10:29:55 -04:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
dependencies = [
"cfg-if 1.0.0",
"lazy_static",
]
2022-04-02 16:15:30 -04:00
[[package]]
name = "email-encoding"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6690291166824e467790ac08ba42f241791567e8337bbf00c5a6e87889629f98"
dependencies = [
"base64",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "fastrand"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
2022-02-12 16:32:51 -05:00
[[package]]
2022-04-14 11:18:32 -04:00
name = "ffplayout-engine"
2022-05-15 13:27:53 -04:00
version = "0.9.6"
2022-02-12 16:32:51 -05:00
dependencies = [
"chrono",
2022-05-23 10:29:55 -04:00
"clap",
"crossbeam-channel",
2022-02-15 11:27:06 -05:00
"ffprobe",
2022-02-23 15:25:14 -05:00
"file-rotate",
2022-04-05 11:07:34 -04:00
"jsonrpc-http-server",
2022-03-12 16:18:49 -05:00
"lettre",
2022-02-23 12:06:40 -05:00
"log",
2022-02-14 15:33:17 -05:00
"notify",
2022-03-15 11:16:35 -04:00
"openssl",
2022-02-14 15:33:17 -05:00
"rand",
"regex",
2022-02-12 16:32:51 -05:00
"serde",
2022-02-15 11:27:06 -05:00
"serde_json",
2022-02-12 16:32:51 -05:00
"serde_yaml",
2022-05-23 10:29:55 -04:00
"shlex",
2022-02-23 12:06:40 -05:00
"simplelog",
"time 0.3.9",
2022-02-14 15:33:17 -05:00
"walkdir",
]
2022-02-15 11:27:06 -05:00
[[package]]
name = "ffprobe"
2022-04-26 07:47:52 -04:00
version = "0.3.2"
2022-02-15 11:27:06 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-26 07:47:52 -04:00
checksum = "4151d364a3709c400c4aaca1988324f02dfde8d3e2e8543176e596d39eb414ac"
2022-02-15 11:27:06 -05:00
dependencies = [
"serde",
"serde_json",
]
2022-02-23 15:25:14 -05:00
[[package]]
name = "file-rotate"
version = "0.6.0"
2022-05-15 13:27:53 -04:00
source = "git+https://github.com/Ploppz/file-rotate.git?branch=timestamp-parse-fix#cb1874a15a7a18de820a57df48d3513e5a4076f4"
2022-02-23 15:25:14 -05:00
dependencies = [
"chrono",
"flate2",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "filetime"
2022-04-19 11:44:14 -04:00
version = "0.2.16"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-19 11:44:14 -04:00
checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
2022-02-14 15:33:17 -05:00
dependencies = [
2022-02-28 12:01:17 -05:00
"cfg-if 1.0.0",
2022-02-14 15:33:17 -05:00
"libc",
"redox_syscall",
2022-02-28 12:01:17 -05:00
"winapi 0.3.9",
2022-02-14 15:33:17 -05:00
]
2022-02-23 15:25:14 -05:00
[[package]]
name = "flate2"
2022-04-14 10:13:38 -04:00
version = "1.0.23"
2022-02-23 15:25:14 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 10:13:38 -04:00
checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
2022-02-23 15:25:14 -05:00
dependencies = [
2022-02-28 12:01:17 -05:00
"cfg-if 1.0.0",
2022-02-23 15:25:14 -05:00
"crc32fast",
"libc",
"miniz_oxide",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2022-03-12 16:18:49 -05:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2022-02-28 12:01:17 -05:00
[[package]]
name = "fsevent"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
dependencies = [
"bitflags",
"fsevent-sys",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "fsevent-sys"
2022-02-28 12:01:17 -05:00
version = "2.0.1"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 12:01:17 -05:00
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
2022-02-14 15:33:17 -05:00
dependencies = [
"libc",
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2022-04-05 11:07:34 -04:00
[[package]]
name = "futures"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
dependencies = [
"futures-core",
"futures-sink",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "futures-core"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2022-04-05 11:07:34 -04:00
[[package]]
name = "futures-executor"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "futures-io"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2022-04-05 11:07:34 -04:00
[[package]]
name = "futures-macro"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2022-03-12 16:18:49 -05:00
[[package]]
name = "futures-task"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
[[package]]
name = "futures-util"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
dependencies = [
2022-04-05 11:07:34 -04:00
"futures-channel",
2022-03-12 16:18:49 -05:00
"futures-core",
"futures-io",
2022-04-05 11:07:34 -04:00
"futures-macro",
"futures-sink",
2022-03-12 16:18:49 -05:00
"futures-task",
"memchr",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
2022-03-12 16:18:49 -05:00
"pin-utils",
"slab",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "getrandom"
2022-03-28 09:59:58 -04:00
version = "0.2.6"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-28 09:59:58 -04:00
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
2022-02-14 15:33:17 -05:00
dependencies = [
2022-02-28 12:01:17 -05:00
"cfg-if 1.0.0",
2022-02-14 15:33:17 -05:00
"libc",
2022-05-15 13:27:53 -04:00
"wasi 0.10.0+wasi-snapshot-preview1",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "globset"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
dependencies = [
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
2022-02-12 16:32:51 -05:00
]
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi 0.3.9",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "http"
2022-04-28 15:45:12 -04:00
version = "0.2.7"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-28 15:45:12 -04:00
checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
2022-04-05 11:07:34 -04:00
dependencies = [
2022-05-23 10:29:55 -04:00
"bytes",
2022-04-05 11:07:34 -04:00
"fnv",
2022-05-23 10:29:55 -04:00
"itoa",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "http-body"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
dependencies = [
2022-05-23 10:29:55 -04:00
"bytes",
2022-04-05 11:07:34 -04:00
"http",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "httparse"
2022-04-28 15:45:12 -04:00
version = "1.7.1"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-28 15:45:12 -04:00
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
2022-04-05 11:07:34 -04:00
2022-03-12 16:18:49 -05:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2022-04-05 11:07:34 -04:00
[[package]]
name = "hyper"
version = "0.14.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
dependencies = [
2022-05-23 10:29:55 -04:00
"bytes",
2022-04-05 11:07:34 -04:00
"futures-channel",
"futures-core",
"futures-util",
"http",
2022-05-23 10:29:55 -04:00
"http-body",
2022-04-05 11:07:34 -04:00
"httparse",
2022-05-23 10:29:55 -04:00
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
2022-04-05 11:07:34 -04:00
"tower-service",
"tracing",
"want",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "indexmap"
2022-03-31 15:46:33 -04:00
version = "1.8.1"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-31 15:46:33 -04:00
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
2022-02-12 16:32:51 -05:00
dependencies = [
"autocfg",
"hashbrown",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "inotify"
2022-02-28 12:01:17 -05:00
version = "0.7.1"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 12:01:17 -05:00
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
2022-02-14 15:33:17 -05:00
dependencies = [
"bitflags",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if 1.0.0",
]
2022-02-15 11:27:06 -05:00
[[package]]
2022-02-28 12:01:17 -05:00
name = "iovec"
version = "0.1.4"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 12:01:17 -05:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2022-02-14 15:33:17 -05:00
dependencies = [
2022-02-27 16:15:49 -05:00
"libc",
2022-02-14 15:33:17 -05:00
]
[[package]]
2022-02-28 12:01:17 -05:00
name = "itoa"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
2022-02-28 12:01:17 -05:00
2022-04-05 11:07:34 -04:00
[[package]]
name = "jsonrpc-core"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
dependencies = [
"futures",
"futures-executor",
"futures-util",
"log",
"serde",
"serde_derive",
"serde_json",
]
[[package]]
name = "jsonrpc-http-server"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
dependencies = [
"futures",
2022-05-23 10:29:55 -04:00
"hyper",
2022-04-05 11:07:34 -04:00
"jsonrpc-core",
"jsonrpc-server-utils",
"log",
"net2",
"parking_lot",
"unicase",
]
[[package]]
name = "jsonrpc-server-utils"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
dependencies = [
2022-05-23 10:29:55 -04:00
"bytes",
2022-04-05 11:07:34 -04:00
"futures",
"globset",
"jsonrpc-core",
"lazy_static",
"log",
2022-05-23 10:29:55 -04:00
"tokio",
2022-04-05 11:07:34 -04:00
"tokio-stream",
2022-05-23 10:29:55 -04:00
"tokio-util",
2022-04-05 11:07:34 -04:00
"unicase",
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2022-02-27 16:15:49 -05:00
dependencies = [
2022-02-28 12:01:17 -05:00
"winapi 0.2.8",
"winapi-build",
2022-02-27 16:15:49 -05:00
]
2022-02-14 15:33:17 -05:00
[[package]]
2022-02-27 16:15:49 -05:00
name = "lazy_static"
version = "1.4.0"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-27 16:15:49 -05:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2022-02-14 15:33:17 -05:00
2022-02-28 12:01:17 -05:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2022-03-12 16:18:49 -05:00
[[package]]
name = "lettre"
version = "0.10.0-rc.6"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f6c70001f7ee6c93b6687a06607c7a38f9a7ae460139a496c23da21e95bc289"
2022-03-12 16:18:49 -05:00
dependencies = [
"base64",
2022-04-02 16:15:30 -04:00
"email-encoding",
2022-03-12 16:18:49 -05:00
"fastrand",
"futures-util",
"hostname",
2022-05-23 10:29:55 -04:00
"httpdate",
2022-03-12 16:18:49 -05:00
"idna",
"mime",
"native-tls",
"nom",
"once_cell",
"quoted_printable",
"regex",
]
[[package]]
name = "libc"
version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2022-02-12 16:32:51 -05:00
[[package]]
name = "linked-hash-map"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2022-04-05 11:07:34 -04:00
[[package]]
name = "lock_api"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
dependencies = [
"autocfg",
"scopeguard",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "log"
version = "0.4.17"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2022-02-14 15:33:17 -05:00
dependencies = [
2022-02-28 12:01:17 -05:00
"cfg-if 1.0.0",
2022-02-14 15:33:17 -05:00
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
[[package]]
name = "matches"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2022-03-12 16:18:49 -05:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2022-02-23 15:25:14 -05:00
[[package]]
name = "miniz_oxide"
2022-04-14 10:13:38 -04:00
version = "0.5.1"
2022-02-23 15:25:14 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 10:13:38 -04:00
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
2022-02-23 15:25:14 -05:00
dependencies = [
"adler",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "mio"
2022-02-28 12:01:17 -05:00
version = "0.6.23"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 12:01:17 -05:00
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2022-02-14 15:33:17 -05:00
dependencies = [
2022-02-28 12:01:17 -05:00
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
2022-02-14 15:33:17 -05:00
"libc",
"log",
2022-05-09 11:34:34 -04:00
"miow",
2022-02-28 12:01:17 -05:00
"net2",
"slab",
"winapi 0.2.8",
2022-02-14 15:33:17 -05:00
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "mio"
2022-05-09 11:34:34 -04:00
version = "0.8.3"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 11:34:34 -04:00
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
2022-04-05 11:07:34 -04:00
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
2022-05-09 11:34:34 -04:00
"windows-sys",
2022-04-05 11:07:34 -04:00
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
"lazycell",
"log",
2022-04-05 11:07:34 -04:00
"mio 0.6.23",
2022-02-28 12:01:17 -05:00
"slab",
]
[[package]]
name = "miow"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2022-02-14 15:33:17 -05:00
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "native-tls"
2022-03-31 15:46:33 -04:00
version = "0.2.10"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-31 15:46:33 -04:00
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
2022-03-12 16:18:49 -05:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "net2"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
2022-02-14 15:33:17 -05:00
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "nom"
version = "7.1.1"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2022-03-12 16:18:49 -05:00
dependencies = [
"memchr",
"minimal-lexical",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "notify"
2022-02-28 12:01:17 -05:00
version = "4.0.17"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 12:01:17 -05:00
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
2022-02-14 15:33:17 -05:00
dependencies = [
"bitflags",
"filetime",
2022-02-28 12:01:17 -05:00
"fsevent",
2022-02-14 15:33:17 -05:00
"fsevent-sys",
"inotify",
"libc",
2022-04-05 11:07:34 -04:00
"mio 0.6.23",
2022-02-28 12:01:17 -05:00
"mio-extras",
2022-02-14 15:33:17 -05:00
"walkdir",
2022-02-28 12:01:17 -05:00
"winapi 0.3.9",
2022-02-27 16:15:49 -05:00
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
2022-02-27 16:15:49 -05:00
[[package]]
name = "num_cpus"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
2022-02-27 16:15:49 -05:00
[[package]]
name = "once_cell"
2022-03-10 09:03:25 -05:00
version = "1.10.0"
2022-02-27 16:15:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 09:03:25 -05:00
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
2022-02-27 16:15:49 -05:00
2022-03-12 16:18:49 -05:00
[[package]]
name = "openssl"
version = "0.10.40"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e"
2022-03-12 16:18:49 -05:00
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
2022-03-12 16:18:49 -05:00
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2022-03-15 11:16:35 -04:00
[[package]]
name = "openssl-src"
version = "111.18.0+1.1.1n"
2022-03-15 11:16:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7897a926e1e8d00219127dc020130eca4292e5ca666dd592480d72c3eca2ff6c"
2022-03-15 11:16:35 -04:00
dependencies = [
"cc",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "openssl-sys"
version = "0.9.73"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5fd19fb3e0a8191c1e34935718976a3e70c112ab9a24af6d7cadccd9d90bc0"
2022-03-12 16:18:49 -05:00
dependencies = [
"autocfg",
"cc",
"libc",
2022-03-15 11:16:35 -04:00
"openssl-src",
2022-03-12 16:18:49 -05:00
"pkg-config",
"vcpkg",
]
[[package]]
name = "os_str_bytes"
2022-05-15 13:27:53 -04:00
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-15 13:27:53 -04:00
checksum = "029d8d0b2f198229de29dca79676f2738ff952edf3fde542eb8bf94d8c21b435"
2022-02-23 12:06:40 -05:00
[[package]]
name = "paris"
version = "1.5.13"
2022-02-23 12:06:40 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eaf2319cd71dd9ff38c72bebde61b9ea657134abcf26ae4205f54f772a32810"
2022-02-23 12:06:40 -05:00
2022-04-05 11:07:34 -04:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi 0.3.9",
]
2022-02-27 16:15:49 -05:00
[[package]]
name = "pin-project-lite"
2022-04-28 15:45:12 -04:00
version = "0.2.9"
2022-02-27 16:15:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-28 15:45:12 -04:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2022-02-27 16:15:49 -05:00
2022-03-12 16:18:49 -05:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2022-03-31 15:46:33 -04:00
version = "0.3.25"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-31 15:46:33 -04:00
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2022-03-12 16:18:49 -05:00
2022-02-14 15:33:17 -05:00
[[package]]
name = "ppv-lite86"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[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",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "proc-macro2"
version = "1.0.39"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
2022-02-12 16:32:51 -05:00
dependencies = [
"unicode-ident",
2022-02-12 16:32:51 -05:00
]
[[package]]
name = "quote"
2022-04-11 11:47:43 -04:00
version = "1.0.18"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-11 11:47:43 -04:00
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
2022-02-12 16:32:51 -05:00
dependencies = [
"proc-macro2",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "quoted_printable"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fee2dce59f7a43418e3382c766554c614e06a552d53a8f07ef499ea4b332c0f"
2022-02-14 15:33:17 -05:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
"getrandom",
]
[[package]]
name = "redox_syscall"
2022-03-31 15:46:33 -04:00
version = "0.2.13"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-31 15:46:33 -04:00
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
2022-02-14 15:33:17 -05:00
dependencies = [
"bitflags",
]
[[package]]
name = "regex"
2022-03-10 09:03:25 -05:00
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 09:03:25 -05:00
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2022-03-12 16:18:49 -05:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi 0.3.9",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "ryu"
version = "1.0.10"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2022-02-12 16:32:51 -05:00
2022-02-14 15:33:17 -05:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "schannel"
version = "0.1.20"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2022-03-12 16:18:49 -05:00
dependencies = [
"lazy_static",
"windows-sys",
2022-03-12 16:18:49 -05:00
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-03-12 16:18:49 -05:00
[[package]]
name = "security-framework"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
dependencies = [
"core-foundation-sys",
"libc",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "serde"
version = "1.0.137"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
2022-02-12 16:32:51 -05:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.137"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
2022-02-12 16:32:51 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-02-15 11:27:06 -05:00
[[package]]
name = "serde_json"
version = "1.0.81"
2022-02-15 11:27:06 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
2022-02-15 11:27:06 -05:00
dependencies = [
2022-05-23 10:29:55 -04:00
"itoa",
2022-02-15 11:27:06 -05:00
"ryu",
"serde",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "serde_yaml"
version = "0.8.24"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707d15895415db6628332b737c838b88c598522e4dc70647e59b72312924aebc"
2022-02-12 16:32:51 -05:00
dependencies = [
"indexmap",
"ryu",
"serde",
"yaml-rust",
]
2022-03-21 13:06:49 -04:00
[[package]]
name = "shlex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2022-02-23 12:06:40 -05:00
[[package]]
name = "simplelog"
version = "0.12.0"
2022-02-23 12:06:40 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48dfff04aade74dd495b007c831cd6f4e0cee19c344dd9dc0884c0289b70a786"
2022-02-23 12:06:40 -05:00
dependencies = [
"log",
"paris",
"termcolor",
"time 0.3.9",
2022-02-23 12:06:40 -05:00
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "slab"
2022-04-02 16:15:30 -04:00
version = "0.4.6"
2022-02-28 12:01:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-02 16:15:30 -04:00
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
2022-02-28 12:01:17 -05:00
2022-04-05 11:07:34 -04:00
[[package]]
name = "smallvec"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
[[package]]
name = "socket2"
version = "0.4.4"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
2022-04-05 11:07:34 -04:00
dependencies = [
"libc",
"winapi 0.3.9",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2022-02-12 16:32:51 -05:00
[[package]]
name = "syn"
version = "1.0.95"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"
2022-02-12 16:32:51 -05:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2022-02-12 16:32:51 -05:00
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "tempfile"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
"cfg-if 1.0.0",
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi 0.3.9",
]
[[package]]
name = "termcolor"
2022-03-10 09:03:25 -05:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 09:03:25 -05:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
2022-03-10 09:03:25 -05:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 09:03:25 -05:00
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
[[package]]
name = "time"
2022-05-15 13:27:53 -04:00
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-15 13:27:53 -04:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
"libc",
2022-05-15 13:27:53 -04:00
"wasi 0.10.0+wasi-snapshot-preview1",
2022-02-28 12:01:17 -05:00
"winapi 0.3.9",
2022-02-27 16:15:49 -05:00
]
[[package]]
name = "time"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
dependencies = [
2022-05-23 10:29:55 -04:00
"itoa",
"libc",
"num_threads",
"time-macros",
]
[[package]]
name = "time-macros"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2022-03-12 16:18:49 -05:00
[[package]]
name = "tinyvec"
2022-04-26 07:47:52 -04:00
version = "1.6.0"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-26 07:47:52 -04:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2022-03-12 16:18:49 -05:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2022-02-27 16:15:49 -05:00
[[package]]
name = "tokio"
2022-05-09 11:34:34 -04:00
version = "1.18.2"
2022-02-27 16:15:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 11:34:34 -04:00
checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
2022-02-27 16:15:49 -05:00
dependencies = [
2022-05-23 10:29:55 -04:00
"bytes",
2022-04-05 11:07:34 -04:00
"libc",
"memchr",
2022-05-09 11:34:34 -04:00
"mio 0.8.3",
2022-02-27 16:15:49 -05:00
"num_cpus",
2022-04-28 15:45:12 -04:00
"once_cell",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
"socket2",
2022-04-05 11:07:34 -04:00
"winapi 0.3.9",
]
[[package]]
name = "tokio-stream"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
dependencies = [
"futures-core",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
"tokio",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "tokio-util"
version = "0.6.10"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
2022-04-05 11:07:34 -04:00
dependencies = [
2022-05-23 10:29:55 -04:00
"bytes",
2022-04-05 11:07:34 -04:00
"futures-core",
"futures-sink",
"log",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
"tokio",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "tower-service"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
2022-04-19 11:44:14 -04:00
version = "0.1.34"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-19 11:44:14 -04:00
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
2022-04-05 11:07:34 -04:00
dependencies = [
"cfg-if 1.0.0",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
2022-04-05 11:07:34 -04:00
"tracing-core",
]
[[package]]
name = "tracing-core"
2022-04-19 11:44:14 -04:00
version = "0.1.26"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-19 11:44:14 -04:00
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
2022-04-05 11:07:34 -04:00
dependencies = [
"lazy_static",
]
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "unicode-bidi"
2022-04-28 15:45:12 -04:00
version = "0.3.8"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-28 15:45:12 -04:00
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2022-03-12 16:18:49 -05:00
[[package]]
name = "unicode-ident"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
2022-03-12 16:18:49 -05:00
[[package]]
name = "unicode-normalization"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
dependencies = [
"tinyvec",
]
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2022-02-14 15:33:17 -05:00
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
2022-02-28 12:01:17 -05:00
"winapi 0.3.9",
2022-02-14 15:33:17 -05:00
"winapi-util",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
2022-05-15 13:27:53 -04:00
version = "0.10.0+wasi-snapshot-preview1"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-15 13:27:53 -04:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2022-02-14 15:33:17 -05:00
2022-04-05 11:07:34 -04:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-02-28 12:01:17 -05:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
2022-02-28 12:01:17 -05:00
"winapi 0.3.9",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-05-09 11:34:34 -04:00
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-02-28 12:01:17 -05:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]