2022-11-24 06:58:03 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "abomonation"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.7.3+smallvec1"
|
|
|
|
source = "git+https://github.com/markbt/abomonation?rev=0f43346d2afa2aedc64d61f3f4273e8d1e454642#0f43346d2afa2aedc64d61f3f4273e8d1e454642"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "abomonation_derive"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e50e2a046af56a864c62d97b7153fda72c596e646be1b0c7963736821f6e1efa"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2023-03-05 10:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"getrandom 0.2.9",
|
2022-11-24 06:58:03 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.7.20"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.70"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
|
2023-03-05 10:06:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.3.0"
|
2023-03-05 10:06:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "1.6.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assert-json-diff"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0"
|
|
|
|
dependencies = [
|
|
|
|
"extend",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assert_matches"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
|
|
|
|
dependencies = [
|
|
|
|
"brotli",
|
|
|
|
"bzip2",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"zstd",
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.13.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-lock",
|
|
|
|
"autocfg",
|
2023-04-16 00:12:36 +00:00
|
|
|
"cfg-if 1.0.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"log",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2023-04-16 00:12:36 +00:00
|
|
|
"rustix",
|
2022-11-24 06:58:03 +00:00
|
|
|
"slab",
|
|
|
|
"socket2",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "2.7.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-runtime"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.1.68"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 2.0.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
2023-03-05 10:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atexit"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomicfile"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"tempfile",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-01-14 10:40:42 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2022-11-24 06:58:03 +00:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "auth"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
|
|
|
"configmodel",
|
|
|
|
"indexmap",
|
|
|
|
"once_cell",
|
|
|
|
"pem",
|
|
|
|
"simple_asn1",
|
2023-01-14 10:40:42 +00:00
|
|
|
"staticconfig",
|
2022-11-24 06:58:03 +00:00
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
2023-01-14 10:40:42 +00:00
|
|
|
"url",
|
2022-11-24 06:58:03 +00:00
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "auto_impl"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42cbf586c80ada5e5ccdecae80d3ef0854f224e2dd74435f8d87e6831b8d0a38"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backingstore"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-01-14 10:40:42 +00:00
|
|
|
"configloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"eagerepo",
|
|
|
|
"edenapi",
|
|
|
|
"env_logger 0.7.1",
|
|
|
|
"identity",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"manifest",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"revisionstore",
|
|
|
|
"tracing",
|
|
|
|
"tracing-collector",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
2023-03-05 10:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.67"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide 0.6.2",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
2023-01-14 10:40:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindag"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"dag",
|
|
|
|
"drawdag",
|
|
|
|
"nonblocking",
|
|
|
|
"tempfile",
|
|
|
|
"vlqencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindings"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"paste",
|
2023-03-05 10:06:17 +00:00
|
|
|
"pyatexit",
|
2022-11-24 06:58:03 +00:00
|
|
|
"pyauth",
|
|
|
|
"pyblackbox",
|
|
|
|
"pybytes",
|
|
|
|
"pycats",
|
|
|
|
"pycheckout",
|
|
|
|
"pyclientinfo",
|
|
|
|
"pycliparser",
|
2023-03-05 10:06:17 +00:00
|
|
|
"pyconchparser",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pyconfigloader",
|
2023-03-05 10:06:17 +00:00
|
|
|
"pycopytrace",
|
2022-11-24 06:58:03 +00:00
|
|
|
"pydag",
|
|
|
|
"pydiffhelpers",
|
|
|
|
"pydirs",
|
|
|
|
"pydoctor",
|
|
|
|
"pydrawdag",
|
|
|
|
"pyeagerepo",
|
|
|
|
"pyedenapi",
|
|
|
|
"pyerror",
|
|
|
|
"pyexchange",
|
|
|
|
"pyfail",
|
|
|
|
"pyfs",
|
|
|
|
"pygitstore",
|
|
|
|
"pyhgmetrics",
|
|
|
|
"pyhgtime",
|
|
|
|
"pyidentity",
|
|
|
|
"pyindexedlog",
|
|
|
|
"pyio",
|
|
|
|
"pylock",
|
|
|
|
"pylz4",
|
|
|
|
"pymanifest",
|
|
|
|
"pymetalog",
|
|
|
|
"pymutationstore",
|
2023-04-16 00:12:36 +00:00
|
|
|
"pynodeipc",
|
2022-11-24 06:58:03 +00:00
|
|
|
"pynodemap",
|
|
|
|
"pypathhistory",
|
|
|
|
"pypathmatcher",
|
|
|
|
"pypprint",
|
|
|
|
"pyprocess",
|
|
|
|
"pyprogress",
|
|
|
|
"pyrefencode",
|
|
|
|
"pyregex",
|
|
|
|
"pyrenderdag",
|
|
|
|
"pyrepo",
|
|
|
|
"pyrevisionstore",
|
|
|
|
"pyrevlogindex",
|
|
|
|
"pysptui",
|
|
|
|
"pystatus",
|
|
|
|
"pythreading",
|
|
|
|
"pytracing",
|
|
|
|
"pytreestate",
|
|
|
|
"pyvlq",
|
|
|
|
"pyworker",
|
|
|
|
"pyworkingcopy",
|
|
|
|
"pyzstd",
|
|
|
|
"pyzstore",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blackbox"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
|
|
|
"indexedlog",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"minibench",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"serde",
|
|
|
|
"serde_alt",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-mac",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.10.4"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
|
|
|
version = "3.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "2.3.4"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.4.0"
|
2023-01-14 10:40:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
|
2023-01-14 10:40:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bufsize"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "1.0.5"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "51bbc61bc8800fb287f3394487c159af745cdf2e74743f12245d874ce20eb529"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "3.12.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"iovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "1.4.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.4.4"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.11+1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cassowary"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cats"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"configmodel",
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "1.0.79"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "checkout"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"async-trait",
|
|
|
|
"configmodel",
|
|
|
|
"fail",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"io",
|
|
|
|
"manifest",
|
|
|
|
"manifest-tree",
|
|
|
|
"minibytes",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"pathmatcher",
|
|
|
|
"progress-model",
|
|
|
|
"quickcheck",
|
|
|
|
"repo",
|
|
|
|
"repolock",
|
|
|
|
"serde_json",
|
|
|
|
"status",
|
|
|
|
"storemodel",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tracing",
|
|
|
|
"treestate",
|
|
|
|
"types",
|
|
|
|
"util",
|
|
|
|
"vfs",
|
|
|
|
"walkdir",
|
|
|
|
"workingcopy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.4.24"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2023-01-14 10:40:42 +00:00
|
|
|
"time 0.1.45",
|
2022-11-24 06:58:03 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim 0.8.0",
|
|
|
|
"textwrap 0.11.0",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "3.2.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"clap_derive",
|
|
|
|
"clap_lex",
|
|
|
|
"indexmap",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"termcolor",
|
2023-04-16 00:12:36 +00:00
|
|
|
"terminal_size 0.2.6",
|
2022-11-24 06:58:03 +00:00
|
|
|
"textwrap 0.16.0",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
|
|
|
version = "3.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
|
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"heck 0.4.1",
|
2022-11-24 06:58:03 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clidispatch"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"blackbox",
|
|
|
|
"cliparser",
|
2023-01-14 10:40:42 +00:00
|
|
|
"configloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"configmodel",
|
|
|
|
"hgplain",
|
|
|
|
"identity",
|
|
|
|
"indexedlog",
|
|
|
|
"io",
|
|
|
|
"network-doctor",
|
|
|
|
"repo",
|
|
|
|
"termlogger",
|
|
|
|
"thiserror",
|
|
|
|
"thrift-types",
|
|
|
|
"tracing",
|
|
|
|
"types",
|
|
|
|
"util",
|
|
|
|
"workingcopy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clientinfo"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"configmodel",
|
|
|
|
"hostname 0.1.0",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cliparser"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"shlex",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clone"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"checkout",
|
|
|
|
"configmodel",
|
|
|
|
"manifest-tree",
|
|
|
|
"repo",
|
|
|
|
"tempfile",
|
|
|
|
"termlogger",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"treestate",
|
|
|
|
"types",
|
|
|
|
"util",
|
|
|
|
"vfs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cloned"
|
|
|
|
version = "0.1.0"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#c5c0563e8ff9946a116b19e92607288bebc071bc"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "codegen_includer_proc_macro"
|
|
|
|
version = "0.1.0"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#c5c0563e8ff9946a116b19e92607288bebc071bc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
|
|
|
version = "1.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"lazy_static",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "comfy-table"
|
|
|
|
version = "4.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "11e95a3e867422fd8d04049041f5671f94d53c32a9dcd82e2be268714942f3f3"
|
|
|
|
dependencies = [
|
|
|
|
"crossterm",
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "commitcloudsubscriber"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"filetime",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"hostcaps",
|
|
|
|
"identity",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
2023-03-05 10:06:17 +00:00
|
|
|
"parking_lot 0.11.2",
|
2022-11-24 06:58:03 +00:00
|
|
|
"regex",
|
|
|
|
"reqwest",
|
2023-02-07 09:16:43 +00:00
|
|
|
"reqwest-eventsource",
|
2022-11-24 06:58:03 +00:00
|
|
|
"rust-ini",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-02-07 09:16:43 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "conch-parser"
|
|
|
|
version = "0.1.1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "conch_parser"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"conch-parser",
|
|
|
|
"cpython",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "2.2.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-03-05 10:06:17 +00:00
|
|
|
"crossbeam-utils 0.8.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "config"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"codegen_includer_proc_macro",
|
|
|
|
"const-cstr",
|
|
|
|
"fbthrift",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"once_cell",
|
|
|
|
"ref-cast",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"thiserror",
|
|
|
|
"thrift_compiler",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "config_thrift"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"codegen_includer_proc_macro",
|
|
|
|
"const-cstr",
|
|
|
|
"fbthrift",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"once_cell",
|
|
|
|
"ref-cast",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"thiserror",
|
|
|
|
"thrift_compiler",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-14 10:40:42 +00:00
|
|
|
name = "configloader"
|
2022-11-24 06:58:03 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-04-16 00:12:36 +00:00
|
|
|
"base64 0.11.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"configmodel",
|
2023-01-14 10:40:42 +00:00
|
|
|
"configset",
|
2022-11-24 06:58:03 +00:00
|
|
|
"dirs 2.0.2",
|
|
|
|
"filetime",
|
|
|
|
"hgplain",
|
|
|
|
"hgtime",
|
|
|
|
"hostcaps",
|
|
|
|
"hostname 0.3.1",
|
|
|
|
"http-client",
|
|
|
|
"identity",
|
|
|
|
"lazy_static",
|
|
|
|
"minibench",
|
|
|
|
"minibytes",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-01-14 10:40:42 +00:00
|
|
|
"serde_urlencoded 0.7.1",
|
2022-11-24 06:58:03 +00:00
|
|
|
"sha2 0.10.6",
|
2023-01-14 10:40:42 +00:00
|
|
|
"staticconfig",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tempdir",
|
|
|
|
"tempfile",
|
|
|
|
"tracing",
|
|
|
|
"types",
|
2023-01-14 10:40:42 +00:00
|
|
|
"unionconfig",
|
|
|
|
"url",
|
2022-11-24 06:58:03 +00:00
|
|
|
"util",
|
|
|
|
"version",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
2023-01-14 10:40:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "configmodel"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"auto_impl",
|
|
|
|
"minibytes",
|
|
|
|
"thiserror",
|
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "configset"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"configmodel",
|
|
|
|
"hgrc-parser",
|
|
|
|
"indexmap",
|
|
|
|
"minibytes",
|
|
|
|
"tempdir",
|
|
|
|
"tracing",
|
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.15.5"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2023-02-07 09:16:43 +00:00
|
|
|
"windows-sys 0.42.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-cstr"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6"
|
|
|
|
|
2023-01-14 10:40:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "control-point"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"lazy_static",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"serde_json",
|
|
|
|
"tempdir",
|
|
|
|
"tracing",
|
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
2023-03-05 10:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "copytrace"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-04-16 00:12:36 +00:00
|
|
|
"async-trait",
|
2023-03-05 10:06:17 +00:00
|
|
|
"dag",
|
|
|
|
"git2",
|
2023-04-16 00:12:36 +00:00
|
|
|
"manifest",
|
|
|
|
"manifest-tree",
|
|
|
|
"pathhistory",
|
|
|
|
"pathmatcher",
|
|
|
|
"storemodel",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
2023-03-05 10:06:17 +00:00
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.8.4"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.2.6"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpython"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3052106c29da7390237bc2310c1928335733b286287754ea85e6093d2495280e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"num-traits",
|
|
|
|
"paste",
|
|
|
|
"python3-sys",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpython_async"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"itertools 0.10.5",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpython_ext"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cpython",
|
|
|
|
"io",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"python3-sys",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_cbor",
|
|
|
|
"thiserror",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fc755679c12bda8e5523a71e4d654b6bf2e14bd838dfc48cde6559a05caf7d1"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"cast 0.2.7",
|
|
|
|
"clap 2.34.0",
|
|
|
|
"criterion-plot",
|
|
|
|
"csv",
|
|
|
|
"itertools 0.8.2",
|
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
|
|
|
|
dependencies = [
|
|
|
|
"cast 0.3.0",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"crossbeam-channel 0.4.4",
|
|
|
|
"crossbeam-deque 0.7.4",
|
|
|
|
"crossbeam-epoch 0.8.2",
|
|
|
|
"crossbeam-queue 0.2.3",
|
|
|
|
"crossbeam-utils 0.7.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-04-16 00:12:36 +00:00
|
|
|
"crossbeam-channel 0.5.8",
|
2023-03-05 10:06:17 +00:00
|
|
|
"crossbeam-deque 0.8.3",
|
|
|
|
"crossbeam-epoch 0.9.14",
|
2023-01-14 10:40:42 +00:00
|
|
|
"crossbeam-queue 0.3.8",
|
2023-03-05 10:06:17 +00:00
|
|
|
"crossbeam-utils 0.8.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils 0.6.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils 0.7.2",
|
|
|
|
"maybe-uninit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.5.8"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-03-05 10:06:17 +00:00
|
|
|
"crossbeam-utils 0.8.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch 0.8.2",
|
|
|
|
"crossbeam-utils 0.7.2",
|
|
|
|
"maybe-uninit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.8.3"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-03-05 10:06:17 +00:00
|
|
|
"crossbeam-epoch 0.9.14",
|
|
|
|
"crossbeam-utils 0.8.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"crossbeam-utils 0.7.2",
|
|
|
|
"lazy_static",
|
|
|
|
"maybe-uninit",
|
|
|
|
"memoffset 0.5.6",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.9.14"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if 1.0.0",
|
2023-03-05 10:06:17 +00:00
|
|
|
"crossbeam-utils 0.8.15",
|
|
|
|
"memoffset 0.8.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"crossbeam-utils 0.7.2",
|
|
|
|
"maybe-uninit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.3.8"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-03-05 10:06:17 +00:00
|
|
|
"crossbeam-utils 0.8.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.8.15"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio 0.7.14",
|
|
|
|
"parking_lot 0.11.2",
|
2023-03-05 10:06:17 +00:00
|
|
|
"signal-hook 0.3.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a6966607622438301997d3dac0d2f6e9a90c68bb6bc1785ea98456ab93c0507"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csscolorparser"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf"
|
|
|
|
dependencies = [
|
|
|
|
"lab",
|
|
|
|
"phf 0.11.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.2.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"csv-core",
|
2023-03-05 10:06:17 +00:00
|
|
|
"itoa 1.0.6",
|
2022-11-24 06:58:03 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
2023-03-05 10:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
|
|
|
version = "3.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639"
|
|
|
|
dependencies = [
|
|
|
|
"nix 0.26.2",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
|
|
|
version = "0.4.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
|
|
|
|
dependencies = [
|
|
|
|
"curl-sys",
|
|
|
|
"libc",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"socket2",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.4.61+curl-8.0.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libnghttp2-sys",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.94"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.94"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 2.0.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.94"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.94"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 2.0.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dag"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"dag-types",
|
|
|
|
"dev-logger",
|
|
|
|
"drawdag",
|
|
|
|
"fail",
|
|
|
|
"fs2",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"indexedlog",
|
|
|
|
"indexmap",
|
|
|
|
"mincode",
|
|
|
|
"minibytes",
|
|
|
|
"nonblocking",
|
|
|
|
"once_cell",
|
|
|
|
"quickcheck",
|
|
|
|
"rand 0.8.5",
|
2023-02-07 09:16:43 +00:00
|
|
|
"renderdag",
|
2022-11-24 06:58:03 +00:00
|
|
|
"serde",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tracing",
|
|
|
|
"vlqencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dag-benches"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bindag",
|
|
|
|
"dag",
|
|
|
|
"mincode",
|
|
|
|
"minibench",
|
|
|
|
"nonblocking",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dag-types"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"abomonation",
|
|
|
|
"abomonation_derive",
|
|
|
|
"minibytes",
|
|
|
|
"quickcheck",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
|
|
|
version = "5.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
2023-02-07 09:16:43 +00:00
|
|
|
"parking_lot_core 0.9.7",
|
2022-11-24 06:58:03 +00:00
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "debugtop"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
|
|
|
"runlog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deltae"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.1"
|
2023-03-05 10:06:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "3ef311e2c0a388b9ba56c839ac68d33b92d18ce7104d0acc4375cb479e2b9a53"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dev-logger"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"block-buffer 0.10.4",
|
2022-11-24 06:58:03 +00:00
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlv-list"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68df3f2b690c1b86e65ef7830956aededf3cb0a16f898f79b9a6f421a7b6211b"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "drawdag"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "eagerepo"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2023-04-16 00:12:36 +00:00
|
|
|
"configloader",
|
|
|
|
"configmodel",
|
2022-11-24 06:58:03 +00:00
|
|
|
"dag",
|
|
|
|
"edenapi_trait",
|
|
|
|
"fail",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
|
|
|
"hgstore",
|
2022-11-24 06:58:03 +00:00
|
|
|
"http",
|
|
|
|
"identity",
|
|
|
|
"manifest-tree",
|
|
|
|
"metalog",
|
|
|
|
"minibytes",
|
|
|
|
"nonblocking",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"storemodel",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tracing",
|
|
|
|
"zstore",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "eden_apfs_mount_helper"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"plist",
|
|
|
|
"pretty_assertions",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha2 0.10.6",
|
|
|
|
"structopt",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "edenapi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"async-trait",
|
|
|
|
"auth",
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"chrono",
|
|
|
|
"configmodel",
|
|
|
|
"edenapi_trait",
|
|
|
|
"edenapi_types",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"hg-http",
|
|
|
|
"http-client",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"lazy_static",
|
|
|
|
"metrics",
|
|
|
|
"minibytes",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"pprint",
|
|
|
|
"progress-model",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"repo_name",
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_json",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tracing",
|
|
|
|
"types",
|
2023-01-14 10:40:42 +00:00
|
|
|
"url",
|
2022-11-24 06:58:03 +00:00
|
|
|
"version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "edenapi_ext"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"blake2",
|
|
|
|
"cloned",
|
|
|
|
"crossbeam 0.8.2",
|
|
|
|
"edenapi",
|
|
|
|
"edenapi_types",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"itertools 0.10.5",
|
|
|
|
"minibytes",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"types",
|
|
|
|
"vfs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "edenapi_trait"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"configmodel",
|
|
|
|
"edenapi_types",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"http",
|
|
|
|
"http-client",
|
|
|
|
"minibytes",
|
|
|
|
"serde_cbor",
|
|
|
|
"thiserror",
|
|
|
|
"types",
|
2023-01-14 10:40:42 +00:00
|
|
|
"url",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "edenapi_types"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"dag-types",
|
|
|
|
"insta_ext",
|
|
|
|
"paste",
|
|
|
|
"quickcheck",
|
|
|
|
"quickcheck_arbitrary_derive",
|
|
|
|
"quickcheck_macros",
|
|
|
|
"revisionstore_types",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"type_macros",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "edenfs_client"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"fbthrift_socket",
|
|
|
|
"identity",
|
|
|
|
"io",
|
|
|
|
"serde",
|
|
|
|
"sha2 0.10.6",
|
|
|
|
"status",
|
|
|
|
"thiserror",
|
|
|
|
"thrift-types",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tokio-uds-compat",
|
|
|
|
"toml",
|
|
|
|
"types",
|
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "1.8.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"local-encoding",
|
|
|
|
"types",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.8.32"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum_dispatch"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.3.11"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "11f36e95862220b211a6e2aa5eca09b4fa391b13cd52ceb8035a24bf65a79de2"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime 1.3.0",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-04-16 00:12:36 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
2023-02-07 09:16:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "eventsource-stream"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74fef4569247a5f429d9156b9d0a2599914385dd189c539334c625d8099d90ab"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"nom 7.1.3",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "exchange"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"dag",
|
|
|
|
"edenapi",
|
|
|
|
"hgcommits",
|
|
|
|
"metalog",
|
|
|
|
"refencode",
|
|
|
|
"tracing",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "extend"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fail"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3be3c61c59fdc91f5dbc3ea31ee8623122ce80057058be560654c5d410d181a6"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"rand 0.7.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "faster-hex"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51e2ce894d53b295cf97b05685aa077950ff3e8541af83217fc720a6437169f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "1.9.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fb303_core"
|
|
|
|
version = "0.0.0"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebook/fb303.git?branch=main#55c736fe6b9f42458d39211ae236cc59412c8424"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"codegen_includer_proc_macro",
|
|
|
|
"const-cstr",
|
|
|
|
"fbthrift",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"once_cell",
|
|
|
|
"ref-cast",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"thiserror",
|
|
|
|
"thrift_compiler",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fbinit"
|
|
|
|
version = "0.1.2"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#c5c0563e8ff9946a116b19e92607288bebc071bc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"fbinit_macros",
|
|
|
|
"quickcheck",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fbinit_macros"
|
|
|
|
version = "0.1.2"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#c5c0563e8ff9946a116b19e92607288bebc071bc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fbthrift"
|
|
|
|
version = "0.0.1+unstable"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebook/fbthrift.git?branch=main#1e7f13644729f1f71434fa06395267db723ad4e0"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"base64 0.11.0",
|
|
|
|
"bufsize",
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"ghost",
|
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"ordered-float 1.1.1",
|
|
|
|
"panic-message",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fbthrift_framed"
|
|
|
|
version = "0.1.0"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#c5c0563e8ff9946a116b19e92607288bebc071bc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tokio-util 0.6.10",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fbthrift_socket"
|
|
|
|
version = "0.1.0"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#c5c0563e8ff9946a116b19e92607288bebc071bc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"fbthrift",
|
|
|
|
"fbthrift_framed",
|
|
|
|
"fbthrift_util",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tokio-tower",
|
|
|
|
"tokio-util 0.6.10",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fbthrift_util"
|
|
|
|
version = "0.1.0"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#c5c0563e8ff9946a116b19e92607288bebc071bc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
2023-04-16 00:12:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filedescriptor"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e70cb4dda2f343f3b7a98a6536559d04a700136cada190822e5d6a99e4184c06"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filedescriptor"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.2.21"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2023-04-16 00:12:36 +00:00
|
|
|
"redox_syscall 0.2.16",
|
|
|
|
"windows-sys 0.48.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "finl_unicode"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crc32fast",
|
|
|
|
"futures 0.1.31",
|
|
|
|
"libc",
|
2023-03-05 10:06:17 +00:00
|
|
|
"miniz_oxide 0.4.4",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tokio-io",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
|
|
|
dependencies = [
|
2023-01-14 10:40:42 +00:00
|
|
|
"percent-encoding",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "formatter"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"configmodel",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"termstyle",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsinfo"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"identity",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsprobe"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"structopt",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsyncglob"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"tempfile",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
version = "0.1.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.28"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.28"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.28"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.28"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.28"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.13.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pin-project-lite",
|
2022-11-24 06:58:03 +00:00
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.28"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 2.0.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.28"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.28"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "3.0.2"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.28"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.31",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pin-project-lite",
|
2022-11-24 06:58:03 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.14.7"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.2.9"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ghost"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.1.9"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "e77ac7b51b8e6313251737fcef4b1c01a2ea102bde68415b62c0ee9268fec357"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 2.0.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
2023-03-05 10:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.27.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0155506aab710a86160ddb504a480d2964d7ab5b9e62419be69e0032bc5931c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
2023-01-14 10:40:42 +00:00
|
|
|
"url",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gitdag"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"dag",
|
|
|
|
"git2",
|
|
|
|
"nonblocking",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gitstore"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"git2",
|
|
|
|
"minibytes",
|
|
|
|
"storemodel",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.3.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.4.10"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
2023-03-05 10:06:17 +00:00
|
|
|
"bstr",
|
2022-11-24 06:58:03 +00:00
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.17"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2023-03-05 10:06:17 +00:00
|
|
|
"tokio-util 0.7.7",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "half"
|
|
|
|
version = "1.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.4.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.7.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.4.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-14 10:40:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-16 00:12:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hg-http"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-runtime",
|
|
|
|
"auth",
|
|
|
|
"clientinfo",
|
|
|
|
"configmodel",
|
|
|
|
"hg-metrics",
|
|
|
|
"http-client",
|
|
|
|
"once_cell",
|
|
|
|
"progress-model",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hg-metrics"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hgcommands"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
2023-04-16 00:12:36 +00:00
|
|
|
"atexit",
|
2022-11-24 06:58:03 +00:00
|
|
|
"bindings",
|
|
|
|
"blackbox",
|
|
|
|
"checkout",
|
|
|
|
"chrono",
|
|
|
|
"clidispatch",
|
|
|
|
"cliparser",
|
|
|
|
"clone",
|
|
|
|
"comfy-table",
|
2023-01-14 10:40:42 +00:00
|
|
|
"configloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"configmodel",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
2023-04-16 00:12:36 +00:00
|
|
|
"ctrlc",
|
2022-11-24 06:58:03 +00:00
|
|
|
"dag",
|
|
|
|
"debugtop",
|
|
|
|
"eagerepo",
|
|
|
|
"edenapi",
|
|
|
|
"edenfs_client",
|
|
|
|
"exchange",
|
|
|
|
"fail",
|
|
|
|
"flate2",
|
|
|
|
"formatter",
|
|
|
|
"fsyncglob",
|
|
|
|
"hg-http",
|
|
|
|
"hgplain",
|
|
|
|
"hgtime",
|
|
|
|
"hostname 0.3.1",
|
|
|
|
"identity",
|
|
|
|
"indexedlog",
|
|
|
|
"libc",
|
|
|
|
"metrics-render",
|
|
|
|
"migration",
|
|
|
|
"mincode",
|
|
|
|
"minibytes",
|
|
|
|
"network-doctor",
|
2023-04-16 00:12:36 +00:00
|
|
|
"nodeipc",
|
2022-11-24 06:58:03 +00:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"pathmatcher",
|
|
|
|
"procinfo",
|
|
|
|
"progress-model",
|
|
|
|
"progress-render",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pyconfigloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"python3-sys",
|
|
|
|
"pytracing",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"repo",
|
|
|
|
"revisionstore",
|
|
|
|
"revsets",
|
|
|
|
"runlog",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"status",
|
|
|
|
"termstyle",
|
|
|
|
"tracing",
|
|
|
|
"tracing-collector",
|
|
|
|
"tracing-reload",
|
|
|
|
"tracing-sampler",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"treestate",
|
|
|
|
"types",
|
2023-01-14 10:40:42 +00:00
|
|
|
"url",
|
2022-11-24 06:58:03 +00:00
|
|
|
"util",
|
|
|
|
"version",
|
|
|
|
"workingcopy",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hgcommits"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"dag",
|
|
|
|
"edenapi",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"gitdag",
|
|
|
|
"metalog",
|
|
|
|
"minibytes",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"refencode",
|
|
|
|
"revlogindex",
|
|
|
|
"serde",
|
|
|
|
"storemodel",
|
|
|
|
"streams",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"types",
|
|
|
|
"zstore",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hgmain"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-03-05 10:06:17 +00:00
|
|
|
"atexit",
|
2022-11-24 06:58:03 +00:00
|
|
|
"clidispatch",
|
2023-01-14 10:40:42 +00:00
|
|
|
"configloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"dirs 2.0.2",
|
|
|
|
"encoding",
|
|
|
|
"hgcommands",
|
|
|
|
"identity",
|
|
|
|
"libc",
|
|
|
|
"pyblackbox",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hgplain"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"identity",
|
|
|
|
]
|
|
|
|
|
2023-01-14 10:40:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hgrc-parser"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2023-04-16 00:12:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hgstore"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"minibytes",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hgtime"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"humantime 2.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hostcaps"
|
|
|
|
version = "0.1.0"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#c5c0563e8ff9946a116b19e92607288bebc071bc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.1.0"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#c5c0563e8ff9946a116b19e92607288bebc071bc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"hostname 0.3.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.2.9"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"fnv",
|
2023-03-05 10:06:17 +00:00
|
|
|
"itoa 1.0.6",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"http",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pin-project-lite",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-client"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"assert_matches",
|
|
|
|
"async-compression",
|
|
|
|
"atty",
|
|
|
|
"crossbeam 0.8.2",
|
|
|
|
"curl",
|
|
|
|
"curl-sys",
|
|
|
|
"env_logger 0.7.1",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"http",
|
|
|
|
"lru-cache",
|
|
|
|
"maplit",
|
|
|
|
"mockito",
|
|
|
|
"once_cell",
|
|
|
|
"openssl",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"paste",
|
|
|
|
"pin-project 0.4.30",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_json",
|
|
|
|
"structopt",
|
|
|
|
"thiserror",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tokio-util 0.6.10",
|
|
|
|
"tracing",
|
2023-01-14 10:40:42 +00:00
|
|
|
"url",
|
2022-11-24 06:58:03 +00:00
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.14.26"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2023-03-05 10:06:17 +00:00
|
|
|
"itoa 1.0.6",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pin-project-lite",
|
2022-11-24 06:58:03 +00:00
|
|
|
"socket2",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.23.2"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"rustls",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tokio-rustls",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.1.56"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-04-16 00:12:36 +00:00
|
|
|
"windows",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "identity"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"dirs 2.0.2",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"tempfile",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.4.20"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexedlog"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"atomicfile",
|
|
|
|
"byteorder",
|
|
|
|
"dev-logger",
|
|
|
|
"fs2",
|
|
|
|
"hex",
|
|
|
|
"libc",
|
2023-03-05 10:06:17 +00:00
|
|
|
"memmap2",
|
2022-11-24 06:58:03 +00:00
|
|
|
"minibench",
|
|
|
|
"minibytes",
|
|
|
|
"once_cell",
|
|
|
|
"quickcheck",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"tempfile",
|
|
|
|
"tracing",
|
|
|
|
"twox-hash",
|
|
|
|
"vlqencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.9.3"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-03-05 10:06:17 +00:00
|
|
|
"arbitrary",
|
2022-11-24 06:58:03 +00:00
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "insta"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.29.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"lazy_static",
|
|
|
|
"linked-hash-map",
|
|
|
|
"serde",
|
|
|
|
"similar",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "insta_ext"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"insta",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "io"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"configmodel",
|
|
|
|
"hgplain",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"pipe",
|
|
|
|
"streampager",
|
|
|
|
"terminal_size 0.1.17",
|
|
|
|
"termwiz",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.10"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
2023-01-14 10:40:42 +00:00
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"hermit-abi 0.3.1",
|
2023-01-14 10:40:42 +00:00
|
|
|
"libc",
|
2023-04-16 00:12:36 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-01-14 10:40:42 +00:00
|
|
|
]
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "2.7.2"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "1.0.6"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.1.26"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.3.61"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lab"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazystr"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lfs_protocol"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"faster-hex",
|
|
|
|
"http",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"quickcheck",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.2.141"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.13.5+1.4.5"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "51e5ea06c26926f1002dd553fded6cfcdc9784c1f60feeb58368b4d9b07b6dba"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libssh2-sys",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libnghttp2-sys"
|
|
|
|
version = "0.1.7+1.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libssh2-sys"
|
|
|
|
version = "0.2.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "line-wrap"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
|
|
|
dependencies = [
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "1.0.8"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-encoding"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1ceb20f39ff7ae42f3ff9795f3986b1daad821caaa1e1732a0944103a5a1a66"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"skeptic",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"value-bag",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
|
|
|
version = "0.7.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lz4-pyframe"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"libc",
|
|
|
|
"lz4-sys",
|
|
|
|
"quickcheck",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lz4-sys"
|
|
|
|
version = "1.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "manifest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"pathmatcher",
|
|
|
|
"quickcheck",
|
|
|
|
"quickcheck_arbitrary_derive",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "manifest-tree"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-03-05 10:06:17 +00:00
|
|
|
"crossbeam 0.8.2",
|
2022-11-24 06:58:03 +00:00
|
|
|
"manifest",
|
|
|
|
"minibench",
|
|
|
|
"minibytes",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"pathmatcher",
|
|
|
|
"progress-model",
|
|
|
|
"quickcheck",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rand_chacha 0.3.1",
|
2023-03-05 10:06:17 +00:00
|
|
|
"sha1",
|
2022-11-24 06:58:03 +00:00
|
|
|
"storemodel",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.5.10"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmem"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-01-14 10:40:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.8.0"
|
2023-01-14 10:40:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
2023-01-14 10:40:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "metalog"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"hex",
|
|
|
|
"indexedlog",
|
|
|
|
"lazy_static",
|
|
|
|
"mincode",
|
|
|
|
"minibytes",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"quickcheck",
|
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
|
|
|
"tracing",
|
|
|
|
"types",
|
|
|
|
"zstore",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "metrics"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "metrics-render"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-runtime",
|
|
|
|
"metrics",
|
|
|
|
"once_cell",
|
|
|
|
"progress-model",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migration"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"configmodel",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.17"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mincode"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"quickcheck",
|
|
|
|
"serde",
|
|
|
|
"vlqencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minibench"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minibytes"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2023-03-05 10:06:17 +00:00
|
|
|
"memmap2",
|
2022-11-24 06:58:03 +00:00
|
|
|
"quickcheck",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-02-07 09:16:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-05 10:06:17 +00:00
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.6.2"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-03-05 10:06:17 +00:00
|
|
|
"adler",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.7.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2023-03-05 10:06:17 +00:00
|
|
|
"miow",
|
2022-11-24 06:58:03 +00:00
|
|
|
"ntapi",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.8.6"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-03-05 10:06:17 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mkscratch"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap 3.2.23",
|
|
|
|
"dirs 2.0.2",
|
2023-03-05 10:06:17 +00:00
|
|
|
"hex",
|
2022-11-24 06:58:03 +00:00
|
|
|
"identity",
|
|
|
|
"libc",
|
|
|
|
"serde",
|
2023-03-05 10:06:17 +00:00
|
|
|
"sha2 0.10.6",
|
2022-11-24 06:58:03 +00:00
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mockito"
|
|
|
|
version = "0.25.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3ae325bcceb48a24302ac57e1055f9173f5fd53be535603ea0ed41dea92db5"
|
|
|
|
dependencies = [
|
|
|
|
"assert-json-diff",
|
|
|
|
"colored",
|
|
|
|
"difference",
|
|
|
|
"httparse",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"regex",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded 0.6.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mpatch"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mpatch-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mpatch-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mutationstore"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bitflags",
|
|
|
|
"dag",
|
|
|
|
"drawdag",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"indexedlog",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"tempdir",
|
|
|
|
"types",
|
|
|
|
"vlqencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "network-doctor"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"auth",
|
|
|
|
"configmodel",
|
|
|
|
"curl",
|
|
|
|
"hg-http",
|
|
|
|
"http",
|
|
|
|
"http-client",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
2023-01-14 10:40:42 +00:00
|
|
|
"url",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.24.3"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"memoffset 0.6.5",
|
|
|
|
]
|
|
|
|
|
2023-03-05 10:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.26.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2023-04-16 00:12:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nodeipc"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"filedescriptor 0.7.3",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nodemap"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"indexedlog",
|
|
|
|
"quickcheck",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-02-07 09:16:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nonblocking"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "1.15.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-01-14 10:40:42 +00:00
|
|
|
"hermit-abi 0.2.6",
|
2022-11-24 06:58:03 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-05 10:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.30.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "1.17.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
|
|
|
version = "11.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.10.50"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "7e30d8bc91859781f0a943411186324d580f2bbeb71b452fe91ae344806af3f1"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"openssl-macros",
|
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.1.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 2.0.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.9.85"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "0d3d193fb1488ad46ffe3aaabc912cc931d02ee8518fe2959aea8ef52718b0c0"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "3.6.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "13a384337e997e6860ffbaa83708b2ef329fd8c54cb67a5f64d421e0f943254f"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ordered-multimap"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c672c7ad9ec066e428c00eb917124a06f08db19e2584de982cc34b1f4c12485"
|
|
|
|
dependencies = [
|
|
|
|
"dlv-list",
|
|
|
|
"hashbrown 0.9.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "6.5.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "panic-message"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "384e52fd8fbd4cbe3c317e8216260c21a0f9134de108cea8a4dd4e7e152c472d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "2.1.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
2023-01-14 10:40:42 +00:00
|
|
|
"parking_lot_core 0.8.6",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-02-07 09:16:43 +00:00
|
|
|
"parking_lot_core 0.9.7",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.8.6"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
2023-04-16 00:12:36 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2022-11-24 06:58:03 +00:00
|
|
|
"smallvec",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.9.7"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2023-04-16 00:12:36 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2022-11-24 06:58:03 +00:00
|
|
|
"smallvec",
|
2023-02-07 09:16:43 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.12"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pathhistory"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"async-trait",
|
|
|
|
"dag",
|
|
|
|
"dev-logger",
|
|
|
|
"manifest",
|
|
|
|
"manifest-tree",
|
|
|
|
"storemodel",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tracing",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pathmatcher"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bitflags",
|
|
|
|
"globset",
|
|
|
|
"ignore",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"types",
|
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "2.5.7"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "7b1403e8401ad5dedea73c626b99758535b342502f8d1e361f4a2dd952749122"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "2.5.7"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "be99c4c1d2fc2769b1d00239431d711d08f6efedcecb8b6e30707160aee99c15"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "2.5.7"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "e56094789873daa36164de2e822b3888c6ae4b4f9da555a1103587658c805b1e"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 2.0.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "2.5.7"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "6733073c7cff3d8459fda0e42f13a047870242aed8b509fe98000928975f359e"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"pest",
|
2023-01-14 10:40:42 +00:00
|
|
|
"sha2 0.10.6",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
|
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
|
|
|
"phf_shared 0.11.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.11.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared 0.11.1",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.11.1",
|
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66"
|
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"phf_generator",
|
2022-11-24 06:58:03 +00:00
|
|
|
"phf_shared 0.11.1",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
|
|
|
version = "0.4.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal 0.4.30",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
|
|
|
version = "1.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal 1.0.12",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "0.4.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "1.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pipe"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9f763a706963c2af5e4e7f5b29a93a42809568b857d73ab8c0c4ecf8edf7f8f"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b59eb8d91dfa89208ec74a920e3b55f840476cf46568026c18dbaa2999e0d48"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.10.1",
|
|
|
|
"chrono",
|
|
|
|
"indexmap",
|
|
|
|
"line-wrap",
|
|
|
|
"serde",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d1685fbe7beba33de0330629da9d955ac75bd54f33d7b79f9a895590124f6bb"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "2.7.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "4be1c66a6add46bff50935c313dae30a5030cf8385c5206e8a95e9e9def974aa"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-04-16 00:12:36 +00:00
|
|
|
"bitflags",
|
2022-11-24 06:58:03 +00:00
|
|
|
"cfg-if 1.0.0",
|
2023-04-16 00:12:36 +00:00
|
|
|
"concurrent-queue",
|
2022-11-24 06:58:03 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2023-04-16 00:12:36 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"windows-sys 0.48.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pprint"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
|
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"diff",
|
|
|
|
"output_vt100",
|
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.56"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "procinfo"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "progress-model"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"paste",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "progress-render"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"progress-model",
|
|
|
|
"termwiz",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8361e81576d2e02643b04950e487ec172b687180da65c731c03cf336784e6c07"
|
|
|
|
dependencies = [
|
|
|
|
"getopts",
|
|
|
|
]
|
|
|
|
|
2023-03-05 10:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pyatexit"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"atexit",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pyauth"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"auth",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pyconfigloader",
|
|
|
|
"url",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyblackbox"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"blackbox",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pybytes"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"minibytes",
|
|
|
|
"python3-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pycats"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cats",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pyconfigloader",
|
|
|
|
"url",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pycheckout"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"checkout",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"manifest-tree",
|
|
|
|
"pathmatcher",
|
|
|
|
"progress-model",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pyconfigloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"pymanifest",
|
|
|
|
"pypathmatcher",
|
|
|
|
"pystatus",
|
|
|
|
"pytreestate",
|
|
|
|
"storemodel",
|
|
|
|
"treestate",
|
|
|
|
"types",
|
|
|
|
"vfs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyclientinfo"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clientinfo",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pyconfigloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pycliparser"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clidispatch",
|
|
|
|
"cliparser",
|
|
|
|
"configmodel",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pyconfigloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
2023-03-05 10:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pyconchparser"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"conch-parser",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
2023-01-14 10:40:42 +00:00
|
|
|
name = "pyconfigloader"
|
2022-11-24 06:58:03 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-01-14 10:40:42 +00:00
|
|
|
"configloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"util",
|
|
|
|
"version",
|
|
|
|
]
|
|
|
|
|
2023-03-05 10:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pycopytrace"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
2023-03-05 10:06:17 +00:00
|
|
|
"copytrace",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
2023-04-16 00:12:36 +00:00
|
|
|
"dag",
|
2023-03-05 10:06:17 +00:00
|
|
|
"parking_lot 0.11.2",
|
2023-04-16 00:12:36 +00:00
|
|
|
"pymanifest",
|
|
|
|
"storemodel",
|
2023-03-05 10:06:17 +00:00
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pydag"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"dag",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"hgcommits",
|
|
|
|
"minibytes",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"pyedenapi",
|
|
|
|
"pymetalog",
|
|
|
|
"storemodel",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pydiffhelpers"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pydirs"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pydoctor"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"network-doctor",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pyconfigloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pydrawdag"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"drawdag",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyeagerepo"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"dag",
|
|
|
|
"eagerepo",
|
|
|
|
"edenapi_types",
|
2023-04-16 00:12:36 +00:00
|
|
|
"pyconfigloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"pydag",
|
|
|
|
"pyedenapi",
|
|
|
|
"storemodel",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyedenapi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"blake2",
|
|
|
|
"cpython",
|
|
|
|
"cpython_async",
|
|
|
|
"cpython_ext",
|
|
|
|
"dag-types",
|
|
|
|
"edenapi",
|
|
|
|
"edenapi_ext",
|
|
|
|
"edenapi_types",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
|
|
|
"hgstore",
|
2022-11-24 06:58:03 +00:00
|
|
|
"minibytes",
|
|
|
|
"progress-model",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pyconfigloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"pyprogress",
|
|
|
|
"pyrevisionstore",
|
|
|
|
"revisionstore",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyerror"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"auth",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"dag",
|
|
|
|
"edenapi",
|
|
|
|
"hgcommits",
|
|
|
|
"http-client",
|
|
|
|
"indexedlog",
|
|
|
|
"metalog",
|
|
|
|
"repo",
|
|
|
|
"repolock",
|
|
|
|
"revisionstore",
|
|
|
|
"revlogindex",
|
|
|
|
"treestate",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyexchange"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"exchange",
|
|
|
|
"pydag",
|
|
|
|
"pyedenapi",
|
|
|
|
"pymetalog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyfail"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"fail",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyfs"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"fsinfo",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pygitstore"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"gitstore",
|
|
|
|
"storemodel",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyhgmetrics"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"hg-metrics",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyhgtime"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"hgtime",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyidentity"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"identity",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyindexedlog"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"indexedlog",
|
|
|
|
"pybytes",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyio"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clidispatch",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pyconfigloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"termstyle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pylock"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"repolock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pylz4"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"lz4-pyframe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pymanifest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"manifest",
|
|
|
|
"manifest-tree",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"pathmatcher",
|
|
|
|
"pypathmatcher",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pymetalog"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"metalog",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pymutationstore"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"byteorder",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"mutationstore",
|
|
|
|
"pydag",
|
|
|
|
"thiserror",
|
|
|
|
"types",
|
|
|
|
"vlqencoding",
|
|
|
|
]
|
|
|
|
|
2023-04-16 00:12:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pynodeipc"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"nodeipc",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pynodemap"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"nodemap",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pypathhistory"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-runtime",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"dag",
|
|
|
|
"pathhistory",
|
|
|
|
"storemodel",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pypathmatcher"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"pathmatcher",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pypprint"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"pprint",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyprocess"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"spawn-ext",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyprogress"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"progress-model",
|
|
|
|
"progress-render",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyrefencode"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"refencode",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyregex"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyrenderdag"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"minibytes",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"renderdag",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyrepo"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"parking_lot 0.11.2",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pyconfigloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"pydag",
|
|
|
|
"pyedenapi",
|
|
|
|
"pymetalog",
|
|
|
|
"pyworkingcopy",
|
|
|
|
"repo",
|
|
|
|
"util",
|
|
|
|
"workingcopy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyrevisionstore"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"async-trait",
|
|
|
|
"configmodel",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"io",
|
|
|
|
"minibytes",
|
|
|
|
"parking_lot 0.11.2",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pyconfigloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"revisionstore",
|
|
|
|
"storemodel",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyrevlogindex"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"dag",
|
|
|
|
"pybytes",
|
|
|
|
"pydag",
|
|
|
|
"revlogindex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pysptui"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clidispatch",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"pipe",
|
|
|
|
"streampager",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pystatus"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"status",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "python3-sys"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49f8b50d72fb3015735aa403eebf19bbd72c093bfeeae24ee798be5f2f1aab52"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pythreading"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytracing"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"lazy_static",
|
|
|
|
"mincode",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"python3-sys",
|
|
|
|
"serde_json",
|
|
|
|
"tracing",
|
|
|
|
"tracing-collector",
|
|
|
|
"tracing-reload",
|
|
|
|
"tracing-runtime-callsite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytreestate"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"pathmatcher",
|
|
|
|
"pypathmatcher",
|
|
|
|
"treestate",
|
|
|
|
"types",
|
|
|
|
"vfs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyvlq"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"vlqencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyworker"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"crossbeam 0.7.3",
|
2023-03-05 10:06:17 +00:00
|
|
|
"memmap2",
|
2022-11-24 06:58:03 +00:00
|
|
|
"minibytes",
|
|
|
|
"pyrevisionstore",
|
|
|
|
"quickcheck",
|
|
|
|
"revisionstore",
|
|
|
|
"tempfile",
|
|
|
|
"tracing",
|
|
|
|
"types",
|
|
|
|
"vfs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyworkingcopy"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"io",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"pathmatcher",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pyconfigloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"pymanifest",
|
|
|
|
"pypathmatcher",
|
|
|
|
"pystatus",
|
|
|
|
"pytreestate",
|
|
|
|
"storemodel",
|
|
|
|
"workingcopy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyzstd"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"zstd",
|
|
|
|
"zstd-safe",
|
|
|
|
"zstdelta",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyzstore"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cpython",
|
|
|
|
"cpython_ext",
|
|
|
|
"zstore",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quickcheck"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
|
|
|
|
dependencies = [
|
|
|
|
"env_logger 0.8.4",
|
|
|
|
"log",
|
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quickcheck_arbitrary_derive"
|
|
|
|
version = "0.1.0"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#c5c0563e8ff9946a116b19e92607288bebc071bc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quickcheck",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quickcheck_macros"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.26"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "radixbuf"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"minibench",
|
|
|
|
"quickcheck",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"thiserror",
|
|
|
|
"vlqencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"getrandom 0.2.9",
|
2022-11-24 06:58:03 +00: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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "1.7.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "1.11.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"crossbeam-channel 0.5.8",
|
2023-03-05 10:06:17 +00:00
|
|
|
"crossbeam-deque 0.8.3",
|
|
|
|
"crossbeam-utils 0.8.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2023-04-16 00:12:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"getrandom 0.2.9",
|
|
|
|
"redox_syscall 0.2.16",
|
2022-11-24 06:58:03 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ref-cast"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.16"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"ref-cast-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ref-cast-impl"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.16"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 2.0.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "refencode"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.7.3"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.6.29"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "renderdag"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"bitflags",
|
2022-11-24 06:58:03 +00:00
|
|
|
"dag",
|
2023-02-07 09:16:43 +00:00
|
|
|
"itertools 0.10.5",
|
|
|
|
"nonblocking",
|
|
|
|
"serde",
|
|
|
|
"unicode-width",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "repo"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
2023-01-14 10:40:42 +00:00
|
|
|
"configloader",
|
2022-11-24 06:58:03 +00:00
|
|
|
"configmodel",
|
2023-03-05 10:06:17 +00:00
|
|
|
"eagerepo",
|
2022-11-24 06:58:03 +00:00
|
|
|
"edenapi",
|
|
|
|
"fail",
|
2023-03-05 10:06:17 +00:00
|
|
|
"gitstore",
|
2022-11-24 06:58:03 +00:00
|
|
|
"hgcommits",
|
|
|
|
"identity",
|
|
|
|
"manifest-tree",
|
|
|
|
"metalog",
|
2023-04-16 00:12:36 +00:00
|
|
|
"once_cell",
|
2022-11-24 06:58:03 +00:00
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"refencode",
|
|
|
|
"repolock",
|
|
|
|
"revisionstore",
|
|
|
|
"revsets",
|
|
|
|
"storemodel",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"treestate",
|
|
|
|
"types",
|
|
|
|
"util",
|
|
|
|
"vfs",
|
|
|
|
"workingcopy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "repo_name"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-01-14 10:40:42 +00:00
|
|
|
"percent-encoding",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "repolock"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"configmodel",
|
|
|
|
"fs2",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.11.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"base64 0.21.0",
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-rustls",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"native-tls",
|
2023-04-16 00:12:36 +00:00
|
|
|
"once_cell",
|
2023-01-14 10:40:42 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2022-11-24 06:58:03 +00:00
|
|
|
"rustls",
|
|
|
|
"rustls-native-certs",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded 0.7.1",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tokio-native-tls",
|
|
|
|
"tokio-rustls",
|
2023-03-05 10:06:17 +00:00
|
|
|
"tokio-util 0.7.7",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tower-service",
|
2023-01-14 10:40:42 +00:00
|
|
|
"url",
|
2022-11-24 06:58:03 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2023-04-16 00:12:36 +00:00
|
|
|
"wasm-streams",
|
2022-11-24 06:58:03 +00:00
|
|
|
"web-sys",
|
|
|
|
"webpki-roots",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2023-02-07 09:16:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest-eventsource"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f03f570355882dd8d15acc3a313841e6e90eddbc76a93c748fd82cc13ba9f51"
|
|
|
|
dependencies = [
|
|
|
|
"eventsource-stream",
|
|
|
|
"futures-core",
|
|
|
|
"futures-timer",
|
|
|
|
"mime",
|
|
|
|
"nom 7.1.3",
|
|
|
|
"pin-project-lite",
|
|
|
|
"reqwest",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "revisionstore"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"async-trait",
|
|
|
|
"auth",
|
|
|
|
"bincode",
|
|
|
|
"blake2",
|
|
|
|
"byteorder",
|
|
|
|
"configmodel",
|
|
|
|
"crossbeam 0.8.2",
|
|
|
|
"edenapi",
|
|
|
|
"edenapi_types",
|
|
|
|
"fbinit",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"hex",
|
|
|
|
"hg-http",
|
|
|
|
"hg-metrics",
|
2023-04-16 00:12:36 +00:00
|
|
|
"hgstore",
|
2022-11-24 06:58:03 +00:00
|
|
|
"hgtime",
|
|
|
|
"http",
|
|
|
|
"http-client",
|
|
|
|
"indexedlog",
|
|
|
|
"lazy_static",
|
|
|
|
"lfs_protocol",
|
|
|
|
"lz4-pyframe",
|
|
|
|
"manifest-tree",
|
|
|
|
"maplit",
|
2023-03-05 10:06:17 +00:00
|
|
|
"memmap2",
|
2022-11-24 06:58:03 +00:00
|
|
|
"mincode",
|
|
|
|
"minibytes",
|
|
|
|
"mockito",
|
|
|
|
"mpatch",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"progress-model",
|
|
|
|
"quickcheck",
|
|
|
|
"quickcheck_arbitrary_derive",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"regex",
|
|
|
|
"revisionstore_types",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2023-03-05 10:06:17 +00:00
|
|
|
"sha1",
|
2022-11-24 06:58:03 +00:00
|
|
|
"sha2 0.10.6",
|
|
|
|
"storemodel",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tokio-stream",
|
|
|
|
"tracing",
|
|
|
|
"types",
|
2023-01-14 10:40:42 +00:00
|
|
|
"url",
|
2022-11-24 06:58:03 +00:00
|
|
|
"util",
|
|
|
|
"version",
|
|
|
|
"vlqencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "revisionstore_types"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
|
|
|
"quickcheck",
|
|
|
|
"quickcheck_arbitrary_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "revlogindex"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"bit-vec",
|
|
|
|
"byteorder",
|
|
|
|
"dag",
|
|
|
|
"indexedlog",
|
|
|
|
"lz4-pyframe",
|
|
|
|
"minibytes",
|
|
|
|
"nonblocking",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"radixbuf",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "revsets"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"dag",
|
|
|
|
"metalog",
|
|
|
|
"refencode",
|
|
|
|
"thiserror",
|
|
|
|
"treestate",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "runlog"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
|
|
|
"configmodel",
|
|
|
|
"fs2",
|
|
|
|
"hg-http",
|
|
|
|
"libc",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"progress-model",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"repo",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-ini"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63471c4aa97a1cf8332a5f97709a79a4234698de6a1f5087faf66f2dae810e22"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"ordered-multimap",
|
|
|
|
]
|
|
|
|
|
2023-03-05 10:06:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.1.22"
|
2023-03-05 10:06:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b"
|
2023-03-05 10:06:17 +00:00
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"semver 1.0.17",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.37.11"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-04-16 00:12:36 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.20.8"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
|
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "1.0.2"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-01-14 10:40:42 +00:00
|
|
|
"base64 0.21.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "1.0.13"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.1.21"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"windows-sys 0.42.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scm_daemon"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap 2.34.0",
|
|
|
|
"commitcloudsubscriber",
|
|
|
|
"env_logger 0.7.1",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2023-02-07 09:16:43 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.5"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "2.8.2"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "2.8.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.17"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.160"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_alt"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_bser"
|
|
|
|
version = "0.3.1"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebook/watchman.git?branch=main#efc891b9f64a7b560b9e06f62fb8767343501729"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"serde",
|
2023-03-05 10:06:17 +00:00
|
|
|
"serde_bytes",
|
2022-11-24 06:58:03 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.11.9"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.160"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 2.0.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.96"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-03-05 10:06:17 +00:00
|
|
|
"itoa 1.0.6",
|
2022-11-24 06:58:03 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
"itoa 0.4.8",
|
|
|
|
"serde",
|
2023-01-14 10:40:42 +00:00
|
|
|
"url",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-03-05 10:06:17 +00:00
|
|
|
"itoa 1.0.6",
|
2022-11-24 06:58:03 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-05 10:06:17 +00:00
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.5"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.10.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.9.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.10.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shellexpand"
|
|
|
|
version = "2.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
|
|
|
|
dependencies = [
|
|
|
|
"dirs 4.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.3.15"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio 0.7.14",
|
2023-03-05 10:06:17 +00:00
|
|
|
"signal-hook 0.3.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "1.4.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "692ca13de57ce0613a363c8c2f1de925adebc81b04c923ac60c5488bb44abe4b"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.3.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "skeptic"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24ebf8a06f5f8bae61ae5bbc7af7aac4ef6907ae975130faba1199e5fe82256a"
|
|
|
|
dependencies = [
|
|
|
|
"pulldown-cmark",
|
|
|
|
"tempdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.4.8"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.4.9"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sorted_vector_map"
|
|
|
|
version = "0.1.0"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#c5c0563e8ff9946a116b19e92607288bebc071bc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"quickcheck",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sparse"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"globset",
|
|
|
|
"once_cell",
|
|
|
|
"pathmatcher",
|
|
|
|
"regex",
|
|
|
|
"thiserror",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tracing",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spawn-ext"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"tempfile",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "staticconfig"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"configmodel",
|
|
|
|
"phf 0.11.1",
|
|
|
|
"staticconfig_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "staticconfig_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-01-14 10:40:42 +00:00
|
|
|
"hgrc-parser",
|
2022-11-24 06:58:03 +00:00
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "status"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "storemodel"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"auto_impl",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"minibytes",
|
|
|
|
"types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "streampager"
|
|
|
|
version = "0.10.3"
|
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
2023-03-05 10:06:17 +00:00
|
|
|
"dirs 2.0.2",
|
2022-11-24 06:58:03 +00:00
|
|
|
"enum_dispatch",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"lru",
|
|
|
|
"memmap2",
|
|
|
|
"regex",
|
|
|
|
"scopeguard",
|
|
|
|
"serde",
|
|
|
|
"smallvec",
|
|
|
|
"tempfile",
|
|
|
|
"terminfo",
|
|
|
|
"termwiz",
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "streams"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"pin-project 0.4.30",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
|
|
|
version = "0.3.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
|
|
|
dependencies = [
|
|
|
|
"clap 2.34.0",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
|
|
|
version = "0.4.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.3.3",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.21.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.3.3",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "2.5.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sval"
|
|
|
|
version = "1.0.0-alpha.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "1.0.109"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-04-16 00:12:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.12.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "3.5.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"fastrand",
|
2023-04-16 00:12:36 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2023-03-05 10:06:17 +00:00
|
|
|
"rustix",
|
2023-04-16 00:12:36 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "1.2.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.2.6"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustix",
|
2023-04-16 00:12:36 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "terminfo"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.7.5"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "da31aef70da0f6352dbcb462683eb4dd2bfad01cf3fc96cf204547b9a839a585"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"dirs 4.0.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"fnv",
|
2023-02-07 09:16:43 +00:00
|
|
|
"nom 5.1.2",
|
|
|
|
"phf 0.11.1",
|
2022-11-24 06:58:03 +00:00
|
|
|
"phf_codegen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termios"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termlogger"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"identity",
|
|
|
|
"io",
|
|
|
|
"lazystr",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termstyle"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"configmodel",
|
|
|
|
"hgplain",
|
|
|
|
"io",
|
|
|
|
"termwiz",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termwiz"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25e302bfaa2555ca7fb55eee19051ad43e510153b19cb880d6da5acb65a72ab9"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"bitflags",
|
|
|
|
"cassowary",
|
|
|
|
"cfg-if 1.0.0",
|
2023-04-16 00:12:36 +00:00
|
|
|
"filedescriptor 0.8.2",
|
2022-11-24 06:58:03 +00:00
|
|
|
"finl_unicode",
|
|
|
|
"fixedbitset",
|
|
|
|
"fnv",
|
|
|
|
"hex",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"memmem",
|
2023-03-05 10:06:17 +00:00
|
|
|
"nix 0.24.3",
|
2022-11-24 06:58:03 +00:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
2023-04-16 00:12:36 +00:00
|
|
|
"ordered-float 3.6.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"phf 0.10.1",
|
|
|
|
"regex",
|
|
|
|
"semver 0.11.0",
|
|
|
|
"sha2 0.9.9",
|
|
|
|
"signal-hook 0.1.17",
|
|
|
|
"siphasher",
|
|
|
|
"terminfo",
|
|
|
|
"termios",
|
|
|
|
"thiserror",
|
|
|
|
"ucd-trie",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"vtparse",
|
|
|
|
"wezterm-bidi",
|
|
|
|
"wezterm-color-types",
|
|
|
|
"wezterm-dynamic",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"terminal_size 0.2.6",
|
2022-11-24 06:58:03 +00:00
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.40"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.40"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 2.0.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "1.1.7"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-03-05 10:06:17 +00:00
|
|
|
"cfg-if 1.0.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thrift"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"codegen_includer_proc_macro",
|
|
|
|
"config_thrift",
|
|
|
|
"const-cstr",
|
|
|
|
"fb303_core",
|
|
|
|
"fbthrift",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"once_cell",
|
|
|
|
"ref-cast",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"sorted_vector_map",
|
|
|
|
"thiserror",
|
|
|
|
"thrift_compiler",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thrift-types"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"config",
|
|
|
|
"config_thrift",
|
|
|
|
"fb303_core",
|
|
|
|
"fbthrift",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"thiserror",
|
|
|
|
"thrift",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thrift_compiler"
|
|
|
|
version = "0.1.0"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#c5c0563e8ff9946a116b19e92607288bebc071bc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap 2.34.0",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.1.45"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.3.20"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-03-05 10:06:17 +00:00
|
|
|
"itoa 1.0.6",
|
2022-11-24 06:58:03 +00:00
|
|
|
"libc",
|
|
|
|
"num_threads",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.2.8"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.1.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.27.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"libc",
|
2023-03-05 10:06:17 +00:00
|
|
|
"mio 0.8.6",
|
2022-11-24 06:58:03 +00:00
|
|
|
"num_cpus",
|
|
|
|
"parking_lot 0.12.1",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pin-project-lite",
|
2022-11-24 06:58:03 +00:00
|
|
|
"signal-hook-registry",
|
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
|
|
|
"tracing",
|
2023-03-05 10:06:17 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.12",
|
|
|
|
"futures 0.1.31",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "2.0.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 2.0.15",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.3.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.23.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.1.12"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2023-03-05 10:06:17 +00:00
|
|
|
"tokio-util 0.7.7",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tower"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4322b6e2ebfd3be4082c16df4341505ef333683158b55f22afaf3f61565d728"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam 0.8.2",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project 1.0.12",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tower",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-uds-compat"
|
|
|
|
version = "0.1.0"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebookexperimental/rust-shed.git?branch=main#c5c0563e8ff9946a116b19e92607288bebc071bc"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tracing",
|
|
|
|
"uds_windows",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.6.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
|
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pin-project-lite",
|
2022-11-24 06:58:03 +00:00
|
|
|
"slab",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-03-05 10:06:17 +00:00
|
|
|
version = "0.7.7"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:06:17 +00:00
|
|
|
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"log",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pin-project-lite",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-analyzer"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"serde_json",
|
|
|
|
"tracing-collector",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-collector"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"libc",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
|
|
|
"futures-task",
|
2022-11-24 06:58:03 +00:00
|
|
|
"pin-project 1.0.12",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-reload"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"once_cell",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-runtime-callsite"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"regex",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-sampler"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"configmodel",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
|
|
|
"tracing",
|
|
|
|
"tracing-serde",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
|
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
2023-03-05 10:06:17 +00:00
|
|
|
"time 0.3.20",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "treestate"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
2023-02-07 09:16:43 +00:00
|
|
|
"fs2",
|
2022-11-24 06:58:03 +00:00
|
|
|
"identity",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"pretty_assertions",
|
|
|
|
"quickcheck",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"repolock",
|
|
|
|
"sha2 0.10.6",
|
2023-02-07 09:16:43 +00:00
|
|
|
"tempfile",
|
2022-11-24 06:58:03 +00:00
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"twox-hash",
|
|
|
|
"types",
|
|
|
|
"util",
|
|
|
|
"uuid",
|
|
|
|
"vlqencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.2.4"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "twox-hash"
|
|
|
|
version = "1.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "type_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "1.16.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "types"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"byteorder",
|
|
|
|
"criterion",
|
|
|
|
"faster-hex",
|
|
|
|
"hex",
|
|
|
|
"lazy_static",
|
|
|
|
"quickcheck",
|
|
|
|
"quickcheck_arbitrary_derive",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"ref-cast",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2023-03-05 10:06:17 +00:00
|
|
|
"sha1",
|
2022-11-24 06:58:03 +00:00
|
|
|
"thiserror",
|
|
|
|
"util",
|
|
|
|
"vlqencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uds_windows"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
|
|
|
|
dependencies = [
|
|
|
|
"tempfile",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.3.13"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.0.8"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "1.10.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unionconfig"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"configmodel",
|
|
|
|
"indexmap",
|
|
|
|
"staticconfig",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-04-16 00:12:36 +00:00
|
|
|
"idna",
|
2023-01-14 10:40:42 +00:00
|
|
|
"percent-encoding",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.2.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "util"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"atomicfile",
|
|
|
|
"dirs 2.0.2",
|
|
|
|
"fs2",
|
|
|
|
"hostname 0.3.1",
|
|
|
|
"lazystr",
|
|
|
|
"libc",
|
2023-03-05 10:06:17 +00:00
|
|
|
"memmap2",
|
2022-11-24 06:58:03 +00:00
|
|
|
"once_cell",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"shellexpand",
|
|
|
|
"tempdir",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "1.3.1"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
2023-03-05 10:06:17 +00:00
|
|
|
"atomic",
|
2023-04-16 00:12:36 +00:00
|
|
|
"getrandom 0.2.9",
|
2022-11-24 06:58:03 +00:00
|
|
|
"serde",
|
2023-03-05 10:06:17 +00:00
|
|
|
"sha1_smol",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "value-bag"
|
|
|
|
version = "1.0.0-alpha.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
|
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"sval",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vfs"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"crossbeam 0.8.2",
|
|
|
|
"dashmap",
|
|
|
|
"fsinfo",
|
2023-01-14 10:40:42 +00:00
|
|
|
"identity",
|
2022-11-24 06:58:03 +00:00
|
|
|
"libc",
|
|
|
|
"minibytes",
|
2023-01-14 10:40:42 +00:00
|
|
|
"once_cell",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tempfile",
|
2023-04-16 00:12:36 +00:00
|
|
|
"thiserror",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2023-04-16 00:12:36 +00:00
|
|
|
"tracing",
|
2022-11-24 06:58:03 +00:00
|
|
|
"types",
|
|
|
|
"util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vlqencoding"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"quickcheck",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vtparse"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "2.3.3"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.2.84"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.2.84"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.4.34"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.2.84"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.2.84"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.2.84"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
2023-04-16 00:12:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "watchman_client"
|
|
|
|
version = "0.8.0"
|
2023-04-16 00:12:36 +00:00
|
|
|
source = "git+https://github.com/facebook/watchman.git?branch=main#efc891b9f64a7b560b9e06f62fb8767343501729"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-02-07 09:16:43 +00:00
|
|
|
"bytes 1.4.0",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"maplit",
|
|
|
|
"serde",
|
|
|
|
"serde_bser",
|
|
|
|
"thiserror",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tokio-util 0.6.10",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "0.3.61"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2023-01-14 10:40:42 +00:00
|
|
|
version = "0.22.6"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 10:40:42 +00:00
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wezterm-bidi"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1560382cf39b0fa92473eae4d5b3772f88c63202cbf5a72c35db72ba99e66c36"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"wezterm-dynamic",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wezterm-color-types"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c6e7a483dd2785ba72705c51e8b1be18300302db2a78368dac9bc8773857777"
|
|
|
|
dependencies = [
|
|
|
|
"csscolorparser",
|
|
|
|
"deltae",
|
|
|
|
"lazy_static",
|
|
|
|
"wezterm-dynamic",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wezterm-dynamic"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75e78c0cc60a76de5d93f9dad05651105351e151b6446ab305514945d7588aa"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-04-16 00:12:36 +00:00
|
|
|
"ordered-float 3.6.0",
|
2022-11-24 06:58:03 +00:00
|
|
|
"strsim 0.10.0",
|
|
|
|
"thiserror",
|
|
|
|
"wezterm-dynamic-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wezterm-dynamic-derive"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c9f5ef318442d07b3d071f9f43ea40b80992f87faee14bb4d017b6991c307f0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-16 00:12:36 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-02-07 09:16:43 +00:00
|
|
|
version = "4.4.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 09:16:43 +00:00
|
|
|
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-04-16 00:12:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.0",
|
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
2023-02-07 09:16:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"windows-targets 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2023-02-07 09:16:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.48.0"
|
2023-02-07 09:16:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
2023-02-07 09:16:43 +00:00
|
|
|
dependencies = [
|
2023-04-16 00:12:36 +00:00
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
2023-02-07 09:16:43 +00:00
|
|
|
]
|
|
|
|
|
2022-11-24 06:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.42.2"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.48.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.42.2"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.42.2"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.48.0"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.42.2"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "0.42.2"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
2022-11-24 06:58:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "workingcopy"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-runtime",
|
|
|
|
"async-trait",
|
2023-04-16 00:12:36 +00:00
|
|
|
"bitflags",
|
2022-11-24 06:58:03 +00:00
|
|
|
"configmodel",
|
|
|
|
"crossbeam 0.8.2",
|
|
|
|
"edenfs_client",
|
2023-04-16 00:12:36 +00:00
|
|
|
"futures 0.3.28",
|
2022-11-24 06:58:03 +00:00
|
|
|
"identity",
|
|
|
|
"io",
|
|
|
|
"manifest",
|
|
|
|
"manifest-tree",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"pathmatcher",
|
2023-01-14 10:40:42 +00:00
|
|
|
"progress-model",
|
2022-11-24 06:58:03 +00:00
|
|
|
"repolock",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sparse",
|
|
|
|
"status",
|
|
|
|
"storemodel",
|
|
|
|
"tempdir",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"thrift-types",
|
2023-01-14 10:40:42 +00:00
|
|
|
"tokio",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tracing",
|
|
|
|
"treestate",
|
|
|
|
"types",
|
|
|
|
"util",
|
|
|
|
"vfs",
|
|
|
|
"watchman_client",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xdiff"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"structopt",
|
|
|
|
"xdiff-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xdiff-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
|
|
|
version = "0.11.2+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
|
|
|
version = "5.0.2+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2023-04-16 00:12:36 +00:00
|
|
|
version = "2.0.8+zstd.1.5.5"
|
2022-11-24 06:58:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-16 00:12:36 +00:00
|
|
|
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
|
2022-11-24 06:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2023-01-14 10:40:42 +00:00
|
|
|
"pkg-config",
|
2022-11-24 06:58:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstdelta"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"quickcheck",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstore"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"indexedlog",
|
|
|
|
"lazy_static",
|
|
|
|
"lru-cache",
|
|
|
|
"mincode",
|
|
|
|
"minibytes",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"quickcheck",
|
|
|
|
"serde",
|
2023-03-05 10:06:17 +00:00
|
|
|
"sha1",
|
2022-11-24 06:58:03 +00:00
|
|
|
"tempfile",
|
|
|
|
"tracing",
|
|
|
|
"types",
|
|
|
|
"zstdelta",
|
|
|
|
]
|