|
|
|
|
|
version = 3 |
|
|
|
[[package]] |
|
name = "adler" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
|
[[package]] |
|
name = "aead" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "aes" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561" |
|
dependencies = [ |
|
"aes-soft", |
|
"aesni", |
|
"cipher", |
|
] |
|
|
|
[[package]] |
|
name = "aes-gcm" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da" |
|
dependencies = [ |
|
"aead", |
|
"aes", |
|
"cipher", |
|
"ctr", |
|
"ghash", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "aes-soft" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072" |
|
dependencies = [ |
|
"cipher", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "aesni" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce" |
|
dependencies = [ |
|
"cipher", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "agnostik" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d0b98a97b13a75d90ab4abfcdb5268330c8392ab03a357bdab0fa9c36ccb1c6a" |
|
dependencies = [ |
|
"bastion-executor", |
|
"cfg_aliases", |
|
"lightproc", |
|
"once_cell", |
|
"pin-project", |
|
] |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" |
|
dependencies = [ |
|
"getrandom 0.2.3", |
|
"once_cell", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "alphanumeric-sort" |
|
version = "1.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "81149050d254e2b758c80dcf55949e5c45482e0c9cb3670b1c4b48eb51791f8e" |
|
|
|
[[package]] |
|
name = "android-tzdata" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
|
|
|
[[package]] |
|
name = "android_system_properties" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "ansi_term" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "anyhow" |
|
version = "1.0.61" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8" |
|
|
|
[[package]] |
|
name = "approx" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "argmin" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "897c18cfe995220bdd94a27455e5afedc7c688cbf62ad2be88ce7552452aa1b2" |
|
dependencies = [ |
|
"anyhow", |
|
"argmin-math", |
|
"instant", |
|
"num-traits", |
|
"paste", |
|
"rand 0.8.5", |
|
"rand_xoshiro", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "argmin-math" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8798ca7447753fcb3dd98d9095335b1564812a68c6e7c3d1926e1d5cf094e37" |
|
dependencies = [ |
|
"anyhow", |
|
"cfg-if 1.0.0", |
|
"ndarray", |
|
"num-complex", |
|
"num-integer", |
|
"num-traits", |
|
"rand 0.8.5", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "arrayref" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" |
|
|
|
[[package]] |
|
name = "assert_float_eq" |
|
version = "1.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4cea652ffbedecf29e9cd41bb4c066881057a42c0c119040f022802b26853e77" |
|
|
|
[[package]] |
|
name = "async-channel" |
|
version = "1.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319" |
|
dependencies = [ |
|
"concurrent-queue", |
|
"event-listener", |
|
"futures-core", |
|
] |
|
|
|
[[package]] |
|
name = "async-dup" |
|
version = "1.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7427a12b8dc09291528cfb1da2447059adb4a257388c2acd6497a79d55cf6f7c" |
|
dependencies = [ |
|
"futures-io", |
|
"simple-mutex", |
|
] |
|
|
|
[[package]] |
|
name = "async-executor" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965" |
|
dependencies = [ |
|
"async-task", |
|
"concurrent-queue", |
|
"fastrand", |
|
"futures-lite", |
|
"once_cell", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "async-global-executor" |
|
version = "2.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6" |
|
dependencies = [ |
|
"async-channel", |
|
"async-executor", |
|
"async-io", |
|
"async-mutex", |
|
"blocking", |
|
"futures-lite", |
|
"num_cpus", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "async-h1" |
|
version = "2.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8101020758a4fc3a7c326cb42aa99e9fa77cbfb76987c128ad956406fe1f70a7" |
|
dependencies = [ |
|
"async-channel", |
|
"async-dup", |
|
"async-std", |
|
"futures-core", |
|
"http-types", |
|
"httparse", |
|
"log", |
|
"pin-project", |
|
] |
|
|
|
[[package]] |
|
name = "async-io" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b" |
|
dependencies = [ |
|
"concurrent-queue", |
|
"futures-lite", |
|
"libc", |
|
"log", |
|
"once_cell", |
|
"parking", |
|
"polling", |
|
"slab", |
|
"socket2 0.4.4", |
|
"waker-fn", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "async-lock" |
|
version = "2.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b" |
|
dependencies = [ |
|
"event-listener", |
|
] |
|
|
|
[[package]] |
|
name = "async-mutex" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e" |
|
dependencies = [ |
|
"event-listener", |
|
] |
|
|
|
[[package]] |
|
name = "async-process" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6" |
|
dependencies = [ |
|
"async-io", |
|
"blocking", |
|
"cfg-if 1.0.0", |
|
"event-listener", |
|
"futures-lite", |
|
"libc", |
|
"once_cell", |
|
"signal-hook", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "async-session" |
|
version = "2.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "345022a2eed092cd105cc1b26fd61c341e100bd5fcbbd792df4baf31c2cc631f" |
|
dependencies = [ |
|
"anyhow", |
|
"async-std", |
|
"async-trait", |
|
"base64 0.12.3", |
|
"bincode", |
|
"blake3", |
|
"chrono", |
|
"hmac 0.8.1", |
|
"kv-log-macro", |
|
"rand 0.7.3", |
|
"serde", |
|
"serde_json", |
|
"sha2 0.9.9", |
|
] |
|
|
|
[[package]] |
|
name = "async-sse" |
|
version = "4.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53bba003996b8fd22245cd0c59b869ba764188ed435392cf2796d03b805ade10" |
|
dependencies = [ |
|
"async-channel", |
|
"async-std", |
|
"http-types", |
|
"log", |
|
"memchr", |
|
"pin-project-lite 0.1.12", |
|
] |
|
|
|
[[package]] |
|
name = "async-std" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952" |
|
dependencies = [ |
|
"async-channel", |
|
"async-global-executor", |
|
"async-io", |
|
"async-lock", |
|
"async-process", |
|
"crossbeam-utils 0.8.7", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-io", |
|
"futures-lite", |
|
"gloo-timers", |
|
"kv-log-macro", |
|
"log", |
|
"memchr", |
|
"num_cpus", |
|
"once_cell", |
|
"pin-project-lite 0.2.8", |
|
"pin-utils", |
|
"slab", |
|
"wasm-bindgen-futures", |
|
] |
|
|
|
[[package]] |
|
name = "async-task" |
|
version = "4.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "677d306121baf53310a3fd342d88dc0824f6bbeace68347593658525565abee8" |
|
|
|
[[package]] |
|
name = "async-trait" |
|
version = "0.1.52" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "atomic-waker" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a" |
|
|
|
[[package]] |
|
name = "atty" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
dependencies = [ |
|
"hermit-abi 0.1.19", |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
|
|
[[package]] |
|
name = "base-x" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b" |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" |
|
|
|
[[package]] |
|
name = "bastion" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fbc25fef0683a02d320d0b85a526b7c2ce63c2d2414a7dc3f108c933149fe0ee" |
|
dependencies = [ |
|
"anyhow", |
|
"async-mutex", |
|
"bastion-executor", |
|
"crossbeam-queue", |
|
"futures", |
|
"futures-timer", |
|
"fxhash", |
|
"lasso", |
|
"lazy_static", |
|
"lever", |
|
"lightproc", |
|
"log", |
|
"nuclei", |
|
"once_cell", |
|
"pin-utils", |
|
"serde", |
|
"serde_json", |
|
"thiserror", |
|
"tracing", |
|
"tracing-subscriber", |
|
"uuid", |
|
] |
|
|
|
[[package]] |
|
name = "bastion-executor" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a9aedba6b9347545cb5eb31c9b03e229b3852d4659da25d4ea02bcdb82b6bece" |
|
dependencies = [ |
|
"arrayvec 0.7.2", |
|
"bastion-utils", |
|
"crossbeam-channel", |
|
"crossbeam-epoch", |
|
"crossbeam-queue", |
|
"crossbeam-utils 0.8.7", |
|
"futures-timer", |
|
"lazy_static", |
|
"lever", |
|
"libc", |
|
"lightproc", |
|
"num_cpus", |
|
"once_cell", |
|
"pin-utils", |
|
"tokio", |
|
"tracing", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "bastion-utils" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "271e48689ed6b78f7275193b86537764739174d5856e20d25e63f731218af379" |
|
|
|
[[package]] |
|
name = "bincode" |
|
version = "1.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "bit-set" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de" |
|
dependencies = [ |
|
"bit-vec", |
|
] |
|
|
|
[[package]] |
|
name = "bit-vec" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" |
|
|
|
[[package]] |
|
name = "bit_field" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
[[package]] |
|
name = "blake3" |
|
version = "0.3.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3" |
|
dependencies = [ |
|
"arrayref", |
|
"arrayvec 0.5.2", |
|
"cc", |
|
"cfg-if 0.1.10", |
|
"constant_time_eq", |
|
"crypto-mac 0.8.0", |
|
"digest 0.9.0", |
|
] |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "blocking" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427" |
|
dependencies = [ |
|
"async-channel", |
|
"async-task", |
|
"atomic-waker", |
|
"fastrand", |
|
"futures-lite", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "bloomfilter" |
|
version = "1.0.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8129c0ab340c1b0caf6dbc587e814d04ba811e336dcf8fc268c04e047428ebb0" |
|
dependencies = [ |
|
"bit-vec", |
|
"getrandom 0.2.3", |
|
"siphasher", |
|
] |
|
|
|
[[package]] |
|
name = "bstr" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279" |
|
dependencies = [ |
|
"lazy_static", |
|
"memchr", |
|
"regex-automata", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "bstr" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5" |
|
dependencies = [ |
|
"memchr", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631" |
|
|
|
[[package]] |
|
name = "bytemuck" |
|
version = "1.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" |
|
|
|
[[package]] |
|
name = "cache-padded" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" |
|
|
|
[[package]] |
|
name = "cached" |
|
version = "0.44.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b195e4fbc4b6862bbd065b991a34750399c119797efff72492f28a5864de8700" |
|
dependencies = [ |
|
"async-trait", |
|
"cached_proc_macro", |
|
"cached_proc_macro_types", |
|
"futures", |
|
"hashbrown 0.13.2", |
|
"instant", |
|
"once_cell", |
|
"thiserror", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "cached_proc_macro" |
|
version = "0.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b48814962d2fd604c50d2b9433c2a41a0ab567779ee2c02f7fba6eca1221f082" |
|
dependencies = [ |
|
"cached_proc_macro_types", |
|
"darling", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "cached_proc_macro_types" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663" |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.79" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "cfg_aliases" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" |
|
dependencies = [ |
|
"android-tzdata", |
|
"iana-time-zone", |
|
"js-sys", |
|
"num-traits", |
|
"serde", |
|
"time 0.1.44", |
|
"wasm-bindgen", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "chrono-tz" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "58549f1842da3080ce63002102d5bc954c7bc843d4f47818e642abdc36253552" |
|
dependencies = [ |
|
"chrono", |
|
"chrono-tz-build", |
|
"phf", |
|
] |
|
|
|
[[package]] |
|
name = "chrono-tz-build" |
|
version = "0.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "db058d493fb2f65f41861bfed7e3fe6335264a9f0f92710cab5bdf01fef09069" |
|
dependencies = [ |
|
"parse-zoneinfo", |
|
"phf", |
|
"phf_codegen", |
|
] |
|
|
|
[[package]] |
|
name = "cipher" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "clap" |
|
version = "3.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d53da17d37dba964b9b3ecb5c5a1f193a2762c700e6829201e645b9381c99dc7" |
|
dependencies = [ |
|
"atty", |
|
"bitflags", |
|
"clap_lex", |
|
"indexmap", |
|
"strsim", |
|
"termcolor", |
|
"textwrap", |
|
] |
|
|
|
[[package]] |
|
name = "clap_lex" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613" |
|
dependencies = [ |
|
"os_str_bytes", |
|
] |
|
|
|
[[package]] |
|
name = "color_quant" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
|
|
|
[[package]] |
|
name = "concurrent-queue" |
|
version = "1.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3" |
|
dependencies = [ |
|
"cache-padded", |
|
] |
|
|
|
[[package]] |
|
name = "console" |
|
version = "0.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31" |
|
dependencies = [ |
|
"encode_unicode", |
|
"libc", |
|
"once_cell", |
|
"regex", |
|
"terminal_size", |
|
"unicode-width", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "console_error_panic_hook" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "const_fn" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935" |
|
|
|
[[package]] |
|
name = "constant_time_eq" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" |
|
|
|
[[package]] |
|
name = "cookie" |
|
version = "0.14.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951" |
|
dependencies = [ |
|
"aes-gcm", |
|
"base64 0.13.0", |
|
"hkdf", |
|
"hmac 0.10.1", |
|
"percent-encoding", |
|
"rand 0.8.5", |
|
"sha2 0.9.9", |
|
"time 0.2.27", |
|
"version_check", |
|
] |
|
|
|
[[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" |
|
|
|
[[package]] |
|
name = "cpufeatures" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "cpuid-bool" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba" |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.5.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"crossbeam-utils 0.8.7", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"crossbeam-epoch", |
|
"crossbeam-utils 0.8.7", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.9.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348" |
|
dependencies = [ |
|
"autocfg", |
|
"cfg-if 1.0.0", |
|
"crossbeam-utils 0.8.7", |
|
"memoffset", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-queue" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"crossbeam-utils 0.8.7", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
dependencies = [ |
|
"autocfg", |
|
"cfg-if 0.1.10", |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.8.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "crunchy" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" |
|
|
|
[[package]] |
|
name = "crypto-common" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
|
dependencies = [ |
|
"generic-array", |
|
"typenum", |
|
] |
|
|
|
[[package]] |
|
name = "crypto-mac" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" |
|
dependencies = [ |
|
"generic-array", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "crypto-mac" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a" |
|
dependencies = [ |
|
"generic-array", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "csv" |
|
version = "1.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" |
|
dependencies = [ |
|
"bstr 0.2.16", |
|
"csv-core", |
|
"itoa 0.4.7", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "csv-core" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "ctor" |
|
version = "0.1.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa" |
|
dependencies = [ |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "ctr" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f" |
|
dependencies = [ |
|
"cipher", |
|
] |
|
|
|
[[package]] |
|
name = "darling" |
|
version = "0.14.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" |
|
dependencies = [ |
|
"darling_core", |
|
"darling_macro", |
|
] |
|
|
|
[[package]] |
|
name = "darling_core" |
|
version = "0.14.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" |
|
dependencies = [ |
|
"fnv", |
|
"ident_case", |
|
"proc-macro2", |
|
"quote", |
|
"strsim", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "darling_macro" |
|
version = "0.14.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" |
|
dependencies = [ |
|
"darling_core", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "dashmap" |
|
version = "4.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"num_cpus", |
|
] |
|
|
|
[[package]] |
|
name = "deunicode" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.10.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
|
dependencies = [ |
|
"block-buffer 0.10.4", |
|
"crypto-common", |
|
] |
|
|
|
[[package]] |
|
name = "discard" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" |
|
|
|
[[package]] |
|
name = "dtoa" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5caaa75cbd2b960ff1e5392d2cfb1f44717fffe12fc1f32b7b5d1267f99732a6" |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" |
|
|
|
[[package]] |
|
name = "encode_unicode" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
|
|
|
[[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 = "encoding_rs" |
|
version = "0.8.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "env_logger" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" |
|
dependencies = [ |
|
"humantime", |
|
"is-terminal", |
|
"log", |
|
"regex", |
|
"termcolor", |
|
] |
|
|
|
[[package]] |
|
name = "errno" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" |
|
dependencies = [ |
|
"errno-dragonfly", |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "errno-dragonfly" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "event-listener" |
|
version = "2.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71" |
|
|
|
[[package]] |
|
name = "exr" |
|
version = "1.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d1e481eb11a482815d3e9d618db8c42a93207134662873809335a92327440c18" |
|
dependencies = [ |
|
"bit_field", |
|
"flume", |
|
"half", |
|
"lebe", |
|
"miniz_oxide", |
|
"rayon-core", |
|
"smallvec", |
|
"zune-inflate", |
|
] |
|
|
|
[[package]] |
|
name = "fastrand" |
|
version = "1.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" |
|
dependencies = [ |
|
"instant", |
|
] |
|
|
|
[[package]] |
|
name = "fdeflate" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" |
|
dependencies = [ |
|
"simd-adler32", |
|
] |
|
|
|
[[package]] |
|
name = "femme" |
|
version = "2.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2af1a24f391a5a94d756db5092c6576aad494b88a71a5a36b20c67b63e0df034" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"js-sys", |
|
"log", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "filetime" |
|
version = "0.2.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"redox_syscall", |
|
"windows-sys 0.42.0", |
|
] |
|
|
|
[[package]] |
|
name = "fixedbitset" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.0.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" |
|
dependencies = [ |
|
"crc32fast", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "flume" |
|
version = "0.10.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b279436a715a9de95dcd26b151db590a71961cc06e54918b24fe0dd5b7d3fc4" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-sink", |
|
"nanorand", |
|
"pin-project", |
|
"spin", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[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" |
|
|
|
[[package]] |
|
name = "form_urlencoded" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" |
|
dependencies = [ |
|
"matches", |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "futures" |
|
version = "0.3.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"futures-executor", |
|
"futures-io", |
|
"futures-sink", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-channel" |
|
version = "0.3.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-sink", |
|
] |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" |
|
|
|
[[package]] |
|
name = "futures-executor" |
|
version = "0.3.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-io" |
|
version = "0.3.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" |
|
|
|
[[package]] |
|
name = "futures-lite" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" |
|
dependencies = [ |
|
"fastrand", |
|
"futures-core", |
|
"futures-io", |
|
"memchr", |
|
"parking", |
|
"pin-project-lite 0.2.8", |
|
"waker-fn", |
|
] |
|
|
|
[[package]] |
|
name = "futures-macro" |
|
version = "0.3.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "futures-sink" |
|
version = "0.3.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" |
|
|
|
[[package]] |
|
name = "futures-task" |
|
version = "0.3.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" |
|
|
|
[[package]] |
|
name = "futures-timer" |
|
version = "3.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" |
|
|
|
[[package]] |
|
name = "futures-util" |
|
version = "0.3.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"futures-io", |
|
"futures-macro", |
|
"futures-sink", |
|
"futures-task", |
|
"memchr", |
|
"pin-project-lite 0.2.8", |
|
"pin-utils", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "fxhash" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
|
dependencies = [ |
|
"byteorder", |
|
] |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.14.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" |
|
dependencies = [ |
|
"typenum", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
] |
|
|
|
[[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", |
|
"js-sys", |
|
"libc", |
|
"wasi 0.10.0+wasi-snapshot-preview1", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "ghash" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375" |
|
dependencies = [ |
|
"opaque-debug", |
|
"polyval", |
|
] |
|
|
|
[[package]] |
|
name = "gif" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" |
|
dependencies = [ |
|
"color_quant", |
|
"weezl", |
|
] |
|
|
|
[[package]] |
|
name = "globset" |
|
version = "0.4.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" |
|
dependencies = [ |
|
"aho-corasick", |
|
"bstr 1.5.0", |
|
"fnv", |
|
"log", |
|
"regex", |
|
] |
|
|
|
[[package]] |
|
name = "globwalk" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" |
|
dependencies = [ |
|
"bitflags", |
|
"ignore", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "gloo-timers" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "h2" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"futures-core", |
|
"futures-sink", |
|
"futures-util", |
|
"http", |
|
"indexmap", |
|
"slab", |
|
"tokio", |
|
"tokio-util", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "half" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0" |
|
dependencies = [ |
|
"crunchy", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" |
|
dependencies = [ |
|
"ahash", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "hkdf" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f" |
|
dependencies = [ |
|
"digest 0.9.0", |
|
"hmac 0.10.1", |
|
] |
|
|
|
[[package]] |
|
name = "hmac" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840" |
|
dependencies = [ |
|
"crypto-mac 0.8.0", |
|
"digest 0.9.0", |
|
] |
|
|
|
[[package]] |
|
name = "hmac" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15" |
|
dependencies = [ |
|
"crypto-mac 0.10.1", |
|
"digest 0.9.0", |
|
] |
|
|
|
[[package]] |
|
name = "html-escape" |
|
version = "0.2.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" |
|
dependencies = [ |
|
"utf8-width", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"itoa 1.0.1", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
|
dependencies = [ |
|
"bytes", |
|
"http", |
|
"pin-project-lite 0.2.8", |
|
] |
|
|
|
[[package]] |
|
name = "http-client" |
|
version = "6.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea880b03c18a7e981d7fb3608b8904a98425d53c440758fcebf7d934aa56547c" |
|
dependencies = [ |
|
"async-trait", |
|
"cfg-if 1.0.0", |
|
"dashmap", |
|
"http-types", |
|
"log", |
|
] |
|
|
|
[[package]] |
|
name = "http-types" |
|
version = "2.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" |
|
dependencies = [ |
|
"anyhow", |
|
"async-channel", |
|
"async-std", |
|
"base64 0.13.0", |
|
"cookie", |
|
"futures-lite", |
|
"infer", |
|
"pin-project-lite 0.2.8", |
|
"rand 0.7.3", |
|
"serde", |
|
"serde_json", |
|
"serde_qs", |
|
"serde_urlencoded", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "httparse" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4" |
|
|
|
[[package]] |
|
name = "httpdate" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" |
|
|
|
[[package]] |
|
name = "humansize" |
|
version = "2.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
|
dependencies = [ |
|
"libm", |
|
] |
|
|
|
[[package]] |
|
name = "humantime" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "0.14.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" |
|
dependencies = [ |
|
"bytes", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-util", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"httparse", |
|
"httpdate", |
|
"itoa 1.0.1", |
|
"pin-project-lite 0.2.8", |
|
"socket2 0.4.4", |
|
"tokio", |
|
"tower-service", |
|
"tracing", |
|
"want", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-tls" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
|
dependencies = [ |
|
"bytes", |
|
"hyper", |
|
"native-tls", |
|
"tokio", |
|
"tokio-native-tls", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone" |
|
version = "0.1.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" |
|
dependencies = [ |
|
"android_system_properties", |
|
"core-foundation-sys", |
|
"iana-time-zone-haiku", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"windows", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone-haiku" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
|
dependencies = [ |
|
"cc", |
|
] |
|
|
|
[[package]] |
|
name = "ident_case" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "ignore" |
|
version = "0.4.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" |
|
dependencies = [ |
|
"globset", |
|
"lazy_static", |
|
"log", |
|
"memchr", |
|
"regex", |
|
"same-file", |
|
"thread_local", |
|
"walkdir", |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "image" |
|
version = "0.24.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711" |
|
dependencies = [ |
|
"bytemuck", |
|
"byteorder", |
|
"color_quant", |
|
"exr", |
|
"gif", |
|
"jpeg-decoder", |
|
"num-rational", |
|
"num-traits", |
|
"png", |
|
"qoi", |
|
"tiff", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "1.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
|
dependencies = [ |
|
"autocfg", |
|
"hashbrown 0.12.3", |
|
] |
|
|
|
[[package]] |
|
name = "indicatif" |
|
version = "0.17.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfddc9561e8baf264e0e45e197fd7696320026eb10a8180340debc27b18f535b" |
|
dependencies = [ |
|
"console", |
|
"number_prefix", |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "infer" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "io-lifetimes" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.42.0", |
|
] |
|
|
|
[[package]] |
|
name = "ipnet" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" |
|
|
|
[[package]] |
|
name = "is-terminal" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189" |
|
dependencies = [ |
|
"hermit-abi 0.2.6", |
|
"io-lifetimes", |
|
"rustix", |
|
"windows-sys 0.42.0", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.10.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "0.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" |
|
|
|
[[package]] |
|
name = "jpeg-decoder" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" |
|
dependencies = [ |
|
"rayon", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.53" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e4bf49d50e2961077d9c99f4b7997d770a1114f087c3c2e0069b36c13fc2979d" |
|
dependencies = [ |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "kv-log-macro" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" |
|
dependencies = [ |
|
"log", |
|
] |
|
|
|
[[package]] |
|
name = "lasso" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aeb7b21a526375c5ca55f1a6dfd4e1fad9fa4edd750f530252a718a44b2608f0" |
|
dependencies = [ |
|
"dashmap", |
|
"hashbrown 0.11.2", |
|
] |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
[[package]] |
|
name = "lebe" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" |
|
|
|
[[package]] |
|
name = "lever" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa15851cdc0a45152f28baa89af4c0719b9c1c69e422f71d5c37963da93c194b" |
|
dependencies = [ |
|
"anyhow", |
|
"crossbeam-epoch", |
|
"itertools 0.10.5", |
|
"lazy_static", |
|
"log", |
|
"parking_lot 0.11.2", |
|
"slice-group-by", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.139" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" |
|
|
|
[[package]] |
|
name = "libm" |
|
version = "0.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" |
|
|
|
[[package]] |
|
name = "lightproc" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ebf7c202c4da35d579058d845fad7b62d3aff5fcb10c5a57fc175ac632874de0" |
|
dependencies = [ |
|
"crossbeam-utils 0.7.2", |
|
"pin-utils", |
|
] |
|
|
|
[[package]] |
|
name = "linfa" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1cab423110bc374e4cfa915da88952e2c6a4a5a6300ac0a0e68022bff2ace0b3" |
|
dependencies = [ |
|
"approx", |
|
"ndarray", |
|
"num-traits", |
|
"rand 0.8.5", |
|
"sprs", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "linfa-linalg" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56e7562b41c8876d3367897067013bb2884cc78e6893f092ecd26b305176ac82" |
|
dependencies = [ |
|
"ndarray", |
|
"num-traits", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "linfa-logistic" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "63d9d683556ea0fa3d11035e3b67588ce71ff16a329ea0677241409628a0165b" |
|
dependencies = [ |
|
"argmin", |
|
"argmin-math", |
|
"linfa", |
|
"ndarray", |
|
"ndarray-stats", |
|
"num-traits", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "linfa-preprocessing" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9de00d503ab60e12428b77abeff006d1c4f1dba9d962bbd72bca591706c0a8ff" |
|
dependencies = [ |
|
"approx", |
|
"encoding", |
|
"linfa", |
|
"linfa-linalg", |
|
"ndarray", |
|
"ndarray-rand", |
|
"ndarray-stats", |
|
"regex", |
|
"sprs", |
|
"thiserror", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "linux-raw-sys" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b" |
|
dependencies = [ |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "loda-rust-cli" |
|
version = "2024.2.6" |
|
dependencies = [ |
|
"ahash", |
|
"alphanumeric-sort", |
|
"anyhow", |
|
"assert_float_eq", |
|
"bastion", |
|
"bit-set", |
|
"bloomfilter", |
|
"cached", |
|
"chrono", |
|
"clap", |
|
"console", |
|
"csv", |
|
"env_logger", |
|
"filetime", |
|
"hashbrown 0.11.2", |
|
"html-escape", |
|
"http-types", |
|
"image", |
|
"indicatif", |
|
"itertools 0.11.0", |
|
"lasso", |
|
"lazy_static", |
|
"linfa", |
|
"linfa-logistic", |
|
"linfa-preprocessing", |
|
"loda-rust-core", |
|
"log", |
|
"ndarray", |
|
"num-bigint", |
|
"num-integer", |
|
"num-traits", |
|
"num_cpus", |
|
"petgraph", |
|
"prometheus-client", |
|
"rand 0.8.5", |
|
"rayon", |
|
"regex", |
|
"reqwest", |
|
"serde", |
|
"serde_json", |
|
"simple-pagerank", |
|
"subprocess", |
|
"tempfile", |
|
"tera", |
|
"tide", |
|
"tokio", |
|
"toml", |
|
"unicode-width", |
|
"wait-timeout", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "loda-rust-core" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"anyhow", |
|
"cached", |
|
"lazy_static", |
|
"log", |
|
"num-bigint", |
|
"num-integer", |
|
"num-traits", |
|
"regex", |
|
"serde", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "loda-rust-web" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"console_error_panic_hook", |
|
"js-sys", |
|
"loda-rust-core", |
|
"log", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"value-bag", |
|
] |
|
|
|
[[package]] |
|
name = "matches" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" |
|
|
|
[[package]] |
|
name = "matrixmultiply" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77" |
|
dependencies = [ |
|
"autocfg", |
|
"rawpointer", |
|
] |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.6.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "mime" |
|
version = "0.3.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
|
dependencies = [ |
|
"adler", |
|
"simd-adler32", |
|
] |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799" |
|
dependencies = [ |
|
"libc", |
|
"log", |
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
"windows-sys 0.36.1", |
|
] |
|
|
|
[[package]] |
|
name = "nanorand" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "729eb334247daa1803e0a094d0a5c55711b85571179f5ec6e53eccfdf7008958" |
|
dependencies = [ |
|
"getrandom 0.2.3", |
|
] |
|
|
|
[[package]] |
|
name = "native-tls" |
|
version = "0.2.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" |
|
dependencies = [ |
|
"lazy_static", |
|
"libc", |
|
"log", |
|
"openssl", |
|
"openssl-probe", |
|
"openssl-sys", |
|
"schannel", |
|
"security-framework", |
|
"security-framework-sys", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "ndarray" |
|
version = "0.15.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" |
|
dependencies = [ |
|
"approx", |
|
"matrixmultiply", |
|
"num-complex", |
|
"num-integer", |
|
"num-traits", |
|
"rawpointer", |
|
] |
|
|
|
[[package]] |
|
name = "ndarray-rand" |
|
version = "0.14.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "65608f937acc725f5b164dcf40f4f0bc5d67dc268ab8a649d3002606718c4588" |
|
dependencies = [ |
|
"ndarray", |
|
"rand 0.8.5", |
|
"rand_distr", |
|
] |
|
|
|
[[package]] |
|
name = "ndarray-stats" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af5a8477ac96877b5bd1fd67e0c28736c12943aba24eda92b127e036b0c8f400" |
|
dependencies = [ |
|
"indexmap", |
|
"itertools 0.10.5", |
|
"ndarray", |
|
"noisy_float", |
|
"num-integer", |
|
"num-traits", |
|
"rand 0.8.5", |
|
] |
|
|
|
[[package]] |
|
name = "noisy_float" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "978fe6e6ebc0bf53de533cd456ca2d9de13de13856eda1518a285d7705a213af" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "nuclei" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72c3a307258c4f4b95032a559cffef7b968cc2213e64b8a3a4738a101d7c7eff" |
|
dependencies = [ |
|
"agnostik", |
|
"futures", |
|
"futures-io", |
|
"futures-util", |
|
"lever", |
|
"libc", |
|
"once_cell", |
|
"pin-utils", |
|
"socket2 0.3.19", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-complex" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[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-rational" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
|
dependencies = [ |
|
"autocfg", |
|
"libm", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" |
|
dependencies = [ |
|
"hermit-abi 0.1.19", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "number_prefix" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.18.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
|
|
|
[[package]] |
|
name = "opaque-debug" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
|
|
|
[[package]] |
|
name = "openssl" |
|
version = "0.10.42" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13" |
|
dependencies = [ |
|
"bitflags", |
|
"cfg-if 1.0.0", |
|
"foreign-types", |
|
"libc", |
|
"once_cell", |
|
"openssl-macros", |
|
"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 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-probe" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
|
|
|
[[package]] |
|
name = "openssl-sys" |
|
version = "0.9.77" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a" |
|
dependencies = [ |
|
"autocfg", |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "os_str_bytes" |
|
version = "6.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa" |
|
|
|
[[package]] |
|
name = "parking" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" |
|
|
|
[[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 0.8.5", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58" |
|
dependencies = [ |
|
"lock_api", |
|
"parking_lot_core 0.9.1", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"windows-sys 0.32.0", |
|
] |
|
|
|
[[package]] |
|
name = "parse-zoneinfo" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41" |
|
dependencies = [ |
|
"regex", |
|
] |
|
|
|
[[package]] |
|
name = "paste" |
|
version = "1.0.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" |
|
|
|
[[package]] |
|
name = "pest" |
|
version = "2.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9" |
|
dependencies = [ |
|
"thiserror", |
|
"ucd-trie", |
|
] |
|
|
|
[[package]] |
|
name = "pest_derive" |
|
version = "2.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b" |
|
dependencies = [ |
|
"pest", |
|
"pest_generator", |
|
] |
|
|
|
[[package]] |
|
name = "pest_generator" |
|
version = "2.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190" |
|
dependencies = [ |
|
"pest", |
|
"pest_meta", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "pest_meta" |
|
version = "2.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0" |
|
dependencies = [ |
|
"once_cell", |
|
"pest", |
|
"sha2 0.10.7", |
|
] |
|
|
|
[[package]] |
|
name = "petgraph" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" |
|
dependencies = [ |
|
"fixedbitset", |
|
"indexmap", |
|
] |
|
|
|
[[package]] |
|
name = "phf" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
|
dependencies = [ |
|
"phf_shared", |
|
] |
|
|
|
[[package]] |
|
name = "phf_codegen" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" |
|
dependencies = [ |
|
"phf_generator", |
|
"phf_shared", |
|
] |
|
|
|
[[package]] |
|
name = "phf_generator" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
|
dependencies = [ |
|
"phf_shared", |
|
"rand 0.8.5", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
|
dependencies = [ |
|
"siphasher", |
|
"uncased", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project" |
|
version = "1.0.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e" |
|
dependencies = [ |
|
"pin-project-internal", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-internal" |
|
version = "1.0.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" |
|
|
|
[[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.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" |
|
|
|
[[package]] |
|
name = "png" |
|
version = "0.17.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" |
|
dependencies = [ |
|
"bitflags", |
|
"crc32fast", |
|
"fdeflate", |
|
"flate2", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "polling" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"log", |
|
"wepoll-ffi", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "polyval" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd" |
|
dependencies = [ |
|
"cpuid-bool", |
|
"opaque-debug", |
|
"universal-hash", |
|
] |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" |
|
|
|
[[package]] |
|
name = "proc-macro-hack" |
|
version = "0.5.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "prometheus-client" |
|
version = "0.18.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c" |
|
dependencies = [ |
|
"dtoa", |
|
"itoa 1.0.1", |
|
"parking_lot 0.12.0", |
|
"prometheus-client-derive-text-encode", |
|
] |
|
|
|
[[package]] |
|
name = "prometheus-client-derive-text-encode" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "qoi" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" |
|
dependencies = [ |
|
"bytemuck", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
dependencies = [ |
|
"getrandom 0.1.16", |
|
"libc", |
|
"rand_chacha 0.2.2", |
|
"rand_core 0.5.1", |
|
"rand_hc", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
dependencies = [ |
|
"libc", |
|
"rand_chacha 0.3.1", |
|
"rand_core 0.6.3", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
|
dependencies = [ |
|
"ppv-lite86", |
|
"rand_core 0.5.1", |
|
] |
|
|
|
[[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 0.6.3", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
dependencies = [ |
|
"getrandom 0.1.16", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" |
|
dependencies = [ |
|
"getrandom 0.2.3", |
|
] |
|
|
|
[[package]] |
|
name = "rand_distr" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" |
|
dependencies = [ |
|
"num-traits", |
|
"rand 0.8.5", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
dependencies = [ |
|
"rand_core 0.5.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_xoshiro" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
|
dependencies = [ |
|
"rand_core 0.6.3", |
|
] |
|
|
|
[[package]] |
|
name = "rawpointer" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" |
|
|
|
[[package]] |
|
name = "rayon" |
|
version = "1.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" |
|
dependencies = [ |
|
"either", |
|
"rayon-core", |
|
] |
|
|
|
[[package]] |
|
name = "rayon-core" |
|
version = "1.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" |
|
dependencies = [ |
|
"crossbeam-channel", |
|
"crossbeam-deque", |
|
"crossbeam-utils 0.8.7", |
|
"num_cpus", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.2.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
|
|
|
[[package]] |
|
name = "remove_dir_all" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "reqwest" |
|
version = "0.11.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc" |
|
dependencies = [ |
|
"base64 0.13.0", |
|
"bytes", |
|
"encoding_rs", |
|
"futures-core", |
|
"futures-util", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"hyper", |
|
"hyper-tls", |
|
"ipnet", |
|
"js-sys", |
|
"log", |
|
"mime", |
|
"native-tls", |
|
"once_cell", |
|
"percent-encoding", |
|
"pin-project-lite 0.2.8", |
|
"serde", |
|
"serde_json", |
|
"serde_urlencoded", |
|
"tokio", |
|
"tokio-native-tls", |
|
"tower-service", |
|
"url", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"web-sys", |
|
"winreg", |
|
] |
|
|
|
[[package]] |
|
name = "route-recognizer" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56770675ebc04927ded3e60633437841581c285dc6236109ea25fbf3beb7b59e" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "rustix" |
|
version = "0.36.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588" |
|
dependencies = [ |
|
"bitflags", |
|
"errno", |
|
"io-lifetimes", |
|
"libc", |
|
"linux-raw-sys", |
|
"windows-sys 0.42.0", |
|
] |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
|
|
|
[[package]] |
|
name = "same-file" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "schannel" |
|
version = "0.1.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" |
|
dependencies = [ |
|
"lazy_static", |
|
"windows-sys 0.36.1", |
|
] |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
|
[[package]] |
|
name = "security-framework" |
|
version = "2.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" |
|
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", |
|
] |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
dependencies = [ |
|
"semver-parser", |
|
] |
|
|
|
[[package]] |
|
name = "semver-parser" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.156" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "314b5b092c0ade17c00142951e50ced110ec27cea304b1037c6969246c2469a4" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.156" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d7e29c4601e36bcec74a223228dce795f4cd3616341a4af93520ca1a837c087d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.81" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c" |
|
dependencies = [ |
|
"indexmap", |
|
"itoa 1.0.1", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_qs" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6" |
|
dependencies = [ |
|
"percent-encoding", |
|
"serde", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "serde_spanned" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_urlencoded" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"itoa 1.0.1", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "sha1" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770" |
|
dependencies = [ |
|
"sha1_smol", |
|
] |
|
|
|
[[package]] |
|
name = "sha1_smol" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.9.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" |
|
dependencies = [ |
|
"block-buffer 0.9.0", |
|
"cfg-if 1.0.0", |
|
"cpufeatures", |
|
"digest 0.9.0", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.10.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"cpufeatures", |
|
"digest 0.10.7", |
|
] |
|
|
|
[[package]] |
|
name = "sharded-slab" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" |
|
dependencies = [ |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook" |
|
version = "0.3.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d" |
|
dependencies = [ |
|
"libc", |
|
"signal-hook-registry", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook-registry" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "simd-adler32" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
|
|
|
[[package]] |
|
name = "simple-mutex" |
|
version = "1.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38aabbeafa6f6dead8cebf246fe9fae1f9215c8d29b3a69f93bd62a9e4a3dcd6" |
|
dependencies = [ |
|
"event-listener", |
|
] |
|
|
|
[[package]] |
|
name = "simple-pagerank" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "47d2b6d15dfae728ed12a9d722c0b494cf85d2ba27f6e93443c7b3e6a614870f" |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "0.3.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" |
|
|
|
[[package]] |
|
name = "slice-group-by" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f7474f0b646d228360ab62ed974744617bc869d959eac8403bfa3665931a7fb" |
|
|
|
[[package]] |
|
name = "slug" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
|
dependencies = [ |
|
"deunicode", |
|
] |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.3.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.9.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
|
dependencies = [ |
|
"lock_api", |
|
] |
|
|
|
[[package]] |
|
name = "sprs" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ea71e48b3eab4c4b153e8e35dcaeac132720809ef68359097b8cb54a18edd70" |
|
dependencies = [ |
|
"ndarray", |
|
"num-complex", |
|
"num-traits", |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "standback" |
|
version = "0.2.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff" |
|
dependencies = [ |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "stdweb" |
|
version = "0.4.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5" |
|
dependencies = [ |
|
"discard", |
|
"rustc_version", |
|
"stdweb-derive", |
|
"stdweb-internal-macros", |
|
"stdweb-internal-runtime", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "stdweb-derive" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"serde", |
|
"serde_derive", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "stdweb-internal-macros" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" |
|
dependencies = [ |
|
"base-x", |
|
"proc-macro2", |
|
"quote", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"sha1", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "stdweb-internal-runtime" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
|
|
|
[[package]] |
|
name = "subprocess" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "2.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" |
|
|
|
[[package]] |
|
name = "sval" |
|
version = "1.0.0-alpha.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08" |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.109" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "2.0.38" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "tera" |
|
version = "1.19.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a5ab29bb4f3e256ae6ad5c3e2775aa1f8829f2c0c101fc407bfd3a6df15c60c5" |
|
dependencies = [ |
|
"chrono", |
|
"chrono-tz", |
|
"globwalk", |
|
"humansize", |
|
"lazy_static", |
|
"percent-encoding", |
|
"pest", |
|
"pest_derive", |
|
"rand 0.8.5", |
|
"regex", |
|
"serde", |
|
"serde_json", |
|
"slug", |
|
"thread_local", |
|
"unic-segment", |
|
] |
|
|
|
[[package]] |
|
name = "termcolor" |
|
version = "1.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "terminal_size" |
|
version = "0.1.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "textwrap" |
|
version = "0.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "1.0.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" |
|
dependencies = [ |
|
"thiserror-impl", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.38", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "1.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" |
|
dependencies = [ |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "tide" |
|
version = "0.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c459573f0dd2cc734b539047f57489ea875af8ee950860ded20cf93a79a1dee0" |
|
dependencies = [ |
|
"async-h1", |
|
"async-session", |
|
"async-sse", |
|
"async-std", |
|
"async-trait", |
|
"femme", |
|
"futures-util", |
|
"http-client", |
|
"http-types", |
|
"kv-log-macro", |
|
"log", |
|
"pin-project-lite 0.2.8", |
|
"route-recognizer", |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "tiff" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211" |
|
dependencies = [ |
|
"flate2", |
|
"jpeg-decoder", |
|
"weezl", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.1.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
|
dependencies = [ |
|
"libc", |
|
"wasi 0.10.0+wasi-snapshot-preview1", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.2.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242" |
|
dependencies = [ |
|
"const_fn", |
|
"libc", |
|
"standback", |
|
"stdweb", |
|
"time-macros", |
|
"version_check", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "time-macros" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1" |
|
dependencies = [ |
|
"proc-macro-hack", |
|
"time-macros-impl", |
|
] |
|
|
|
[[package]] |
|
name = "time-macros-impl" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f" |
|
dependencies = [ |
|
"proc-macro-hack", |
|
"proc-macro2", |
|
"quote", |
|
"standback", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec" |
|
version = "1.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2" |
|
dependencies = [ |
|
"tinyvec_macros", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec_macros" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "1.19.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" |
|
dependencies = [ |
|
"bytes", |
|
"libc", |
|
"memchr", |
|
"mio", |
|
"num_cpus", |
|
"once_cell", |
|
"parking_lot 0.12.0", |
|
"pin-project-lite 0.2.8", |
|
"signal-hook-registry", |
|
"socket2 0.4.4", |
|
"tokio-macros", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-macros" |
|
version = "1.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-native-tls" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" |
|
dependencies = [ |
|
"native-tls", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-util" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" |
|
dependencies = [ |
|
"bytes", |
|
"futures-core", |
|
"futures-sink", |
|
"pin-project-lite 0.2.8", |
|
"tokio", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" |
|
dependencies = [ |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "toml_datetime" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "toml_edit" |
|
version = "0.19.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f" |
|
dependencies = [ |
|
"indexmap", |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "tower-service" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
|
|
|
[[package]] |
|
name = "tracing" |
|
version = "0.1.34" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"pin-project-lite 0.2.8", |
|
"tracing-attributes", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-attributes" |
|
version = "0.1.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-core" |
|
version = "0.1.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f" |
|
dependencies = [ |
|
"lazy_static", |
|
"valuable", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-log" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" |
|
dependencies = [ |
|
"lazy_static", |
|
"log", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-subscriber" |
|
version = "0.3.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596" |
|
dependencies = [ |
|
"ansi_term", |
|
"sharded-slab", |
|
"smallvec", |
|
"thread_local", |
|
"tracing-core", |
|
"tracing-log", |
|
] |
|
|
|
[[package]] |
|
name = "try-lock" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" |
|
|
|
[[package]] |
|
name = "ucd-trie" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" |
|
|
|
[[package]] |
|
name = "uncased" |
|
version = "0.9.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b9bc53168a4be7402ab86c3aad243a84dd7381d09be0eddc81280c1da95ca68" |
|
dependencies = [ |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "unic-char-property" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
|
dependencies = [ |
|
"unic-char-range", |
|
] |
|
|
|
[[package]] |
|
name = "unic-char-range" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
|
|
|
[[package]] |
|
name = "unic-common" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
|
|
|
[[package]] |
|
name = "unic-segment" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23" |
|
dependencies = [ |
|
"unic-ucd-segment", |
|
] |
|
|
|
[[package]] |
|
name = "unic-ucd-segment" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700" |
|
dependencies = [ |
|
"unic-char-property", |
|
"unic-char-range", |
|
"unic-ucd-version", |
|
] |
|
|
|
[[package]] |
|
name = "unic-ucd-version" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
|
dependencies = [ |
|
"unic-common", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-bidi" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c" |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" |
|
|
|
[[package]] |
|
name = "universal-hash" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" |
|
dependencies = [ |
|
"generic-array", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"idna", |
|
"matches", |
|
"percent-encoding", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "utf8-width" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" |
|
dependencies = [ |
|
"getrandom 0.2.3", |
|
] |
|
|
|
[[package]] |
|
name = "valuable" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
|
|
|
[[package]] |
|
name = "value-bag" |
|
version = "1.0.0-alpha.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" |
|
dependencies = [ |
|
"ctor", |
|
"sval", |
|
"version_check", |
|
] |
|
|
|
[[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" |
|
|
|
[[package]] |
|
name = "wait-timeout" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "waker-fn" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" |
|
|
|
[[package]] |
|
name = "walkdir" |
|
version = "2.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" |
|
dependencies = [ |
|
"same-file", |
|
"winapi", |
|
"winapi-util", |
|
] |
|
|
|
[[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" |
|
version = "0.9.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.10.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.11.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.76" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ce9b1b516211d33767048e5d47fa2a381ed8b76fc48d2ce4aa39877f9f183e0" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"serde", |
|
"serde_json", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.76" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cfe8dc78e2326ba5f845f4b5bf548401604fa20b1dd1d365fb73b6c1d6364041" |
|
dependencies = [ |
|
"bumpalo", |
|
"lazy_static", |
|
"log", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-futures" |
|
version = "0.4.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "95fded345a6559c2cfee778d562300c581f7d4ff3edb9b0d230d69800d213972" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.76" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "44468aa53335841d9d6b6c023eaab07c0cd4bddbcfdee3e2bb1e8d2cb8069fef" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.76" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0195807922713af1e67dc66132c7328206ed9766af3858164fb583eedc25fbad" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.76" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "acdb075a845574a1fa5f09fd77e43f7747599301ea3417a9fbffdeedfc1f4a29" |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.53" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "224b2f6b67919060055ef1a67807367c2066ed520c3862cc013d26cf893a783c" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "weezl" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" |
|
|
|
[[package]] |
|
name = "wepoll-ffi" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" |
|
dependencies = [ |
|
"cc", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[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 = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
[[package]] |
|
name = "windows" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
|
dependencies = [ |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.32.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6" |
|
dependencies = [ |
|
"windows_aarch64_msvc 0.32.0", |
|
"windows_i686_gnu 0.32.0", |
|
"windows_i686_msvc 0.32.0", |
|
"windows_x86_64_gnu 0.32.0", |
|
"windows_x86_64_msvc 0.32.0", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.36.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" |
|
dependencies = [ |
|
"windows_aarch64_msvc 0.36.1", |
|
"windows_i686_gnu 0.36.1", |
|
"windows_i686_msvc 0.36.1", |
|
"windows_x86_64_gnu 0.36.1", |
|
"windows_x86_64_msvc 0.36.1", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm 0.42.0", |
|
"windows_aarch64_msvc 0.42.0", |
|
"windows_i686_gnu 0.42.0", |
|
"windows_i686_msvc 0.42.0", |
|
"windows_x86_64_gnu 0.42.0", |
|
"windows_x86_64_gnullvm 0.42.0", |
|
"windows_x86_64_msvc 0.42.0", |
|
] |
|
|
|
[[package]] |
|
name = "windows-targets" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm 0.48.0", |
|
"windows_aarch64_msvc 0.48.0", |
|
"windows_i686_gnu 0.48.0", |
|
"windows_i686_msvc 0.48.0", |
|
"windows_x86_64_gnu 0.48.0", |
|
"windows_x86_64_gnullvm 0.48.0", |
|
"windows_x86_64_msvc 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.32.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.36.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.32.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615" |
|
|
|
[[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_gnu" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.32.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.36.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.32.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc" |
|
|
|
[[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_gnu" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.32.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.36.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
|
|
|
[[package]] |
|
name = "winnow" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "winreg" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "zune-inflate" |
|
version = "0.2.54" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" |
|
dependencies = [ |
|
"simd-adler32", |
|
] |
|
|