2021-02-20 20:02:34 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-19 00:12:22 +03:00
|
|
|
version = 3
|
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2022-03-01 09:50:15 +03:00
|
|
|
version = "0.17.0"
|
2021-04-29 00:02:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 09:50:15 +03:00
|
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
2021-04-29 00:02:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2021-03-23 21:11:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"generic-array 0.14.4",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
|
|
|
|
dependencies = [
|
|
|
|
"aes-soft",
|
|
|
|
"aesni",
|
2021-07-12 23:14:39 +03:00
|
|
|
"cipher 0.2.5",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"aes",
|
2021-07-12 23:14:39 +03:00
|
|
|
"cipher 0.2.5",
|
2021-06-11 08:12:04 +03:00
|
|
|
"ctr",
|
|
|
|
"ghash",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-soft"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"cipher 0.2.5",
|
|
|
|
"opaque-debug 0.3.0",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aesni"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"cipher 0.2.5",
|
|
|
|
"opaque-debug 0.3.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "796540673305a66d127804eef19ad696f1f204b8c1025aaca4958c17eab32877"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.2",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.2",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-01-25 19:49:50 +03:00
|
|
|
version = "0.7.18"
|
2021-02-20 20:02:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 19:49:50 +03:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2021-02-20 20:02:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5192ec435945d87bc2f70992b4d818154b5feede43c09fb7592146374eac90a6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-02-21 02:05:36 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-07-12 23:14:39 +03:00
|
|
|
version = "1.0.42"
|
2021-02-20 20:02:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-12 23:14:39 +03:00
|
|
|
checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"
|
2021-02-20 20:02:34 +03:00
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
2021-08-21 01:18:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"
|
|
|
|
|
2021-06-11 20:28:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ascii"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbf56136a5198c7b01a49e3afcbef6cf84597273d298f54432926024107b0109"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-attributes"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-22 03:11:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-broadcast"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90622698a1218e0b2fb846c97b5f19a0831f6baddee73d9454156365ccfa473b"
|
|
|
|
dependencies = [
|
|
|
|
"easy-parallel",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443ccbb270374a2b1055fc72da40e1f237809cd6bb0e97e66d264cd138473a6"
|
|
|
|
dependencies = [
|
|
|
|
"brotli",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite 0.2.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146"
|
|
|
|
dependencies = [
|
2021-04-02 20:02:09 +03:00
|
|
|
"async-task",
|
2021-02-20 20:02:34 +03:00
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
"vec-arena",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-fs"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b3ca4f8ff117c37c278a2f7415ce9be55560b846b5bc4412aaa5d29c1c3dae2"
|
|
|
|
dependencies = [
|
|
|
|
"async-lock",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-h1"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc5142de15b549749cce62923a50714b0d7b77f5090ced141599e78899865451"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-dup",
|
|
|
|
"async-std",
|
|
|
|
"byte-pool",
|
|
|
|
"futures-core",
|
|
|
|
"http-types",
|
|
|
|
"httparse",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"pin-project",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
|
|
|
version = "1.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"nb-connect",
|
|
|
|
"once_cell",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
|
|
|
"vec-arena",
|
|
|
|
"waker-fn",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2021-06-16 19:01:26 +03:00
|
|
|
version = "2.4.0"
|
2021-02-20 20:02:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-16 19:01:26 +03:00
|
|
|
checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
|
2021-02-20 20:02:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-mutex"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-net"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06de475c85affe184648202401d7622afb32f0f74e02192857d0201a16defbe5"
|
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
|
|
|
"blocking",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
2021-10-26 01:28:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-pipe"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "git+https://github.com/routerify/async-pipe-rs?rev=feeb77e83142a9ff837d0767652ae41bfc5d8e47#feeb77e83142a9ff837d0767652ae41bfc5d8e47"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-process"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef37b86e2fa961bae5a4d212708ea0154f904ce31d1a4a7f47e1bbc33a0c040b"
|
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
|
|
|
"blocking",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"event-listener",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
"signal-hook",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
2021-09-15 12:45:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-rustls"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f38092e8f467f47aadaff680903c7cbfeee7926b058d7f40af2dd4c878fbdee"
|
|
|
|
dependencies = [
|
|
|
|
"futures-lite",
|
|
|
|
"rustls 0.18.1",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-rustls"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c86f33abd5a4f3e2d6d9251a9e0c6a7e52eb1113caf893dae8429bf4a53f378"
|
|
|
|
dependencies = [
|
|
|
|
"futures-lite",
|
|
|
|
"rustls 0.19.1",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-02-22 20:43:16 +03:00
|
|
|
"sha2 0.9.5",
|
2021-07-12 23:14:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-sqlx-session"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b66fb8c6ffbf26cdba6705c36f086b6f02f0b4778b6a348134302a2a00730bc"
|
|
|
|
dependencies = [
|
|
|
|
"async-session",
|
|
|
|
"async-std",
|
|
|
|
"sqlx 0.4.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"async-attributes",
|
2021-06-11 08:12:04 +03:00
|
|
|
"async-channel",
|
|
|
|
"async-global-executor",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
2021-07-12 23:14:39 +03:00
|
|
|
"async-process",
|
2021-06-11 08:12:04 +03:00
|
|
|
"crossbeam-utils",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite",
|
|
|
|
"gloo-timers",
|
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
2021-07-12 23:14:39 +03:00
|
|
|
"pin-project-lite 0.2.4",
|
2021-06-11 08:12:04 +03:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
|
|
|
version = "4.0.3"
|
2021-04-02 20:02:09 +03:00
|
|
|
source = "git+https://github.com/zed-industries/async-task?rev=341b57d6de98cdfd7b418567b8de2022ca993a6e#341b57d6de98cdfd7b418567b8de2022ca993a6e"
|
2021-02-21 02:05:36 +03:00
|
|
|
|
2021-07-07 20:55:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-tls"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f23d769dbf1838d5df5156e7b1ad404f4c463d1ac2c6aeb6cd943630f8a8400"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2021-07-12 23:14:39 +03:00
|
|
|
"rustls 0.19.1",
|
2021-07-07 20:55:26 +03:00
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.50"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-07-07 19:23:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-tungstenite"
|
2022-01-04 02:20:40 +03:00
|
|
|
version = "0.16.1"
|
2021-07-07 19:23:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 02:20:40 +03:00
|
|
|
checksum = "5682ea0913e5c20780fe5785abacb85a411e7437bf52a1bedb93ddb3972cb8dd"
|
2021-07-07 19:23:18 +03:00
|
|
|
dependencies = [
|
2021-07-07 20:55:26 +03:00
|
|
|
"async-tls",
|
2021-07-07 19:23:18 +03:00
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
2021-07-12 23:14:39 +03:00
|
|
|
"pin-project-lite 0.2.4",
|
2021-07-07 19:23:18 +03:00
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atoi"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "616896e05fc0e2649463a93a15183c6a16bf03413a7af88ef1285ddedfa9cda5"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"num-traits",
|
2021-07-12 23:14:39 +03:00
|
|
|
]
|
|
|
|
|
2021-04-13 23:51:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281"
|
|
|
|
dependencies = [
|
2021-04-29 00:02:02 +03:00
|
|
|
"autocfg 1.0.1",
|
2021-04-13 23:51:49 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-02-21 02:05:36 +03:00
|
|
|
]
|
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2022-03-01 09:50:15 +03:00
|
|
|
version = "0.3.64"
|
2021-04-29 00:02:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 09:50:15 +03:00
|
|
|
checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"
|
2021-04-29 00:02:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
2022-03-01 09:50:15 +03:00
|
|
|
"cc",
|
2021-04-29 00:02:02 +03:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide 0.4.4",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[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"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0d27fb6b6f1e43147af148af49d49329413ba781aa0d5e10979831c210173b5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-07-12 23:14:39 +03:00
|
|
|
]
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2021-06-25 03:02:53 +03:00
|
|
|
version = "0.58.1"
|
2021-02-21 02:05:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 03:02:53 +03:00
|
|
|
checksum = "0f8523b410d7187a43085e7e064416ea32ded16bd0a4e6fc025e21616d01258f"
|
2021-02-21 02:05:36 +03:00
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-02-21 02:05:36 +03:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
2021-07-12 23:14:39 +03:00
|
|
|
"clap 2.33.3",
|
2021-02-21 02:05:36 +03:00
|
|
|
"env_logger",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2021-06-09 22:15:25 +03:00
|
|
|
"which 3.1.1",
|
2021-02-21 02:05:36 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "0.19.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2021-08-21 01:18:39 +03:00
|
|
|
"arrayvec 0.5.2",
|
2021-07-12 23:14:39 +03:00
|
|
|
"cc",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crypto-mac 0.8.0",
|
|
|
|
"digest 0.9.0",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding",
|
|
|
|
"byte-tools",
|
|
|
|
"byteorder",
|
|
|
|
"generic-array 0.12.4",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"generic-array 0.14.4",
|
|
|
|
]
|
|
|
|
|
2022-02-22 20:43:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.4",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
|
|
dependencies = [
|
|
|
|
"byte-tools",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
2021-04-02 20:02:09 +03:00
|
|
|
"async-task",
|
2021-02-20 20:02:34 +03:00
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f29919120f08613aadcd4383764e00526fc9f18b6c0895814faeed0dd78613e"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1052e1c3b8d4d80eb84a8b94f0a1498797b5fb96314c001156a1c761940ef4ec"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2021-03-18 22:13:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "build_const"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byte-pool"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8c7230ddbb427b1094d477d821a99f3f54d36333178eeb806e279bcdcecf0ca"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-queue",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bed57e2090563b83ba8f83366628ce535a7584c9afa4c9fc0612a03925c6df58"
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|
|
|
|
2021-06-09 22:15:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-07-12 23:14:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"
|
|
|
|
dependencies = [
|
|
|
|
"cargo-platform",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"semver-parser 0.10.2",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-07-12 23:14:39 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.67"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
2021-09-22 21:58:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2021-02-20 20:02:34 +03:00
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"nom 5.1.2",
|
2021-02-21 02:05:36 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[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"
|
|
|
|
|
2021-10-05 15:23:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chat_panel"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"client",
|
|
|
|
"editor",
|
|
|
|
"gpui",
|
|
|
|
"postage",
|
|
|
|
"theme",
|
2022-02-25 21:39:44 +03:00
|
|
|
"time 0.3.7",
|
2021-10-05 15:23:45 +03:00
|
|
|
"util",
|
|
|
|
"workspace",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"num-integer",
|
2021-11-23 20:25:22 +03:00
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2021-06-11 08:12:04 +03:00
|
|
|
"time 0.1.44",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
2021-06-11 20:28:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chunked_transfer"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"generic-array 0.14.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.4",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f54d78e30b388d4815220c8dd03fea5656b6c6d32adb59e89061552a102f8da1"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"glob",
|
2021-02-21 02:05:36 +03:00
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.33.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-04-29 00:02:02 +03:00
|
|
|
"strsim 0.8.0",
|
2021-07-12 23:14:39 +03:00
|
|
|
"textwrap 0.11.0",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "3.0.0-beta.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bd1061998a501ee7d4b6d449020df3266ca3124b941ec56cf2005c3779ca142"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-07-12 23:14:39 +03:00
|
|
|
"clap_derive",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"os_str_bytes",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"termcolor",
|
|
|
|
"textwrap 0.12.1",
|
2021-02-21 02:05:36 +03:00
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
|
|
|
version = "3.0.0-beta.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "370f715b81112975b1b69db93e0b56ea4cd4e5002ac43b2da8474106a54096a1"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-10-05 03:14:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "client"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-recursion",
|
|
|
|
"async-tungstenite",
|
2021-10-05 03:30:11 +03:00
|
|
|
"futures",
|
2021-10-05 03:14:21 +03:00
|
|
|
"gpui",
|
2021-11-23 20:25:22 +03:00
|
|
|
"image",
|
2021-10-05 03:14:21 +03:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"parking_lot",
|
|
|
|
"postage",
|
|
|
|
"rand 0.8.3",
|
|
|
|
"rpc",
|
|
|
|
"smol",
|
2021-10-05 03:30:11 +03:00
|
|
|
"sum_tree",
|
2021-10-05 03:14:21 +03:00
|
|
|
"surf",
|
|
|
|
"thiserror",
|
2022-02-25 21:39:44 +03:00
|
|
|
"time 0.3.7",
|
2021-10-05 03:14:21 +03:00
|
|
|
"tiny_http",
|
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
2021-10-04 15:34:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clock"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-10-04 22:28:00 +03:00
|
|
|
"rpc",
|
2021-10-04 15:34:02 +03:00
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "coarsetime"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2918e2ffa91a49dabbba4965fe38a37a1ba0b6953a29e32cc250a8d59cd42232"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
|
|
|
version = "0.24.0"
|
2021-05-07 19:53:07 +03:00
|
|
|
source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
|
2021-02-20 20:02:34 +03:00
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-02-20 20:02:34 +03:00
|
|
|
"block",
|
|
|
|
"cocoa-foundation",
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
2021-03-20 18:38:36 +03:00
|
|
|
"foreign-types",
|
2021-02-20 20:02:34 +03:00
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cocoa-foundation"
|
|
|
|
version = "0.1.0"
|
2021-05-07 19:53:07 +03:00
|
|
|
source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
|
2021-02-20 20:02:34 +03:00
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-02-20 20:02:34 +03:00
|
|
|
"block",
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics-types",
|
2021-03-20 18:38:36 +03:00
|
|
|
"foreign-types",
|
2021-02-20 20:02:34 +03:00
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2021-11-30 02:22:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "collections"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"seahash",
|
|
|
|
]
|
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "comrak"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b423acba50d5016684beaf643f9991e622633a4c858be6885653071c2da2b0c6"
|
|
|
|
dependencies = [
|
|
|
|
"clap 2.33.3",
|
|
|
|
"entities",
|
|
|
|
"lazy_static",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"regex",
|
|
|
|
"shell-words",
|
|
|
|
"twoway",
|
|
|
|
"typed-arena",
|
|
|
|
"unicode_categories",
|
|
|
|
"xdg",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
|
|
|
dependencies = [
|
|
|
|
"cache-padded",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44c32f031ea41b4291d695026c023b95d59db2d8a2c7640800ed56bc8f510f22"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f92cfa0fd5690b3cf8c1ef2cabbd9b7ef22fa53cf5e1f92b05103f6d5d1cf6e7"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2021-11-26 21:13:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "contacts_panel"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"client",
|
|
|
|
"gpui",
|
|
|
|
"postage",
|
|
|
|
"theme",
|
|
|
|
"workspace",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[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",
|
2021-07-12 23:14:39 +03:00
|
|
|
"hmac 0.10.1",
|
2021-06-11 08:12:04 +03:00
|
|
|
"percent-encoding",
|
|
|
|
"rand 0.8.3",
|
2022-02-22 20:43:16 +03:00
|
|
|
"sha2 0.9.5",
|
2022-02-25 21:39:44 +03:00
|
|
|
"time 0.2.27",
|
2021-06-11 08:12:04 +03:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.1"
|
2021-05-07 19:53:07 +03:00
|
|
|
source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
|
2021-02-20 20:02:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.2"
|
2021-05-07 19:53:07 +03:00
|
|
|
source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
|
2021-02-20 20:02:34 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
|
|
|
version = "0.22.2"
|
2021-05-07 19:53:07 +03:00
|
|
|
source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
|
2021-02-20 20:02:34 +03:00
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-02-20 20:02:34 +03:00
|
|
|
"core-foundation",
|
|
|
|
"core-graphics-types",
|
2021-03-20 18:38:36 +03:00
|
|
|
"foreign-types",
|
2021-02-20 20:02:34 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics-types"
|
|
|
|
version = "0.1.1"
|
2021-05-07 19:53:07 +03:00
|
|
|
source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
|
2021-02-20 20:02:34 +03:00
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-02-20 20:02:34 +03:00
|
|
|
"core-foundation",
|
2021-03-20 18:38:36 +03:00
|
|
|
"foreign-types",
|
2021-02-20 20:02:34 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-text"
|
|
|
|
version = "19.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
2021-03-20 18:38:36 +03:00
|
|
|
"foreign-types",
|
2021-02-20 20:02:34 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-22 20:43:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpuid-bool"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
|
|
|
|
dependencies = [
|
|
|
|
"build_const",
|
|
|
|
]
|
|
|
|
|
2021-03-23 21:11:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2021-03-18 22:13:31 +03:00
|
|
|
[[package]]
|
2021-03-19 02:54:35 +03:00
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.0"
|
2021-03-18 22:13:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 02:54:35 +03:00
|
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
2021-03-18 22:13:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-04-22 04:11:52 +03:00
|
|
|
"crossbeam-utils",
|
2021-03-18 22:13:31 +03:00
|
|
|
]
|
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d60ab4a8dba064f2fbb5aa270c28da5cf4bbd0e72dae1140a6b0353a779dbe00"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"loom",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-04-13 23:51:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f6cb3c7f5b8e51bc3ebb73a2327ad4abdbd119dc13223f14f961d2f38486756"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-04-22 04:11:52 +03:00
|
|
|
"crossbeam-utils",
|
2021-03-18 22:13:31 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bae8f328835f8f5a6ceb6a7842a7f2d0c03692adb5c889347235d59194731fe3"
|
|
|
|
dependencies = [
|
2021-04-29 00:02:02 +03:00
|
|
|
"autocfg 1.0.1",
|
2021-02-20 20:02:34 +03:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
|
|
|
"loom",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b32a398eb1ccfbe7e4f452bc749c44d38dd732e9a253f19da224c416f00ee7f4"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.4",
|
|
|
|
"rand_core 0.6.2",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-02-22 20:43:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.4",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.4",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"generic-array 0.14.4",
|
2021-06-11 08:12:04 +03:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.4",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ct-codecs"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df"
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2021-04-20 07:01:54 +03:00
|
|
|
version = "0.1.20"
|
2021-02-21 02:05:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-20 07:01:54 +03:00
|
|
|
checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
|
2021-02-21 02:05:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"cipher 0.2.5",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
2022-01-13 10:52:42 +03:00
|
|
|
version = "0.4.42"
|
2021-06-11 08:12:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 10:52:42 +03:00
|
|
|
checksum = "7de97b894edd5b5bcceef8b78d7da9b75b1d2f2f9a910569d0bde3dd31d84939"
|
2021-06-11 08:12:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"curl-sys",
|
|
|
|
"libc",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"socket2 0.4.0",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2022-01-13 10:52:42 +03:00
|
|
|
version = "0.4.52+curl-7.81.0"
|
2021-06-11 08:12:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 10:52:42 +03:00
|
|
|
checksum = "14b8c2d1023ea5fded5b7b892e4b8e95f70038a421126a056761a84246a28971"
|
2021-06-11 08:12:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libnghttp2-sys",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = "data-encoding"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "data-url"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d33fe99ccedd6e84bc035f1931bb2e6be79739d6242bd895e7311c886c50dc9c"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
]
|
|
|
|
|
2021-03-23 21:11:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49f215f706081a44cb702c71c39a52c05da637822e9c1645a50b7202689e982d"
|
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
]
|
|
|
|
|
2022-03-01 09:50:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dhat"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47003dc9f6368a88e85956c3b2573a7e6872746a3e5d762a8885da3a136a0381"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"lazy_static",
|
|
|
|
"parking_lot",
|
|
|
|
"rustc-hash",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thousands",
|
|
|
|
]
|
|
|
|
|
2021-12-13 18:46:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "diagnostics"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-12-14 04:44:20 +03:00
|
|
|
"anyhow",
|
2021-12-22 03:39:23 +03:00
|
|
|
"client",
|
2021-12-14 04:44:20 +03:00
|
|
|
"collections",
|
2021-12-13 18:46:35 +03:00
|
|
|
"editor",
|
|
|
|
"gpui",
|
2021-12-14 04:44:20 +03:00
|
|
|
"language",
|
2021-12-13 18:46:35 +03:00
|
|
|
"postage",
|
|
|
|
"project",
|
2021-12-22 03:39:23 +03:00
|
|
|
"serde_json",
|
2022-01-12 04:23:11 +03:00
|
|
|
"theme",
|
2021-12-17 05:09:12 +03:00
|
|
|
"unindent",
|
2021-12-22 03:39:23 +03:00
|
|
|
"util",
|
2021-12-13 18:46:35 +03:00
|
|
|
"workspace",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.12.4",
|
|
|
|
]
|
|
|
|
|
2021-06-08 23:07:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"generic-array 0.14.4",
|
2021-06-08 23:07:06 +03:00
|
|
|
]
|
|
|
|
|
2022-02-22 20:43:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.10.2",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "3.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
2021-12-18 18:12:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2021-12-18 18:12:59 +03:00
|
|
|
version = "0.3.6"
|
2021-02-20 20:02:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-18 18:12:59 +03:00
|
|
|
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
|
2021-02-20 20:02:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-12-18 18:12:59 +03:00
|
|
|
"redox_users",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-03-10 07:00:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-12-18 18:12:59 +03:00
|
|
|
"redox_users",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dotenv"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dwrote"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-03-10 07:00:51 +03:00
|
|
|
"wio",
|
|
|
|
]
|
|
|
|
|
2021-03-18 22:13:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "easy-parallel"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1dd4afd79212583ff429b913ad6605242ed7eec277e950b1438f300748f948f4"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ecdsa"
|
|
|
|
version = "0.12.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05cb0ed2d2ce37766ac86c05f66973ace8c51f7f1533bedce8fb79e2b54b3f14"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"elliptic-curve",
|
|
|
|
"hmac 0.11.0",
|
|
|
|
"signature",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ed25519-compact"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aaf396058cc7285b342f9a10ed7a377f088942396c46c4c9a7eb4f0782cb1171"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.2",
|
|
|
|
]
|
|
|
|
|
2021-10-05 01:06:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "editor"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-11-25 17:44:06 +03:00
|
|
|
"aho-corasick",
|
2021-10-05 01:06:12 +03:00
|
|
|
"anyhow",
|
|
|
|
"clock",
|
2021-12-11 03:37:53 +03:00
|
|
|
"collections",
|
2021-11-12 19:01:57 +03:00
|
|
|
"ctor",
|
|
|
|
"env_logger",
|
2022-02-01 17:11:20 +03:00
|
|
|
"fuzzy",
|
2021-10-05 01:06:12 +03:00
|
|
|
"gpui",
|
2021-12-11 23:42:46 +03:00
|
|
|
"itertools",
|
2021-10-20 23:51:40 +03:00
|
|
|
"language",
|
2021-10-05 01:06:12 +03:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2022-02-01 03:50:51 +03:00
|
|
|
"lsp",
|
2022-02-01 17:11:20 +03:00
|
|
|
"ordered-float",
|
2021-10-05 01:06:12 +03:00
|
|
|
"parking_lot",
|
|
|
|
"postage",
|
2021-11-24 17:18:15 +03:00
|
|
|
"project",
|
2021-10-05 01:06:12 +03:00
|
|
|
"rand 0.8.3",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-10-05 01:06:12 +03:00
|
|
|
"smallvec",
|
|
|
|
"smol",
|
2022-02-02 02:35:02 +03:00
|
|
|
"snippet",
|
2021-10-05 01:06:12 +03:00
|
|
|
"sum_tree",
|
2021-11-30 22:26:12 +03:00
|
|
|
"text",
|
2021-10-05 20:21:13 +03:00
|
|
|
"theme",
|
2021-10-05 01:06:12 +03:00
|
|
|
"tree-sitter",
|
|
|
|
"tree-sitter-rust",
|
|
|
|
"unindent",
|
|
|
|
"util",
|
2021-11-24 19:07:16 +03:00
|
|
|
"workspace",
|
2021-10-05 01:06:12 +03:00
|
|
|
]
|
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "elliptic-curve"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83e5c176479da93a0983f0a6fdc3c1b8e7d5be0d7fe3fe05a99f15b96582b9a8"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-bigint",
|
|
|
|
"ff",
|
|
|
|
"generic-array 0.14.4",
|
|
|
|
"group",
|
|
|
|
"pkcs8",
|
|
|
|
"rand_core 0.6.2",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "entities"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "envy"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-04-29 00:02:02 +03:00
|
|
|
]
|
|
|
|
|
2021-03-23 17:15:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "etagere"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "520d7de540904fd09b11c03a47d50a7ce4ff37d1aa763f454fa60d9088ef8356"
|
|
|
|
dependencies = [
|
|
|
|
"euclid",
|
|
|
|
"svg_fmt",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "euclid"
|
|
|
|
version = "0.22.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51e5bac4ec41ece6346fd867815a57a221abdf48f4eb931b033789b5b4b6fc70"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"num-traits",
|
2021-03-23 17:15:41 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "expat-sys"
|
|
|
|
version = "2.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
|
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[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",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-07-12 23:14:39 +03:00
|
|
|
"serde_derive",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde_json",
|
2021-07-12 23:14:39 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ff"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63eec06c61e487eecf0f7e6e6372e596a81922c28d33e645d6983ca6493a1af0"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.6.2",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-10-05 15:30:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "file_finder"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"editor",
|
|
|
|
"fuzzy",
|
|
|
|
"gpui",
|
|
|
|
"postage",
|
|
|
|
"project",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde_json",
|
2021-10-05 15:30:56 +03:00
|
|
|
"theme",
|
|
|
|
"util",
|
|
|
|
"workspace",
|
|
|
|
]
|
|
|
|
|
2021-06-09 22:15:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide 0.4.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75224bec9bfe1a65e2d34132933f2de7fe79900c96a0174307554244ece8150e"
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "float-ord"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bebadab126f8120d410b677ed95eee4ba6eb7c6dd8e34a5ec88a08050e26132"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"spinning_top",
|
|
|
|
]
|
|
|
|
|
2021-03-18 22:13:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "font-kit"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "git+https://github.com/zed-industries/font-kit?rev=8eaf7a918eafa28b0a37dc759e2e0e7683fa24f1#8eaf7a918eafa28b0a37dc759e2e0e7683fa24f1"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-03-10 07:00:51 +03:00
|
|
|
"byteorder",
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
|
|
|
"core-text",
|
|
|
|
"dirs-next",
|
|
|
|
"dwrote",
|
|
|
|
"float-ord",
|
|
|
|
"freetype",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"pathfinder_geometry",
|
|
|
|
"pathfinder_simd",
|
|
|
|
"servo-fontconfig",
|
|
|
|
"walkdir",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-03-10 07:00:51 +03:00
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fontdb"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "428948a0f39fb83fe55991d4423e35a793cdbb0322ebe23853f6024124a330d7"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"memmap2 0.1.0",
|
|
|
|
"ttf-parser 0.9.0",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
2021-03-20 18:38:36 +03:00
|
|
|
"foreign-types-shared",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2021-06-08 04:15:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "freetype"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
|
|
|
|
dependencies = [
|
|
|
|
"freetype-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "freetype-sys"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
|
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-04-16 02:29:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent"
|
|
|
|
version = "2.0.2"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-04-16 02:29:55 +03:00
|
|
|
"fsevent-sys",
|
2021-04-21 01:55:29 +03:00
|
|
|
"parking_lot",
|
2021-04-16 02:29:55 +03:00
|
|
|
"tempdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a29c77f1ca394c3e73a9a5d24cfcabb734682d9634fc398f2204a63c994120"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-03-19 00:52:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
|
|
|
|
|
2021-04-13 23:51:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
version = "0.3.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
2021-06-14 20:59:46 +03:00
|
|
|
"futures-executor",
|
2021-04-13 23:51:49 +03:00
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-04-02 22:53:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2021-04-13 23:51:49 +03:00
|
|
|
"futures-sink",
|
2021-04-02 22:53:06 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-02-22 03:11:40 +03:00
|
|
|
version = "0.3.21"
|
2021-02-20 20:02:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 03:11:40 +03:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2021-02-20 20:02:34 +03:00
|
|
|
|
2021-06-14 20:59:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
|
|
|
version = "0.3.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-06-09 22:15:25 +03:00
|
|
|
version = "1.12.0"
|
2021-02-20 20:02:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-09 22:15:25 +03:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2021-02-20 20:02:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
2021-07-12 23:14:39 +03:00
|
|
|
"pin-project-lite 0.2.4",
|
2021-02-20 20:02:34 +03:00
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
|
|
|
version = "0.3.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-04-13 23:51:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
|
|
|
version = "0.3.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
|
|
|
version = "0.3.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
|
|
|
|
dependencies = [
|
2021-06-14 20:59:46 +03:00
|
|
|
"futures-channel",
|
2021-04-13 23:51:49 +03:00
|
|
|
"futures-core",
|
2021-06-11 08:12:04 +03:00
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
2021-04-13 23:51:49 +03:00
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
2021-06-11 08:12:04 +03:00
|
|
|
"memchr",
|
2021-07-12 23:14:39 +03:00
|
|
|
"pin-project-lite 0.2.4",
|
2021-04-13 23:51:49 +03:00
|
|
|
"pin-utils",
|
2021-06-11 08:12:04 +03:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
|
|
|
"slab",
|
2021-04-13 23:51:49 +03:00
|
|
|
]
|
|
|
|
|
2021-10-02 02:08:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fuzzy"
|
|
|
|
version = "0.1.0"
|
2021-10-05 02:45:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"gpui",
|
|
|
|
"util",
|
|
|
|
]
|
2021-10-02 02:08:19 +03:00
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generator"
|
|
|
|
version = "0.6.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rustc_version",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-06-08 23:07:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-07-12 23:14:39 +03:00
|
|
|
"js-sys",
|
2021-03-10 07:00:51 +03:00
|
|
|
"libc",
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2021-07-12 23:14:39 +03:00
|
|
|
"wasm-bindgen",
|
2021-03-10 07:00:51 +03:00
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"opaque-debug 0.3.0",
|
2021-06-11 08:12:04 +03:00
|
|
|
"polyval",
|
|
|
|
]
|
|
|
|
|
2021-09-14 17:48:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a668f699973d0f573d15749b7002a9ac9e1f9c6b220e7b165601334c173d8de"
|
|
|
|
dependencies = [
|
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2022-03-01 09:50:15 +03:00
|
|
|
version = "0.26.1"
|
2021-04-29 00:02:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 09:50:15 +03:00
|
|
|
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
|
2021-04-29 00:02:02 +03:00
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2021-03-18 22:13:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2022-02-18 16:55:11 +03:00
|
|
|
version = "0.4.8"
|
2021-04-22 04:11:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 16:55:11 +03:00
|
|
|
checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
|
2021-03-18 22:13:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-11-24 20:45:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "go_to_line"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"editor",
|
|
|
|
"gpui",
|
|
|
|
"postage",
|
2021-11-30 22:26:12 +03:00
|
|
|
"text",
|
2021-11-24 20:45:36 +03:00
|
|
|
"workspace",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gpui"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-04-02 20:02:09 +03:00
|
|
|
"async-task",
|
2021-07-13 13:31:36 +03:00
|
|
|
"backtrace",
|
2021-02-21 02:05:36 +03:00
|
|
|
"bindgen",
|
2021-04-14 17:30:03 +03:00
|
|
|
"block",
|
2021-03-10 05:32:51 +03:00
|
|
|
"cc",
|
2021-02-20 20:02:34 +03:00
|
|
|
"cocoa",
|
2022-01-24 20:45:14 +03:00
|
|
|
"collections",
|
2021-02-20 20:02:34 +03:00
|
|
|
"core-foundation",
|
2021-03-10 07:00:51 +03:00
|
|
|
"core-graphics",
|
2021-02-20 20:02:34 +03:00
|
|
|
"core-text",
|
2021-02-21 02:05:36 +03:00
|
|
|
"ctor",
|
2022-03-01 09:50:15 +03:00
|
|
|
"dhat",
|
2021-04-20 18:34:14 +03:00
|
|
|
"env_logger",
|
2021-03-23 17:15:41 +03:00
|
|
|
"etagere",
|
2021-03-10 07:00:51 +03:00
|
|
|
"font-kit",
|
2021-03-20 18:38:36 +03:00
|
|
|
"foreign-types",
|
2021-11-01 21:56:49 +03:00
|
|
|
"futures",
|
2021-05-12 18:05:03 +03:00
|
|
|
"gpui_macros",
|
2021-11-23 20:25:22 +03:00
|
|
|
"image",
|
2021-08-25 11:43:54 +03:00
|
|
|
"lazy_static",
|
2021-02-20 20:02:34 +03:00
|
|
|
"log",
|
|
|
|
"metal",
|
2021-02-21 02:05:36 +03:00
|
|
|
"num_cpus",
|
2021-02-20 20:02:34 +03:00
|
|
|
"objc",
|
2021-03-10 07:00:51 +03:00
|
|
|
"ordered-float",
|
2021-07-20 21:22:02 +03:00
|
|
|
"parking",
|
2021-03-10 07:00:51 +03:00
|
|
|
"parking_lot",
|
2021-02-20 20:02:34 +03:00
|
|
|
"pathfinder_color",
|
|
|
|
"pathfinder_geometry",
|
2021-11-23 20:25:22 +03:00
|
|
|
"png",
|
2021-04-20 07:01:54 +03:00
|
|
|
"postage",
|
2021-03-19 00:52:46 +03:00
|
|
|
"rand 0.8.3",
|
2021-04-06 14:44:38 +03:00
|
|
|
"resvg",
|
2021-04-13 20:03:56 +03:00
|
|
|
"seahash",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-04-02 21:42:01 +03:00
|
|
|
"simplelog",
|
2021-03-18 22:13:31 +03:00
|
|
|
"smallvec",
|
2021-02-20 20:02:34 +03:00
|
|
|
"smol",
|
2021-10-02 00:55:21 +03:00
|
|
|
"sum_tree",
|
2022-02-25 21:39:44 +03:00
|
|
|
"time 0.3.7",
|
2021-04-06 14:44:38 +03:00
|
|
|
"tiny-skia",
|
2021-05-21 02:22:00 +03:00
|
|
|
"tree-sitter",
|
2021-04-06 14:44:38 +03:00
|
|
|
"usvg",
|
2021-07-20 21:22:02 +03:00
|
|
|
"waker-fn",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
2021-05-12 18:05:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gpui_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-07-08 03:18:39 +03:00
|
|
|
"proc-macro2",
|
2021-05-12 18:05:03 +03:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "group"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c363a5301b8f153d80747126a04b3c82073b9fe3130571a9d170cacdeaf7912"
|
|
|
|
dependencies = [
|
|
|
|
"ff",
|
|
|
|
"rand_core 0.6.2",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
|
|
|
version = "3.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"quick-error",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-07-12 23:14:39 +03:00
|
|
|
]
|
|
|
|
|
2021-04-08 06:54:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
2021-07-12 23:14:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"ahash 0.4.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.7.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d99cf782f0dc4372d26846bec3de7804ceb5df083c2d4462c0b8d2330e894fa8"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.9.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.11.2",
|
|
|
|
]
|
2021-04-08 06:54:05 +03:00
|
|
|
|
2021-06-09 22:15:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-12 23:14:39 +03:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
|
|
[[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"
|
2021-06-09 22:15:25 +03:00
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"crypto-mac 0.10.0",
|
|
|
|
"digest 0.9.0",
|
2021-06-09 22:15:25 +03:00
|
|
|
]
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
2021-07-12 23:14:39 +03:00
|
|
|
name = "hmac"
|
|
|
|
version = "0.11.0"
|
2021-02-21 02:05:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-12 23:14:39 +03:00
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
2021-02-21 02:05:36 +03:00
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"crypto-mac 0.11.0",
|
|
|
|
"digest 0.9.0",
|
2021-02-21 02:05:36 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-07-12 23:14:39 +03:00
|
|
|
name = "hmac-sha256"
|
|
|
|
version = "0.1.7"
|
2021-02-21 02:05:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-12 23:14:39 +03:00
|
|
|
checksum = "bcdc571e566521512579aab40bf807c5066e1765fb36857f16ed7595c13567c6"
|
2021-06-11 08:12:04 +03:00
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"digest 0.9.0",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
2021-02-21 02:05:36 +03:00
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
2021-07-12 23:14:39 +03:00
|
|
|
name = "hmac-sha512"
|
|
|
|
version = "0.1.9"
|
2021-04-29 00:02:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-12 23:14:39 +03:00
|
|
|
checksum = "77e806677ce663d0a199541030c816847b36e8dc095f70dae4a4f4ad63da5383"
|
2021-04-29 00:02:02 +03:00
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"digest 0.9.0",
|
2021-04-29 00:02:02 +03:00
|
|
|
]
|
|
|
|
|
2021-06-08 04:15:11 +03:00
|
|
|
[[package]]
|
2021-06-11 08:12:04 +03:00
|
|
|
name = "http"
|
|
|
|
version = "0.2.4"
|
2021-06-08 04:15:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-11 08:12:04 +03:00
|
|
|
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
|
2021-06-08 04:15:11 +03:00
|
|
|
dependencies = [
|
2021-06-11 08:12:04 +03:00
|
|
|
"bytes 1.0.1",
|
|
|
|
"fnv",
|
2021-11-23 20:25:22 +03:00
|
|
|
"itoa",
|
2021-06-08 04:15:11 +03:00
|
|
|
]
|
|
|
|
|
2021-03-18 22:13:31 +03:00
|
|
|
[[package]]
|
2021-06-11 08:12:04 +03:00
|
|
|
name = "http-auth-basic"
|
|
|
|
version = "0.1.3"
|
2021-04-22 04:11:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-11 08:12:04 +03:00
|
|
|
checksum = "df69b6a68474b935f436fb9c84139f32de4f7759810090d1a3a5e592553f7ee0"
|
2021-03-18 22:13:31 +03:00
|
|
|
dependencies = [
|
2021-06-11 08:12:04 +03:00
|
|
|
"base64 0.12.3",
|
2021-03-18 22:13:31 +03:00
|
|
|
]
|
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
2021-06-11 08:12:04 +03:00
|
|
|
name = "http-client"
|
|
|
|
version = "6.4.1"
|
2021-04-29 00:02:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-11 08:12:04 +03:00
|
|
|
checksum = "ce318d86a47d18d1db645c979214f809a6cd625202ad334ef75ca813b30dac80"
|
2021-04-29 00:02:02 +03:00
|
|
|
dependencies = [
|
2021-06-11 08:12:04 +03:00
|
|
|
"async-std",
|
|
|
|
"async-trait",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dashmap",
|
|
|
|
"http-types",
|
|
|
|
"isahc",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-types"
|
|
|
|
version = "2.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad077d89137cd3debdce53c66714dc536525ef43fe075d41ddc0a8ac11f85957"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-channel",
|
|
|
|
"async-std",
|
|
|
|
"base64 0.13.0",
|
|
|
|
"cookie",
|
|
|
|
"futures-lite",
|
|
|
|
"infer",
|
2021-07-12 23:14:39 +03:00
|
|
|
"pin-project-lite 0.2.4",
|
2021-06-11 08:12:04 +03:00
|
|
|
"rand 0.7.3",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-06-11 08:12:04 +03:00
|
|
|
"serde_qs",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-07-07 19:23:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
|
|
|
[[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.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-09-14 17:48:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
|
|
|
version = "0.23.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
2021-11-23 20:25:22 +03:00
|
|
|
"gif",
|
2021-09-14 17:48:44 +03:00
|
|
|
"jpeg-decoder",
|
|
|
|
"num-iter",
|
2021-11-23 20:25:22 +03:00
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
2021-09-14 17:48:44 +03:00
|
|
|
"scoped_threadpool",
|
|
|
|
"tiff",
|
|
|
|
]
|
|
|
|
|
2021-04-08 06:54:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "1.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
|
|
|
|
dependencies = [
|
2021-04-29 00:02:02 +03:00
|
|
|
"autocfg 1.0.1",
|
2021-07-12 23:14:39 +03:00
|
|
|
"hashbrown 0.9.1",
|
2021-04-08 06:54:05 +03:00
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "infer"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "isahc"
|
|
|
|
version = "0.9.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2948a0ce43e2c2ef11d7edf6816508998d99e13badd1150be0914205df9388a"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"curl",
|
|
|
|
"curl-sys",
|
|
|
|
"flume",
|
|
|
|
"futures-lite",
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"slab",
|
|
|
|
"sluice",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
"url",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2021-06-09 22:15:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-03-19 00:52:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
|
|
|
|
2021-09-22 21:58:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-12-18 18:12:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "journal"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"dirs 4.0.0",
|
2021-12-18 20:38:54 +03:00
|
|
|
"editor",
|
2021-12-18 18:12:59 +03:00
|
|
|
"gpui",
|
|
|
|
"log",
|
|
|
|
"util",
|
|
|
|
"workspace",
|
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
|
2021-04-29 00:02:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.51"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jwt-simple"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b5630483dc02fd2274f6d1ec91209811f1a3bc442da4d76a31872d6a02cf9e9"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"coarsetime",
|
|
|
|
"ct-codecs",
|
|
|
|
"ed25519-compact",
|
|
|
|
"hmac-sha256",
|
|
|
|
"hmac-sha512",
|
|
|
|
"k256",
|
|
|
|
"p256",
|
|
|
|
"rand 0.8.3",
|
|
|
|
"rsa",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-07-12 23:14:39 +03:00
|
|
|
"thiserror",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "k256"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3a26a4a8e8b0ab315c687767b543c923c9667a1f2bf42a42818d1453891c7c1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
2022-02-22 20:43:16 +03:00
|
|
|
"sha2 0.9.5",
|
2021-07-12 23:14:39 +03:00
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kurbo"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e30b1df631d23875f230ed3ddd1a88c231f269a04b2044eb6ca87e763b5f4c42"
|
|
|
|
dependencies = [
|
2021-08-21 01:18:39 +03:00
|
|
|
"arrayvec 0.5.2",
|
2021-04-06 14:44:38 +03:00
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kv-log-macro"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-10-20 23:51:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "language"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-02-22 03:11:40 +03:00
|
|
|
"async-broadcast",
|
2021-12-23 20:35:50 +03:00
|
|
|
"async-trait",
|
2022-02-22 00:54:52 +03:00
|
|
|
"client",
|
2021-10-20 23:51:40 +03:00
|
|
|
"clock",
|
2021-12-06 14:10:25 +03:00
|
|
|
"collections",
|
2021-12-06 18:08:17 +03:00
|
|
|
"ctor",
|
|
|
|
"env_logger",
|
2021-10-21 14:08:11 +03:00
|
|
|
"futures",
|
2022-01-13 17:10:50 +03:00
|
|
|
"fuzzy",
|
2021-10-20 23:51:40 +03:00
|
|
|
"gpui",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2021-10-26 20:42:40 +03:00
|
|
|
"lsp",
|
2021-10-20 23:51:40 +03:00
|
|
|
"parking_lot",
|
2021-10-26 20:42:40 +03:00
|
|
|
"postage",
|
2021-10-20 23:51:40 +03:00
|
|
|
"rand 0.8.3",
|
|
|
|
"rpc",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2022-02-02 18:22:38 +03:00
|
|
|
"serde_json",
|
2021-10-20 23:51:40 +03:00
|
|
|
"similar",
|
2021-12-06 14:10:25 +03:00
|
|
|
"smallvec",
|
2021-10-20 23:51:40 +03:00
|
|
|
"smol",
|
2021-12-04 16:57:56 +03:00
|
|
|
"sum_tree",
|
2021-11-30 22:26:12 +03:00
|
|
|
"text",
|
2021-10-20 23:51:40 +03:00
|
|
|
"theme",
|
|
|
|
"tree-sitter",
|
|
|
|
"tree-sitter-rust",
|
|
|
|
"unindent",
|
2021-10-21 14:08:11 +03:00
|
|
|
"util",
|
2021-10-20 23:51:40 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2021-06-08 23:07:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"spin",
|
|
|
|
]
|
2021-02-20 20:02:34 +03:00
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
|
|
|
dependencies = [
|
2021-08-21 01:18:39 +03:00
|
|
|
"arrayvec 0.5.2",
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-07-12 23:14:39 +03:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-02-22 20:43:16 +03:00
|
|
|
version = "0.2.119"
|
2021-02-20 20:02:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:43:16 +03:00
|
|
|
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
|
2021-02-20 20:02:34 +03:00
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-02-21 02:05:36 +03:00
|
|
|
]
|
|
|
|
|
2021-06-08 23:07:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libnghttp2-sys"
|
|
|
|
version = "0.1.6+1.43.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0af55541a8827e138d59ec9e5877fb6095ece63fb6f4da45e7491b4fbd262855"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2021-09-02 17:05:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lipsum"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42ee7271c76a89032dcc7e595c0a739a9c5514eab483deb0e82981fe2098c56a"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.8.3",
|
|
|
|
"rand_chacha 0.3.0",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-03-01 09:50:15 +03:00
|
|
|
version = "0.4.6"
|
2021-03-10 07:00:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 09:50:15 +03:00
|
|
|
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
|
2021-03-10 07:00:51 +03:00
|
|
|
dependencies = [
|
2021-04-20 23:51:24 +03:00
|
|
|
"scopeguard",
|
2021-03-10 07:00:51 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-06-11 08:12:04 +03:00
|
|
|
"value-bag",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
2021-09-15 13:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log-panics"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae0136257df209261daa18d6c16394757c63e032e27aafd8b07788b051082bef"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "loom"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"generator",
|
|
|
|
"scoped-tls",
|
|
|
|
]
|
|
|
|
|
2021-10-21 17:26:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lsp"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-10-26 01:28:40 +03:00
|
|
|
"async-pipe",
|
2022-02-12 03:37:50 +03:00
|
|
|
"ctor",
|
|
|
|
"env_logger",
|
2021-10-21 17:26:37 +03:00
|
|
|
"futures",
|
|
|
|
"gpui",
|
2021-10-25 19:11:52 +03:00
|
|
|
"log",
|
2021-10-21 17:26:37 +03:00
|
|
|
"lsp-types",
|
|
|
|
"parking_lot",
|
2021-10-25 13:29:28 +03:00
|
|
|
"postage",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-10-21 17:26:37 +03:00
|
|
|
"smol",
|
2021-10-25 19:11:52 +03:00
|
|
|
"unindent",
|
2021-10-21 17:26:37 +03:00
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lsp-types"
|
|
|
|
version = "0.91.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be7801b458592d0998af808d97f6a85a6057af3aaf2a2a5c3c677702bbeb4ed7"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-10-21 17:26:37 +03:00
|
|
|
"serde_repr",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug 0.3.0",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-01-25 19:49:50 +03:00
|
|
|
version = "2.4.1"
|
2021-02-20 20:02:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 19:49:50 +03:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2021-02-20 20:02:34 +03:00
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "397d1a6d6d0563c0f5462bbdae662cf6c784edf5e828e40c7257f85d82bf56dd"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.1",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "metal"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4598d719460ade24c7d91f335daf055bf2a7eec030728ce751814c50cdd6a26c"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-02-20 20:02:34 +03:00
|
|
|
"block",
|
|
|
|
"cocoa-foundation",
|
2021-03-20 18:38:36 +03:00
|
|
|
"foreign-types",
|
2021-02-20 20:02:34 +03:00
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2021-03-23 21:11:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
2021-04-29 00:02:02 +03:00
|
|
|
"autocfg 1.0.1",
|
|
|
|
]
|
|
|
|
|
2021-06-09 22:15:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nb-connect"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-06-11 08:12:04 +03:00
|
|
|
"socket2 0.3.19",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-01-25 19:49:50 +03:00
|
|
|
version = "6.1.2"
|
2021-07-12 23:14:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 19:49:50 +03:00
|
|
|
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
|
2021-07-12 23:14:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"funty",
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-06-08 23:07:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.1",
|
|
|
|
"num-integer",
|
2021-11-23 20:25:22 +03:00
|
|
|
"num-traits",
|
2021-06-08 23:07:06 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 0.1.7",
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
2021-11-23 20:25:22 +03:00
|
|
|
"num-traits",
|
2021-06-08 23:07:06 +03:00
|
|
|
"rand 0.8.3",
|
|
|
|
"smallvec",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
2021-04-29 00:02:02 +03:00
|
|
|
"autocfg 1.0.1",
|
2021-11-23 20:25:22 +03:00
|
|
|
"num-traits",
|
2021-04-29 00:02:02 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.1",
|
|
|
|
"num-integer",
|
2021-11-23 20:25:22 +03:00
|
|
|
"num-traits",
|
2021-04-29 00:02:02 +03:00
|
|
|
]
|
|
|
|
|
2021-09-14 17:48:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.1",
|
|
|
|
"num-integer",
|
2021-11-23 20:25:22 +03:00
|
|
|
"num-traits",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
2021-04-29 00:02:02 +03:00
|
|
|
"autocfg 1.0.1",
|
2021-06-08 23:07:06 +03:00
|
|
|
"libm",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-25 21:39:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "oauth2"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80e47cfc4c0a1a519d9a025ebfbac3a2439d1b5cdf397d72dcb79b11d9920dab"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
"chrono",
|
|
|
|
"getrandom 0.2.2",
|
|
|
|
"http",
|
|
|
|
"rand 0.8.3",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-07-12 23:14:39 +03:00
|
|
|
"serde_path_to_error",
|
2022-02-22 20:43:16 +03:00
|
|
|
"sha2 0.9.5",
|
2021-07-12 23:14:39 +03:00
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oauth2-surf"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8a041fdfcfb6aac56f08d021befc1493bde6e6699fef2364e74f0d9adedd27b"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"http",
|
|
|
|
"oauth2",
|
|
|
|
"surf",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
|
|
|
"objc_exception",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_exception"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2022-03-01 09:50:15 +03:00
|
|
|
version = "0.27.1"
|
2021-04-29 00:02:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 09:50:15 +03:00
|
|
|
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2021-04-29 00:02:02 +03:00
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2021-07-07 19:49:38 +03:00
|
|
|
version = "0.9.65"
|
2021-06-11 08:12:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-07 19:49:38 +03:00
|
|
|
checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
|
2021-06-11 08:12:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.1",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
|
|
|
version = "2.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "766f840da25490628d8e63e529cd21c014f6600c6b8517add12a6fa6167a6218"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"num-traits",
|
2021-03-10 07:00:51 +03:00
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85"
|
|
|
|
|
2022-01-13 05:17:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "outline"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"editor",
|
2022-01-13 17:10:50 +03:00
|
|
|
"fuzzy",
|
2022-01-13 05:17:19 +03:00
|
|
|
"gpui",
|
2022-01-13 14:01:11 +03:00
|
|
|
"language",
|
2022-01-13 18:44:06 +03:00
|
|
|
"ordered-float",
|
2022-01-13 05:17:19 +03:00
|
|
|
"postage",
|
2022-01-14 01:04:25 +03:00
|
|
|
"smol",
|
2022-01-13 05:17:19 +03:00
|
|
|
"text",
|
|
|
|
"workspace",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "p256"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d053368e1bae4c8a672953397bd1bd7183dde1c72b0b7612a15719173148d186"
|
|
|
|
dependencies = [
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
2022-02-22 20:43:16 +03:00
|
|
|
"sha2 0.9.5",
|
2021-07-12 23:14:39 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-03-01 09:50:15 +03:00
|
|
|
version = "0.11.2"
|
2021-03-10 07:00:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 09:50:15 +03:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-03-10 07:00:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-03-01 09:50:15 +03:00
|
|
|
version = "0.8.5"
|
2021-03-10 07:00:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 09:50:15 +03:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2021-03-10 07:00:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
2021-12-18 18:12:59 +03:00
|
|
|
"redox_syscall",
|
2021-03-10 07:00:51 +03:00
|
|
|
"smallvec",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-03-10 07:00:51 +03:00
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"rand_core 0.6.2",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pathfinder_color"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
|
|
|
|
dependencies = [
|
|
|
|
"pathfinder_simd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pathfinder_geometry"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pathfinder_simd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pathfinder_simd"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b451513912d6b3440e443aa75a73ab22203afedc4a90df8526d008c0f86f7cb3"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-mac 0.11.0",
|
|
|
|
]
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2021-06-08 23:07:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
|
|
|
|
dependencies = [
|
2021-06-11 08:12:04 +03:00
|
|
|
"base64 0.13.0",
|
2021-06-08 23:07:06 +03:00
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2021-06-08 04:15:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
|
|
|
|
dependencies = [
|
|
|
|
"maplit",
|
|
|
|
"pest",
|
|
|
|
"sha-1 0.8.2",
|
|
|
|
]
|
|
|
|
|
2021-06-09 22:15:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pico-args"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d70072c20945e1ab871c472a285fc772aefd4f5407723c206242f2c6f94595d6"
|
|
|
|
|
2021-04-13 23:51:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a490329918e856ed1b083f244e3bfe2d8c4f336407e4ea9e1a9f479ff09049e5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
|
|
|
|
|
2021-04-02 22:53:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09d156817ae0125e8aa5067710b0db24f0984830614f99875a70aa5e3b74db69"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
|
|
|
|
2021-03-23 21:11:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
|
|
|
version = "0.16.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-03-23 21:11:56 +03:00
|
|
|
"crc32fast",
|
2021-11-23 20:25:22 +03:00
|
|
|
"deflate",
|
2021-04-06 14:44:38 +03:00
|
|
|
"miniz_oxide 0.3.7",
|
2021-03-23 21:11:56 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wepoll-sys",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
2021-04-13 23:51:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pollster"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6cce106fd2646acbe31a0e4006f75779d535c26a44f153ada196e9edcfc6d944"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
|
|
|
|
dependencies = [
|
|
|
|
"cpuid-bool",
|
2021-07-12 23:14:39 +03:00
|
|
|
"opaque-debug 0.3.0",
|
2021-06-11 08:12:04 +03:00
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
2021-04-13 23:51:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "postage"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a63d25391d04a097954b76aba742b6b5b74f213dfe3dbaeeb36e8ddc1c657f0b"
|
|
|
|
dependencies = [
|
|
|
|
"atomic",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"futures",
|
|
|
|
"log",
|
|
|
|
"pin-project",
|
|
|
|
"pollster",
|
|
|
|
"static_assertions",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-10-05 02:45:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "project"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-02-24 14:33:28 +03:00
|
|
|
"aho-corasick",
|
2021-10-05 02:45:05 +03:00
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2021-10-05 03:14:21 +03:00
|
|
|
"client",
|
2021-10-05 02:45:05 +03:00
|
|
|
"clock",
|
2021-12-14 03:35:32 +03:00
|
|
|
"collections",
|
2021-10-05 02:45:05 +03:00
|
|
|
"fsevent",
|
|
|
|
"futures",
|
|
|
|
"fuzzy",
|
|
|
|
"gpui",
|
|
|
|
"ignore",
|
2021-10-20 23:51:40 +03:00
|
|
|
"language",
|
2021-10-05 02:45:05 +03:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2021-10-21 17:26:37 +03:00
|
|
|
"lsp",
|
2021-10-05 02:45:05 +03:00
|
|
|
"parking_lot",
|
|
|
|
"postage",
|
|
|
|
"rand 0.8.3",
|
2022-02-24 14:33:28 +03:00
|
|
|
"regex",
|
2021-10-05 02:45:05 +03:00
|
|
|
"rpc",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-02-22 20:43:16 +03:00
|
|
|
"sha2 0.10.2",
|
2021-10-05 02:45:05 +03:00
|
|
|
"smol",
|
|
|
|
"sum_tree",
|
|
|
|
"tempdir",
|
2021-11-30 22:26:12 +03:00
|
|
|
"text",
|
2021-11-23 20:25:22 +03:00
|
|
|
"toml",
|
2021-10-26 07:42:30 +03:00
|
|
|
"unindent",
|
2021-10-05 02:45:05 +03:00
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
2021-10-05 15:19:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "project_panel"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"gpui",
|
|
|
|
"postage",
|
|
|
|
"project",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde_json",
|
2021-10-05 15:19:57 +03:00
|
|
|
"theme",
|
2022-01-07 19:38:37 +03:00
|
|
|
"util",
|
2021-10-05 15:19:57 +03:00
|
|
|
"workspace",
|
|
|
|
]
|
|
|
|
|
2022-02-22 10:42:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "project_symbols"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-02-22 18:26:01 +03:00
|
|
|
"anyhow",
|
2022-02-22 10:42:12 +03:00
|
|
|
"editor",
|
|
|
|
"fuzzy",
|
|
|
|
"gpui",
|
2022-02-22 12:54:25 +03:00
|
|
|
"ordered-float",
|
2022-02-22 10:42:12 +03:00
|
|
|
"postage",
|
|
|
|
"project",
|
2022-02-22 12:54:25 +03:00
|
|
|
"smol",
|
2022-02-22 10:42:12 +03:00
|
|
|
"text",
|
2022-02-22 12:54:25 +03:00
|
|
|
"util",
|
2022-02-22 10:42:12 +03:00
|
|
|
"workspace",
|
|
|
|
]
|
|
|
|
|
2021-06-09 22:15:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2021-10-01 01:36:40 +03:00
|
|
|
version = "0.8.0"
|
2021-06-09 22:15:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 01:36:40 +03:00
|
|
|
checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
|
2021-06-09 22:15:25 +03:00
|
|
|
dependencies = [
|
2021-06-11 08:12:04 +03:00
|
|
|
"bytes 1.0.1",
|
2021-10-01 01:36:40 +03:00
|
|
|
"prost-derive",
|
2021-06-09 22:15:25 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2021-10-01 01:36:40 +03:00
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"
|
2021-06-09 22:15:25 +03:00
|
|
|
dependencies = [
|
2021-06-11 08:12:04 +03:00
|
|
|
"bytes 1.0.1",
|
2021-06-09 22:15:25 +03:00
|
|
|
"heck",
|
2021-10-01 01:36:40 +03:00
|
|
|
"itertools",
|
2021-06-09 22:15:25 +03:00
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"petgraph",
|
2021-10-01 01:36:40 +03:00
|
|
|
"prost",
|
2021-06-09 22:15:25 +03:00
|
|
|
"prost-types",
|
|
|
|
"tempfile",
|
|
|
|
"which 4.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2021-10-01 01:36:40 +03:00
|
|
|
version = "0.8.0"
|
2021-06-09 22:15:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 01:36:40 +03:00
|
|
|
checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
|
2021-06-09 22:15:25 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-10-01 01:36:40 +03:00
|
|
|
"itertools",
|
2021-06-09 22:15:25 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2021-10-01 01:36:40 +03:00
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
|
2021-06-09 22:15:25 +03:00
|
|
|
dependencies = [
|
2021-06-11 08:12:04 +03:00
|
|
|
"bytes 1.0.1",
|
2021-10-01 01:36:40 +03:00
|
|
|
"prost",
|
2021-06-09 22:15:25 +03:00
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
|
|
|
|
|
2021-03-19 00:52:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
|
|
dependencies = [
|
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
"rdrand",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-03-19 00:52:46 +03:00
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[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 0.2.0",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-04-29 00:02:02 +03:00
|
|
|
"rand_chacha 0.3.0",
|
2021-03-19 00:52:46 +03:00
|
|
|
"rand_core 0.6.2",
|
2021-04-29 00:02:02 +03:00
|
|
|
"rand_hc 0.3.0",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-03-19 00:52:46 +03:00
|
|
|
"rand_core 0.6.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.4.2",
|
2021-03-10 07:00:51 +03:00
|
|
|
]
|
|
|
|
|
2021-03-19 00:52:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.2",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
|
|
|
dependencies = [
|
2021-03-19 00:52:46 +03:00
|
|
|
"rand_core 0.6.2",
|
|
|
|
]
|
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.0.1",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rctree"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8"
|
|
|
|
|
2021-03-19 00:52:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1",
|
2021-03-10 07:00:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-03-01 09:50:15 +03:00
|
|
|
version = "0.2.10"
|
2021-03-10 07:00:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 09:50:15 +03:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-03-10 07:00:51 +03:00
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-03-10 07:00:51 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.2",
|
2021-12-18 18:12:59 +03:00
|
|
|
"redox_syscall",
|
2021-03-10 07:00:51 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-01-25 19:49:50 +03:00
|
|
|
version = "1.5.4"
|
2021-02-20 20:02:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 19:49:50 +03:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2021-02-20 20:02:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-01-25 19:49:50 +03:00
|
|
|
version = "0.6.25"
|
2021-02-20 20:02:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 19:49:50 +03:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2021-02-20 20:02:34 +03:00
|
|
|
|
2021-03-19 00:52:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-03-19 00:52:46 +03:00
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "resvg"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac9efbe9c239253e11e518352c5f015ec0c69e73658eed153670e853e1b78e40"
|
|
|
|
dependencies = [
|
|
|
|
"jpeg-decoder",
|
|
|
|
"log",
|
|
|
|
"pico-args",
|
2021-11-23 20:25:22 +03:00
|
|
|
"png",
|
2021-04-06 14:44:38 +03:00
|
|
|
"rgb",
|
|
|
|
"svgfilters",
|
|
|
|
"tiny-skia",
|
|
|
|
"usvg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rgb"
|
|
|
|
version = "0.8.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fddb3b23626145d1776addfc307e1a1851f60ef6ca64f376bcb889697144cf0"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2021-07-07 20:55:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-07-07 20:55:26 +03:00
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "route-recognizer"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56770675ebc04927ded3e60633437841581c285dc6236109ea25fbf3beb7b59e"
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "roxmltree"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
|
|
|
|
dependencies = [
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
2021-10-04 22:28:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rpc"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-lock",
|
|
|
|
"async-tungstenite",
|
|
|
|
"base64 0.13.0",
|
|
|
|
"futures",
|
2022-01-12 21:19:17 +03:00
|
|
|
"gpui",
|
2021-10-04 22:28:00 +03:00
|
|
|
"log",
|
|
|
|
"parking_lot",
|
|
|
|
"postage",
|
|
|
|
"prost",
|
|
|
|
"prost-build",
|
|
|
|
"rand 0.8.3",
|
|
|
|
"rsa",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-10-04 22:28:00 +03:00
|
|
|
"smol",
|
2021-11-23 00:23:55 +03:00
|
|
|
"smol-timeout",
|
2021-10-04 22:28:00 +03:00
|
|
|
"tempdir",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
2021-06-08 23:07:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2021-07-12 23:14:39 +03:00
|
|
|
"digest 0.9.0",
|
2021-06-08 23:07:06 +03:00
|
|
|
"lazy_static",
|
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
2021-11-23 20:25:22 +03:00
|
|
|
"num-traits",
|
2021-06-08 23:07:06 +03:00
|
|
|
"pem",
|
|
|
|
"rand 0.8.3",
|
|
|
|
"simple_asn1",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-03-19 06:33:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rust-embed"
|
2022-02-18 16:55:11 +03:00
|
|
|
version = "6.3.0"
|
2021-03-19 06:33:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 16:55:11 +03:00
|
|
|
checksum = "d40377bff8cceee81e28ddb73ac97f5c2856ce5522f0b260b763f434cdfae602"
|
2021-03-19 06:33:16 +03:00
|
|
|
dependencies = [
|
|
|
|
"rust-embed-impl",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-impl"
|
2022-02-18 16:55:11 +03:00
|
|
|
version = "6.2.0"
|
2021-03-19 06:33:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 16:55:11 +03:00
|
|
|
checksum = "94e763e24ba2bf0c72bc6be883f967f794a019fafd1b86ba1daff9c91a7edd30"
|
2021-03-19 06:33:16 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"syn",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-utils"
|
2022-02-18 16:55:11 +03:00
|
|
|
version = "7.1.0"
|
2021-03-19 06:33:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-18 16:55:11 +03:00
|
|
|
checksum = "ad22c7226e4829104deab21df575e995bfbc4adfad13a595e387477f238c1aec"
|
2021-03-19 06:33:16 +03:00
|
|
|
dependencies = [
|
2022-02-18 16:55:11 +03:00
|
|
|
"globset",
|
2022-02-22 20:43:16 +03:00
|
|
|
"sha2 0.9.5",
|
2021-03-19 06:33:16 +03:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.18.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.12.3",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
2021-07-07 20:55:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.19.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustybuzz"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ab463a295d00f3692e0974a0bfd83c7a9bcd119e27e07c2beecdb1b44a09d10"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-04-06 14:44:38 +03:00
|
|
|
"bytemuck",
|
|
|
|
"smallvec",
|
|
|
|
"ttf-parser 0.9.0",
|
|
|
|
"unicode-bidi-mirroring",
|
|
|
|
"unicode-ccc",
|
|
|
|
"unicode-general-category",
|
|
|
|
"unicode-script",
|
|
|
|
]
|
|
|
|
|
2021-03-19 00:52:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "safe_arch"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "salsa20"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c7c5f10864beba947e1a1b43f3ef46c8cc58d1c2ae549fa471713e8ff60787a"
|
|
|
|
dependencies = [
|
|
|
|
"cipher 0.3.0",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
|
2021-04-29 00:02:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scoped_threadpool"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scrypt"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"hmac 0.11.0",
|
|
|
|
"password-hash",
|
|
|
|
"pbkdf2",
|
|
|
|
"salsa20",
|
2022-02-22 20:43:16 +03:00
|
|
|
"sha2 0.9.5",
|
2021-07-12 23:14:39 +03:00
|
|
|
]
|
|
|
|
|
2021-04-08 17:57:46 +03:00
|
|
|
[[package]]
|
2021-07-07 20:55:26 +03:00
|
|
|
name = "sct"
|
|
|
|
version = "0.6.1"
|
2021-04-08 17:57:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-07 20:55:26 +03:00
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
2021-07-07 19:49:38 +03:00
|
|
|
dependencies = [
|
2021-07-07 20:55:26 +03:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2021-07-07 19:49:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-07-07 20:55:26 +03:00
|
|
|
name = "seahash"
|
|
|
|
version = "4.1.0"
|
2021-07-07 19:49:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-07 20:55:26 +03:00
|
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
2021-07-07 19:49:38 +03:00
|
|
|
|
2022-02-27 18:15:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "search"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"collections",
|
|
|
|
"editor",
|
|
|
|
"gpui",
|
|
|
|
"language",
|
2022-02-27 19:25:40 +03:00
|
|
|
"log",
|
2022-02-27 18:15:38 +03:00
|
|
|
"postage",
|
|
|
|
"project",
|
2022-02-28 13:10:22 +03:00
|
|
|
"serde_json",
|
2022-02-27 18:15:38 +03:00
|
|
|
"theme",
|
|
|
|
"unindent",
|
|
|
|
"util",
|
|
|
|
"workspace",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"semver-parser 0.7.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.10.2",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
|
|
|
|
2021-03-19 00:52:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-04-07 08:50:13 +03:00
|
|
|
version = "1.0.125"
|
2021-03-19 00:52:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-07 08:50:13 +03:00
|
|
|
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
|
2021-04-13 20:03:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.125"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2021-03-19 00:52:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.64"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
|
|
|
dependencies = [
|
2021-04-08 06:54:05 +03:00
|
|
|
"indexmap",
|
2021-11-23 20:25:22 +03:00
|
|
|
"itoa",
|
2021-03-19 00:52:46 +03:00
|
|
|
"ryu",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-03-19 00:52:46 +03:00
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42f6109f0506e20f7e0f910e51a0079acf41da8e0694e6442527c4ddf5a2b158"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-07-12 23:14:39 +03:00
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_qs"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5af82de3c6549b001bec34961ff2d6a54339a87bab37ce901b693401f27de6cb"
|
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
|
|
|
"percent-encoding",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-06-11 08:12:04 +03:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-10-21 17:26:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2021-11-23 20:25:22 +03:00
|
|
|
"itoa",
|
2021-06-11 08:12:04 +03:00
|
|
|
"ryu",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"servo-fontconfig-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig-sys"
|
|
|
|
version = "5.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
|
|
|
|
dependencies = [
|
|
|
|
"expat-sys",
|
|
|
|
"freetype-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.7.3",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"fake-simd",
|
|
|
|
"opaque-debug 0.2.3",
|
|
|
|
]
|
|
|
|
|
2021-07-07 19:23:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"block-buffer 0.9.0",
|
2021-07-07 19:23:18 +03:00
|
|
|
"cfg-if 1.0.0",
|
2022-02-22 20:43:16 +03:00
|
|
|
"cpufeatures 0.1.4",
|
2021-07-12 23:14:39 +03:00
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug 0.3.0",
|
2021-07-07 19:23:18 +03:00
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"block-buffer 0.9.0",
|
2021-06-11 08:12:04 +03:00
|
|
|
"cfg-if 1.0.0",
|
2022-02-22 20:43:16 +03:00
|
|
|
"cpufeatures 0.1.4",
|
2021-07-12 23:14:39 +03:00
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug 0.3.0",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
2022-02-22 20:43:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures 0.2.1",
|
|
|
|
"digest 0.10.3",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shell-words"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2021-06-25 03:02:53 +03:00
|
|
|
version = "1.0.0"
|
2021-02-21 02:05:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-25 03:02:53 +03:00
|
|
|
checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
|
2021-02-21 02:05:36 +03:00
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a7f3f92a1da3d6b1d32245d0cbcbbab0cfc45996d8df619c42bccfa6d2bbb5f"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "1.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.9.0",
|
|
|
|
"rand_core 0.6.2",
|
|
|
|
]
|
|
|
|
|
2021-05-12 00:48:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-12 23:14:39 +03:00
|
|
|
checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simple-mutex"
|
|
|
|
version = "1.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38aabbeafa6f6dead8cebf246fe9fae1f9215c8d29b3a69f93bd62a9e4a3dcd6"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
2021-05-12 00:48:57 +03:00
|
|
|
|
2021-06-08 23:07:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc31e6cf34ad4321d3a2b8f934949b429e314519f753a77962f16c664dca8e13"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"num-bigint",
|
2021-11-23 20:25:22 +03:00
|
|
|
"num-traits",
|
2021-06-08 23:07:06 +03:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "simplecss"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "596554e63596d556a0dbd681416342ca61c75f1a45203201e7e77d3fa2fa9014"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "simplelog"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"log",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sluice"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fa0333a60ff2e3474a6775cc611840c2a55610c831dd366503474c02f1a28f5"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smol"
|
|
|
|
version = "1.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85cf3b5351f3e783c1d79ab5fc604eeed8b8ae9abd36b166e8b87a089efd85e4"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
|
|
|
"async-fs",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
|
|
|
"async-net",
|
|
|
|
"async-process",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-11-23 00:23:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smol-timeout"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "847d777e2c6c166bad26264479e80a9820f3d364fcb4a0e23cd57bbfa8e94961"
|
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
|
|
|
"pin-project-lite 0.1.12",
|
|
|
|
]
|
|
|
|
|
2022-02-01 21:42:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "snippet"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[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",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
2021-06-08 23:07:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "spinning_top"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75adad84ee84b521fb2cca2d4fd0f1dab1d8d026bda3c5bea4ca63b5f9f9293c"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "987637c5ae6b3121aba9d513f869bd2bff11c4cc086c22473befd6649c0bd521"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlformat"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d86e3c77ff882a828346ba401a7ef4b8e440df804491c6064fe8295765de71c"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"maplit",
|
2022-01-25 19:49:50 +03:00
|
|
|
"nom 6.1.2",
|
2021-07-12 23:14:39 +03:00
|
|
|
"regex",
|
|
|
|
"unicode_categories",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1a98f9bf17b690f026b6fec565293a995b46dfbd6293debcb654dcffd2d1b34"
|
|
|
|
dependencies = [
|
|
|
|
"sqlx-core 0.4.2",
|
|
|
|
"sqlx-macros 0.4.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba82f79b31f30acebf19905bcd8b978f46891b9d0723f578447361a8910b6584"
|
|
|
|
dependencies = [
|
|
|
|
"sqlx-core 0.5.5",
|
|
|
|
"sqlx-macros 0.5.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36bb6a2ca3345a86493bc3b71eabc2c6c16a8bb1aa476cf5303bee27f67627d7"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.6.3",
|
|
|
|
"atoi",
|
|
|
|
"base64 0.13.0",
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-07-12 23:14:39 +03:00
|
|
|
"byteorder",
|
|
|
|
"bytes 0.5.6",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"either",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"hashlink 0.6.0",
|
|
|
|
"hex",
|
|
|
|
"hmac 0.10.1",
|
2021-11-23 20:25:22 +03:00
|
|
|
"itoa",
|
2021-07-12 23:14:39 +03:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"percent-encoding",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"rustls 0.18.1",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-07-12 23:14:39 +03:00
|
|
|
"sha-1 0.9.6",
|
2022-02-22 20:43:16 +03:00
|
|
|
"sha2 0.9.5",
|
2021-07-12 23:14:39 +03:00
|
|
|
"smallvec",
|
|
|
|
"sqlformat",
|
|
|
|
"sqlx-rt 0.2.0",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f23af36748ec8ea8d49ef8499839907be41b0b1178a4e82b8cb45d29f531dc9"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.7.4",
|
|
|
|
"atoi",
|
|
|
|
"base64 0.13.0",
|
2021-11-23 20:25:22 +03:00
|
|
|
"bitflags",
|
2021-07-12 23:14:39 +03:00
|
|
|
"byteorder",
|
|
|
|
"bytes 1.0.1",
|
|
|
|
"crc",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
2021-12-18 18:12:59 +03:00
|
|
|
"dirs 3.0.1",
|
2021-07-12 23:14:39 +03:00
|
|
|
"either",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"hashlink 0.7.0",
|
|
|
|
"hex",
|
|
|
|
"hmac 0.10.1",
|
2021-11-23 20:25:22 +03:00
|
|
|
"itoa",
|
2021-07-12 23:14:39 +03:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"percent-encoding",
|
|
|
|
"rand 0.8.3",
|
|
|
|
"rustls 0.19.1",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-07-12 23:14:39 +03:00
|
|
|
"sha-1 0.9.6",
|
2022-02-22 20:43:16 +03:00
|
|
|
"sha2 0.9.5",
|
2021-07-12 23:14:39 +03:00
|
|
|
"smallvec",
|
|
|
|
"sqlformat",
|
|
|
|
"sqlx-rt 0.5.5",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
2022-02-25 21:39:44 +03:00
|
|
|
"time 0.2.27",
|
2021-07-12 23:14:39 +03:00
|
|
|
"url",
|
2021-11-23 20:25:22 +03:00
|
|
|
"uuid",
|
2021-07-12 23:14:39 +03:00
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b5ada8b3b565331275ce913368565a273a74faf2a34da58c4dc010ce3286844"
|
|
|
|
dependencies = [
|
|
|
|
"cargo_metadata",
|
|
|
|
"dotenv",
|
|
|
|
"either",
|
|
|
|
"futures",
|
|
|
|
"heck",
|
|
|
|
"lazy_static",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde_json",
|
2022-02-22 20:43:16 +03:00
|
|
|
"sha2 0.9.5",
|
2021-07-12 23:14:39 +03:00
|
|
|
"sqlx-core 0.4.2",
|
|
|
|
"sqlx-rt 0.2.0",
|
|
|
|
"syn",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47e4a2349d1ffd60a03ca0de3f116ba55d7f406e55a0d84c64a5590866d94c06"
|
|
|
|
dependencies = [
|
|
|
|
"dotenv",
|
|
|
|
"either",
|
|
|
|
"futures",
|
|
|
|
"heck",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-02-22 20:43:16 +03:00
|
|
|
"sha2 0.9.5",
|
2021-07-12 23:14:39 +03:00
|
|
|
"sqlx-core 0.5.5",
|
|
|
|
"sqlx-rt 0.5.5",
|
|
|
|
"syn",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-rt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63fc5454c9dd7aaea3a0eeeb65ca40d06d0d8e7413a8184f7c3a3ffa5056190b"
|
|
|
|
dependencies = [
|
|
|
|
"async-rustls 0.1.2",
|
|
|
|
"async-std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-rt"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8199b421ecf3493ee9ef3e7bc90c904844cfb2ea7ea2f57347a93f52bfd3e057"
|
|
|
|
dependencies = [
|
|
|
|
"async-rustls 0.2.0",
|
|
|
|
"async-std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "standback"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-04-13 23:51:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[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",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-06-11 08:12:04 +03:00
|
|
|
"serde_derive",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-06-11 08:12:04 +03:00
|
|
|
"serde_derive",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
2021-06-11 08:12:04 +03:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2021-06-08 23:07:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
|
|
|
|
|
2021-10-02 00:55:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sum_tree"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.7.1",
|
|
|
|
"rand 0.8.3",
|
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "surf"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a154d33ca6b5e1fe6fd1c760e5a5cc1202425f6cca2e13229f16a69009f6328"
|
|
|
|
dependencies = [
|
|
|
|
"async-std",
|
|
|
|
"async-trait",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
|
|
|
"http-client",
|
|
|
|
"http-types",
|
|
|
|
"log",
|
|
|
|
"mime_guess",
|
|
|
|
"once_cell",
|
2021-07-12 23:14:39 +03:00
|
|
|
"pin-project-lite 0.2.4",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-06-11 08:12:04 +03:00
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sval"
|
|
|
|
version = "1.0.0-alpha.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08"
|
|
|
|
|
2021-03-23 17:15:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "svg_fmt"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "svgfilters"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb0dce2fee79ac40c21dafba48565ff7a5fa275e23ffe9ce047a40c9574ba34e"
|
|
|
|
dependencies = [
|
|
|
|
"float-cmp",
|
|
|
|
"rgb",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "svgtypes"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff"
|
|
|
|
dependencies = [
|
|
|
|
"float-cmp",
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-04-02 22:53:06 +03:00
|
|
|
version = "1.0.67"
|
2021-02-20 20:02:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-02 22:53:06 +03:00
|
|
|
checksum = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702"
|
2021-02-20 20:02:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-06-08 23:07:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
2021-03-19 00:52:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.4.6",
|
|
|
|
"remove_dir_all",
|
|
|
|
]
|
|
|
|
|
2021-06-09 22:15:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"rand 0.8.3",
|
2021-12-18 18:12:59 +03:00
|
|
|
"redox_syscall",
|
2021-06-09 22:15:25 +03:00
|
|
|
"remove_dir_all",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-04-29 00:02:02 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-11-30 22:26:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "text"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"arrayvec 0.7.1",
|
|
|
|
"clock",
|
|
|
|
"collections",
|
2021-12-01 17:55:05 +03:00
|
|
|
"ctor",
|
|
|
|
"env_logger",
|
2021-11-30 22:26:12 +03:00
|
|
|
"gpui",
|
2021-12-10 11:16:58 +03:00
|
|
|
"lazy_static",
|
2021-11-30 22:26:12 +03:00
|
|
|
"log",
|
2021-12-01 17:55:05 +03:00
|
|
|
"parking_lot",
|
2022-02-02 19:01:23 +03:00
|
|
|
"postage",
|
2021-11-30 22:26:12 +03:00
|
|
|
"rand 0.8.3",
|
|
|
|
"smallvec",
|
|
|
|
"sum_tree",
|
2022-01-05 13:51:41 +03:00
|
|
|
"util",
|
2021-11-30 22:26:12 +03:00
|
|
|
]
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-10-05 12:14:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "theme"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"gpui",
|
|
|
|
"indexmap",
|
|
|
|
"parking_lot",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-10-05 12:14:30 +03:00
|
|
|
"serde_path_to_error",
|
2021-11-23 20:25:22 +03:00
|
|
|
"toml",
|
2021-10-05 12:14:30 +03:00
|
|
|
]
|
|
|
|
|
2021-10-05 16:38:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "theme_selector"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"editor",
|
|
|
|
"fuzzy",
|
|
|
|
"gpui",
|
|
|
|
"log",
|
|
|
|
"parking_lot",
|
|
|
|
"postage",
|
|
|
|
"smol",
|
|
|
|
"theme",
|
|
|
|
"workspace",
|
|
|
|
]
|
|
|
|
|
2021-04-13 23:51:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-09-15 04:19:11 +03:00
|
|
|
version = "1.0.29"
|
2021-04-13 23:51:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-15 04:19:11 +03:00
|
|
|
checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"
|
2021-04-13 23:51:49 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-09-15 04:19:11 +03:00
|
|
|
version = "1.0.29"
|
2021-04-13 23:51:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-15 04:19:11 +03:00
|
|
|
checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"
|
2021-04-13 23:51:49 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-03-01 09:50:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thousands"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[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.4",
|
|
|
|
"route-recognizer",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-07-12 23:14:39 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tide-compress"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d59e3885ecbc547a611d81e501b51bb5f52abd44c3eb3b733ac3c44ff2f2619"
|
|
|
|
dependencies = [
|
|
|
|
"async-compression",
|
|
|
|
"futures-lite",
|
|
|
|
"http-types",
|
|
|
|
"tide",
|
|
|
|
]
|
|
|
|
|
2021-09-14 17:48:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
|
|
|
|
dependencies = [
|
|
|
|
"jpeg-decoder",
|
|
|
|
"miniz_oxide 0.4.4",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[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",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-02-25 21:39:44 +03:00
|
|
|
version = "0.2.27"
|
2021-06-11 08:12:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 21:39:44 +03:00
|
|
|
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
|
2021-06-11 08:12:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"const_fn",
|
|
|
|
"libc",
|
|
|
|
"standback",
|
|
|
|
"stdweb",
|
|
|
|
"time-macros",
|
|
|
|
"version_check",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-06-11 08:12:04 +03:00
|
|
|
]
|
|
|
|
|
2021-08-26 01:22:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-02-25 21:39:44 +03:00
|
|
|
version = "0.3.7"
|
2021-08-26 01:22:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 21:39:44 +03:00
|
|
|
checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d"
|
2021-08-26 01:22:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-02-25 21:39:44 +03:00
|
|
|
"num_threads",
|
2021-08-26 01:22:14 +03:00
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[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"
|
2022-02-25 21:39:44 +03:00
|
|
|
version = "0.1.2"
|
2021-06-11 08:12:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 21:39:44 +03:00
|
|
|
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
|
2021-06-11 08:12:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"standback",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-skia"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bf81f2900d2e235220e6f31ec9f63ade6a7f59090c556d74fe949bb3b15e9fe"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2021-08-21 01:18:39 +03:00
|
|
|
"arrayvec 0.5.2",
|
2021-04-06 14:44:38 +03:00
|
|
|
"bytemuck",
|
|
|
|
"cfg-if 1.0.0",
|
2021-11-23 20:25:22 +03:00
|
|
|
"png",
|
2021-04-06 14:44:38 +03:00
|
|
|
"safe_arch",
|
|
|
|
]
|
|
|
|
|
2021-06-11 20:28:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tiny_http"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
|
|
|
|
dependencies = [
|
|
|
|
"ascii",
|
|
|
|
"chrono",
|
|
|
|
"chunked_transfer",
|
|
|
|
"log",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-06-08 04:15:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2021-05-25 01:38:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-05-25 01:38:43 +03:00
|
|
|
]
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"log",
|
2021-07-12 23:14:39 +03:00
|
|
|
"pin-project-lite 0.2.4",
|
2021-06-11 08:12:04 +03:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tree-sitter"
|
2022-02-05 00:18:58 +03:00
|
|
|
version = "0.20.4"
|
2021-12-06 08:37:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 00:18:58 +03:00
|
|
|
checksum = "4e34327f8eac545e3f037382471b2b19367725a242bba7bc45edb9efb49fe39a"
|
2021-05-20 22:00:17 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-02-22 20:07:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tree-sitter-c"
|
|
|
|
version = "0.20.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7bdc5574c6cbc39c409246caeb1dd4d3c4bd6d30d4e9b399776086c20365fd24"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"tree-sitter",
|
|
|
|
]
|
|
|
|
|
2021-12-06 08:37:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tree-sitter-markdown"
|
|
|
|
version = "0.0.1"
|
2022-01-11 21:36:31 +03:00
|
|
|
source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
|
2021-12-06 08:37:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"tree-sitter",
|
|
|
|
]
|
|
|
|
|
2021-05-20 22:00:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tree-sitter-rust"
|
2022-02-05 00:18:58 +03:00
|
|
|
version = "0.20.1"
|
2021-05-20 22:00:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-05 00:18:58 +03:00
|
|
|
checksum = "13470fafb7327a3acf96f5bc1013b5539a899a182f01c59b5af53f6b93195717"
|
2021-05-20 22:00:17 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2021-05-21 02:22:00 +03:00
|
|
|
"tree-sitter",
|
2021-05-20 22:00:17 +03:00
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62ddb402ac6c2af6f7a2844243887631c4e94b51585b229fcfddb43958cd55ca"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85e00391c1f3d171490a3f8bd79999b0002ae38d3da0d6a3a306c754b053d71b"
|
|
|
|
|
2021-07-07 19:23:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2022-01-04 02:20:40 +03:00
|
|
|
version = "0.16.0"
|
2021-07-07 19:23:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 02:20:40 +03:00
|
|
|
checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
|
2021-07-07 19:23:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
"byteorder",
|
|
|
|
"bytes 1.0.1",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand 0.8.3",
|
2021-07-12 23:14:39 +03:00
|
|
|
"sha-1 0.9.6",
|
2021-07-07 19:23:18 +03:00
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "twoway"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"unchecked-index",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
|
|
|
|
|
2021-06-08 23:07:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-02-22 20:43:16 +03:00
|
|
|
version = "1.15.0"
|
2021-06-08 23:07:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:43:16 +03:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2021-06-08 23:07:06 +03:00
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unchecked-index"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi-mirroring"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ccc"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28ae07c514c335bbd0251147bb1de333e28ebc8f57d792014f919ed212d119f6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-general-category"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f9af028e052a610d99e066b33304625dea9613170a2563314490a4e6ec5cf7f"
|
|
|
|
|
2021-06-08 04:15:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-script"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79bf4d5fc96546fdb73f9827097810bbda93b11a6770ff3a54e1f445d4135787"
|
|
|
|
|
2021-06-09 22:15:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-vo"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
2021-03-18 22:13:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"
|
|
|
|
dependencies = [
|
2021-07-12 23:14:39 +03:00
|
|
|
"generic-array 0.14.4",
|
2021-06-11 08:12:04 +03:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-07-07 20:55:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2021-06-08 04:15:11 +03:00
|
|
|
[[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",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
2021-06-08 04:15:11 +03:00
|
|
|
]
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "usvg"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ffbeb91d06989028c9c5e44d14d78b0cacdec56a613bb146e7a70007b1b6163"
|
|
|
|
dependencies = [
|
2021-06-11 08:12:04 +03:00
|
|
|
"base64 0.13.0",
|
2021-04-06 14:44:38 +03:00
|
|
|
"data-url",
|
|
|
|
"flate2",
|
|
|
|
"fontdb",
|
|
|
|
"kurbo",
|
|
|
|
"log",
|
|
|
|
"memmap2 0.2.2",
|
|
|
|
"pico-args",
|
|
|
|
"rctree",
|
|
|
|
"roxmltree",
|
|
|
|
"rustybuzz",
|
|
|
|
"simplecss",
|
|
|
|
"siphasher",
|
|
|
|
"svgtypes",
|
|
|
|
"ttf-parser 0.12.0",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-script",
|
|
|
|
"unicode-vo",
|
|
|
|
"xmlwriter",
|
|
|
|
]
|
|
|
|
|
2021-07-07 19:23:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2021-10-04 22:07:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "util"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-01-05 13:51:41 +03:00
|
|
|
"clock",
|
2021-10-04 22:07:35 +03:00
|
|
|
"futures",
|
|
|
|
"log",
|
2022-01-05 13:51:41 +03:00
|
|
|
"rand 0.8.3",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde_json",
|
2021-10-04 22:07:35 +03:00
|
|
|
"surf",
|
|
|
|
"tempdir",
|
|
|
|
]
|
|
|
|
|
2021-09-16 17:23:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "value-bag"
|
|
|
|
version = "1.0.0-alpha.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"
|
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
2021-07-12 23:14:39 +03:00
|
|
|
"sval",
|
2021-06-11 08:12:04 +03:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "025ce40a007e1907e58d5bc1a594def78e5573bb0b1160bc389634e8f12e4faa"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vec-arena"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-03-10 07:00:51 +03:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[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"
|
|
|
|
|
2021-06-11 08:12:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.74"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-06-11 08:12:04 +03:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.74"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
|
|
|
version = "0.4.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.74"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.74"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.74"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.51"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-07-07 20:55:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.21.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.21.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
|
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-09-14 17:48:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wepoll-sys"
|
|
|
|
version = "3.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-02-21 02:05:36 +03:00
|
|
|
name = "which"
|
|
|
|
version = "3.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-06-09 22:15:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4abacf325c958dfeaf1046931d37f2a901b6dfe0968ee965a29e94c6766b2af6"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-02-21 02:05:36 +03:00
|
|
|
[[package]]
|
2021-02-20 20:02:34 +03:00
|
|
|
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 = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2021-03-10 07:00:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wio"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
|
|
|
|
dependencies = [
|
2021-11-23 20:25:22 +03:00
|
|
|
"winapi",
|
2021-04-29 00:02:02 +03:00
|
|
|
]
|
|
|
|
|
2021-10-05 11:37:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "workspace"
|
|
|
|
version = "0.1.0"
|
2021-10-05 14:45:19 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"client",
|
2021-12-21 11:49:13 +03:00
|
|
|
"clock",
|
2022-01-07 19:38:37 +03:00
|
|
|
"collections",
|
2022-02-21 19:25:52 +03:00
|
|
|
"futures",
|
2021-10-05 14:45:19 +03:00
|
|
|
"gpui",
|
2021-10-20 23:51:40 +03:00
|
|
|
"language",
|
2021-10-05 14:45:19 +03:00
|
|
|
"log",
|
2021-12-18 18:12:59 +03:00
|
|
|
"parking_lot",
|
2021-10-05 14:45:19 +03:00
|
|
|
"postage",
|
|
|
|
"project",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde_json",
|
2021-10-05 14:45:19 +03:00
|
|
|
"theme",
|
2022-01-17 21:46:47 +03:00
|
|
|
"util",
|
2021-10-05 14:45:19 +03:00
|
|
|
]
|
2021-10-05 11:37:40 +03:00
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xdg"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
|
|
|
|
|
2021-04-06 14:44:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xmlparser"
|
|
|
|
version = "0.13.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xmlwriter"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
|
|
|
|
|
2021-02-20 20:02:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zed"
|
2022-02-23 16:26:45 +03:00
|
|
|
version = "0.17.0"
|
2021-02-20 20:02:34 +03:00
|
|
|
dependencies = [
|
2021-03-10 07:00:51 +03:00
|
|
|
"anyhow",
|
2022-02-21 18:07:09 +03:00
|
|
|
"async-compression",
|
2021-09-15 12:45:08 +03:00
|
|
|
"async-recursion",
|
2021-07-09 11:58:07 +03:00
|
|
|
"async-trait",
|
2021-10-05 15:23:45 +03:00
|
|
|
"chat_panel",
|
2021-10-05 03:14:21 +03:00
|
|
|
"client",
|
2021-10-04 15:34:02 +03:00
|
|
|
"clock",
|
2021-12-24 18:22:22 +03:00
|
|
|
"collections",
|
2021-11-26 21:13:05 +03:00
|
|
|
"contacts_panel",
|
2021-04-22 04:11:52 +03:00
|
|
|
"crossbeam-channel",
|
2021-04-20 07:01:54 +03:00
|
|
|
"ctor",
|
2021-12-14 13:32:05 +03:00
|
|
|
"diagnostics",
|
2021-12-18 18:12:59 +03:00
|
|
|
"dirs 3.0.1",
|
2021-03-18 22:13:31 +03:00
|
|
|
"easy-parallel",
|
2021-10-05 01:06:12 +03:00
|
|
|
"editor",
|
2021-04-20 18:34:14 +03:00
|
|
|
"env_logger",
|
2021-10-05 15:30:56 +03:00
|
|
|
"file_finder",
|
2021-04-16 02:29:55 +03:00
|
|
|
"fsevent",
|
2021-06-14 20:59:46 +03:00
|
|
|
"futures",
|
2021-10-02 02:08:19 +03:00
|
|
|
"fuzzy",
|
2021-11-24 20:45:36 +03:00
|
|
|
"go_to_line",
|
2021-02-20 20:02:34 +03:00
|
|
|
"gpui",
|
2021-06-11 08:12:04 +03:00
|
|
|
"http-auth-basic",
|
2021-03-18 22:13:31 +03:00
|
|
|
"ignore",
|
2021-11-23 20:25:22 +03:00
|
|
|
"image",
|
2021-09-15 21:56:20 +03:00
|
|
|
"indexmap",
|
2021-12-18 18:12:59 +03:00
|
|
|
"journal",
|
2021-10-20 23:51:40 +03:00
|
|
|
"language",
|
2021-03-10 07:00:51 +03:00
|
|
|
"lazy_static",
|
2021-02-20 20:02:34 +03:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-09-15 13:51:22 +03:00
|
|
|
"log-panics",
|
2021-11-03 00:57:24 +03:00
|
|
|
"lsp",
|
2021-03-18 22:13:31 +03:00
|
|
|
"num_cpus",
|
2022-01-13 05:17:19 +03:00
|
|
|
"outline",
|
2021-03-18 22:13:31 +03:00
|
|
|
"parking_lot",
|
2021-04-13 23:51:49 +03:00
|
|
|
"postage",
|
2021-10-05 02:45:05 +03:00
|
|
|
"project",
|
2021-10-05 15:19:57 +03:00
|
|
|
"project_panel",
|
2022-02-22 10:42:12 +03:00
|
|
|
"project_symbols",
|
2021-03-19 00:52:46 +03:00
|
|
|
"rand 0.8.3",
|
2022-01-25 19:49:50 +03:00
|
|
|
"regex",
|
2021-10-04 22:28:00 +03:00
|
|
|
"rpc",
|
2021-06-08 23:07:06 +03:00
|
|
|
"rsa",
|
2021-03-19 06:33:16 +03:00
|
|
|
"rust-embed",
|
2022-02-27 18:15:38 +03:00
|
|
|
"search",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-08-27 01:02:58 +03:00
|
|
|
"serde_path_to_error",
|
2021-02-20 20:02:34 +03:00
|
|
|
"simplelog",
|
2021-03-18 22:13:31 +03:00
|
|
|
"smallvec",
|
|
|
|
"smol",
|
2021-10-02 00:55:21 +03:00
|
|
|
"sum_tree",
|
2021-06-11 08:12:04 +03:00
|
|
|
"surf",
|
2021-03-19 00:52:46 +03:00
|
|
|
"tempdir",
|
2021-11-30 22:26:12 +03:00
|
|
|
"text",
|
2021-10-05 12:14:30 +03:00
|
|
|
"theme",
|
2021-10-05 16:38:25 +03:00
|
|
|
"theme_selector",
|
2021-09-15 04:19:11 +03:00
|
|
|
"thiserror",
|
2021-06-11 20:28:00 +03:00
|
|
|
"tiny_http",
|
2021-11-23 20:25:22 +03:00
|
|
|
"toml",
|
2021-05-21 02:22:00 +03:00
|
|
|
"tree-sitter",
|
2022-02-22 20:07:28 +03:00
|
|
|
"tree-sitter-c",
|
2021-12-06 08:37:31 +03:00
|
|
|
"tree-sitter-markdown",
|
2021-05-20 22:00:17 +03:00
|
|
|
"tree-sitter-rust",
|
2021-03-18 22:13:31 +03:00
|
|
|
"unindent",
|
2021-06-08 04:15:11 +03:00
|
|
|
"url",
|
2021-10-04 22:07:35 +03:00
|
|
|
"util",
|
2021-10-05 14:45:19 +03:00
|
|
|
"workspace",
|
2021-06-08 23:07:06 +03:00
|
|
|
]
|
|
|
|
|
2021-07-12 23:14:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zed-server"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-sqlx-session",
|
|
|
|
"async-std",
|
|
|
|
"async-trait",
|
|
|
|
"async-tungstenite",
|
|
|
|
"base64 0.13.0",
|
|
|
|
"clap 3.0.0-beta.2",
|
2022-03-01 23:09:35 +03:00
|
|
|
"client",
|
2021-11-30 02:22:45 +03:00
|
|
|
"collections",
|
2021-07-12 23:14:39 +03:00
|
|
|
"comrak",
|
2022-02-08 01:14:15 +03:00
|
|
|
"ctor",
|
2022-03-01 23:09:35 +03:00
|
|
|
"editor",
|
2021-07-12 23:14:39 +03:00
|
|
|
"either",
|
2022-02-08 01:14:15 +03:00
|
|
|
"env_logger",
|
2021-07-12 23:14:39 +03:00
|
|
|
"envy",
|
|
|
|
"futures",
|
|
|
|
"gpui",
|
|
|
|
"handlebars",
|
|
|
|
"http-auth-basic",
|
|
|
|
"jwt-simple",
|
2022-03-01 23:09:35 +03:00
|
|
|
"language",
|
2021-07-12 23:14:39 +03:00
|
|
|
"lazy_static",
|
2021-09-02 17:05:34 +03:00
|
|
|
"lipsum",
|
2022-03-01 23:09:35 +03:00
|
|
|
"lsp",
|
2021-07-12 23:14:39 +03:00
|
|
|
"oauth2",
|
|
|
|
"oauth2-surf",
|
|
|
|
"parking_lot",
|
|
|
|
"postage",
|
2022-03-01 23:09:35 +03:00
|
|
|
"project",
|
2021-07-12 23:14:39 +03:00
|
|
|
"rand 0.8.3",
|
2021-10-04 22:28:00 +03:00
|
|
|
"rpc",
|
2021-07-12 23:14:39 +03:00
|
|
|
"rust-embed",
|
|
|
|
"scrypt",
|
2021-11-23 20:25:22 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-07-12 23:14:39 +03:00
|
|
|
"sha-1 0.9.6",
|
|
|
|
"sqlx 0.5.5",
|
|
|
|
"surf",
|
|
|
|
"tide",
|
|
|
|
"tide-compress",
|
2022-02-25 21:39:44 +03:00
|
|
|
"time 0.2.27",
|
2021-11-23 20:25:22 +03:00
|
|
|
"toml",
|
2022-02-08 02:23:35 +03:00
|
|
|
"util",
|
2022-03-01 23:09:35 +03:00
|
|
|
"workspace",
|
2021-07-12 23:14:39 +03:00
|
|
|
]
|
|
|
|
|
2021-06-08 23:07:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
|
|
|
|
dependencies = [
|
|
|
|
"zeroize_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
2021-02-20 20:02:34 +03:00
|
|
|
]
|
2021-07-13 19:22:00 +03:00
|
|
|
|
2021-09-22 21:58:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
|
|
|
version = "0.9.0+zstd.1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07749a5dc2cb6b36661290245e350f15ec3bbb304e493db54a1d354480522ccd"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
|
|
|
version = "4.1.1+zstd.1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c91c90f2c593b003603e5e0493c837088df4469da25aafff8bce42ba48caf079"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
|
|
|
version = "1.6.1+zstd.1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "615120c7a2431d16cf1cf979e7fc31ba7a5b5e5707b29c8a99e5dbf8a8392a33"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2021-07-13 19:22:00 +03:00
|
|
|
]
|