-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathCargo.toml
More file actions
195 lines (189 loc) · 13.8 KB
/
Copy pathCargo.toml
File metadata and controls
195 lines (189 loc) · 13.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
[patch.crates-io]
abomonation = { git = "https://github.com/markbt/abomonation", rev = "0f43346d2afa2aedc64d61f3f4273e8d1e454642" }
arrow = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-arith = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-array = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-buffer = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-cast = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-csv = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-data = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-ipc = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-json = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-ord = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-pyarrow = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-row = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-schema = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-select = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
arrow-string = { version = "57", git = "https://github.com/apache/arrow-rs", rev = "fcfe2b4160f6c99107dc89edecdfcd3ff9a4c867" }
audio_streams = { git = "https://github.com/google/crosvm", rev = "299c1e7c3d5a1b98106212c20f58b9fdb7b1b1ea" }
backtrace = { git = "https://github.com/rust-lang/backtrace-rs", rev = "df979dcf80027eb047d7bb9e0874710c15009f31" }
base64urlsafedata = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "d278c56adfa39a0723c79bdcd461644194bc5138" }
bf-tree = { git = "https://github.com/fbsource/bf-tree", rev = "da3f2364e8f9fe002a85c19de8a879fc2c05f12c" }
bindgen = { git = "https://github.com/jsgf/rust-bindgen", rev = "4d385d21c160e6ee1f443aeb7e00528a1dc7fd44" }
bindgen-cli = { git = "https://github.com/jsgf/rust-bindgen", rev = "4d385d21c160e6ee1f443aeb7e00528a1dc7fd44" }
c2pa = { git = "https://github.com/peekmoar/c2pa-rs", rev = "bc2e763f3333eb7aaa1f169b045c9bbf60b146f7" }
cxx = { git = "https://github.com/facebookexperimental/cxx.git", rev = "b835645da52253df462725516fbd460ef000d496" }
cxx-build = { git = "https://github.com/facebookexperimental/cxx.git", rev = "b835645da52253df462725516fbd460ef000d496" }
darwin-libproc = { git = "https://github.com/fbsource/darwin-libproc", rev = "f73ddb1002d51ae74c1b41670fae56bd5896b7a3" }
gimli = { git = "https://github.com/gimli-rs/gimli.git", rev = "ebad63b48e960270b8d8d0dec74f5b2e54cad13f" }
imgui = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "2abba18c08fb5e70c699ba7992342e7ff8573b09" }
imgui-sys = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "2abba18c08fb5e70c699ba7992342e7ff8573b09" }
k = { git = "https://github.com/prnthp-meta/k", rev = "f06b504c563a4763dbf2d47366b868f67d5c9dd2" }
libcras = { git = "https://github.com/google/crosvm", rev = "299c1e7c3d5a1b98106212c20f58b9fdb7b1b1ea" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
minijail = { git = "https://chromium.googlesource.com/chromiumos/platform/minijail", rev = "fc020fd4672b3340ee706e192d043e12df8c8578" }
modcholesky = { git = "https://github.com/argmin-rs/modcholesky", rev = "0ef5ed8f589ec77ff348d98747431aefa369f942" }
murmur3 = { git = "https://github.com/stusmall/murmur3", rev = "f363bf6dd1d668988bf798c320823f8ceaedf5aa" }
opentelemetry = { git = "https://github.com/open-telemetry/opentelemetry-rust", rev = "b998a568632baaa424793a000dfb015f28b5aa5c" }
opentelemetry-http = { git = "https://github.com/open-telemetry/opentelemetry-rust", rev = "b998a568632baaa424793a000dfb015f28b5aa5c" }
opentelemetry-otlp = { git = "https://github.com/open-telemetry/opentelemetry-rust", rev = "b998a568632baaa424793a000dfb015f28b5aa5c" }
opentelemetry-proto = { git = "https://github.com/open-telemetry/opentelemetry-rust", rev = "b998a568632baaa424793a000dfb015f28b5aa5c" }
opentelemetry-stdout = { git = "https://github.com/open-telemetry/opentelemetry-rust", rev = "b998a568632baaa424793a000dfb015f28b5aa5c" }
opentelemetry_sdk = { git = "https://github.com/open-telemetry/opentelemetry-rust", rev = "b998a568632baaa424793a000dfb015f28b5aa5c" }
pcap = { git = "https://github.com/qrnch-jan/pcap", rev = "0c6ed076c84ef0c63198d384a24d66b737b24e4a" }
perf-event = { version = "0.4", git = "https://github.com/Nero5023/perf-event.git", rev = "6dae86b6d4807acec081e6dc0a53167f57f8c0f4" }
perf-event-open-sys = { version = "5.0", git = "https://github.com/Nero5023/perf-event.git", rev = "6dae86b6d4807acec081e6dc0a53167f57f8c0f4" }
pest_consume_macros = { git = "https://github.com/fbsource/pest_consume", rev = "d71e4813aaf5514b8340d2970b3a717e1cf2ea45" }
plexi-core = { version = "0.1.2", git = "https://github.com/markbt/plexi", rev = "9d459b7fb26101e5c9c2489c220cbae03d1d7afe" }
postgres = { git = "https://github.com/neondatabase/rust-postgres.git", rev = "f3cf448febde5fd298071d54d568a9c875a7a62b" }
postgres-protocol = { git = "https://github.com/neondatabase/rust-postgres.git", rev = "f3cf448febde5fd298071d54d568a9c875a7a62b" }
postgres-types = { git = "https://github.com/neondatabase/rust-postgres.git", rev = "f3cf448febde5fd298071d54d568a9c875a7a62b" }
prettytable-rs = { git = "https://github.com/asm89/prettytable-rs", rev = "d5e2a480c02b0c4be8d61f4f3a9039c841376433" }
protobuf-build = { git = "https://github.com/fbsource/protobuf-build", rev = "ee1de946ce2fd7d06a7a4fab7141e02c49f0981f" }
quickcheck_async = { git = "https://github.com/markbt/quickcheck_async", rev = "76b13525ca93e0725e757f841fc6ccab8bae1913" }
rinja = { git = "https://github.com/fbsource/askama", rev = "2fc6173c98034c148f46330fc39a006cf0b09efe" }
riscv = { git = "https://github.com/rust-embedded/riscv", rev = "c2c9c7b77091a43b64bf0fd6a876c81a29438cf5" }
riscv-types = { git = "https://github.com/rust-embedded/riscv", rev = "c2c9c7b77091a43b64bf0fd6a876c81a29438cf5" }
rootcause = { git = "https://github.com/rootcause-rs/rootcause.git", rev = "5010b020a57786de6f18bad027560d54b73875b0" }
rootcause-backtrace = { git = "https://github.com/rootcause-rs/rootcause.git", rev = "5010b020a57786de6f18bad027560d54b73875b0" }
rust-embed = { git = "https://github.com/fbsource/rust-embed", rev = "59bdd02a40ab750020428af2f1c40d9bd52b08d4" }
rust-embed-impl = { git = "https://github.com/fbsource/rust-embed", rev = "59bdd02a40ab750020428af2f1c40d9bd52b08d4" }
rust-embed-utils = { git = "https://github.com/fbsource/rust-embed", rev = "59bdd02a40ab750020428af2f1c40d9bd52b08d4" }
rust-stemmers = { git = "https://github.com/fbsource/rust-stemmers", rev = "3b2545218f76e797baecbf91fa1cbd2c0db60726" }
rustls-native-certs = { git = "https://github.com/rustls/rustls-native-certs", rev = "9734b4cc0bfa88224e0fc49867abafa1c56fa28d" }
spm_precompiled = { version = "0.1.4", git = "https://github.com/huggingface/spm_precompiled", rev = "6e3ffb3ef2504f38e66273002fca0661da4121cc" }
stabby = { git = "https://github.com/nitinsingh-meta/stabby", rev = "304c895c34e502fc635b85df6d4f22f746747ed4" }
tokio-postgres = { git = "https://github.com/neondatabase/rust-postgres.git", rev = "f3cf448febde5fd298071d54d568a9c875a7a62b" }
tonic = { git = "https://github.com/grpc/grpc-rust", rev = "de65d0a48783869d89b7d8d4a65ce703f1612249" }
vm-allocator = { git = "https://github.com/rust-vmm/vm-allocator", rev = "5fb545cc6e41fdc9f27d48d97ed26274a35bc6c6" }
warp = { git = "https://github.com/jdthomas/warp.git", rev = "c794232d182abaa3add8184e7d661e084cc516c5" }
wezterm-color-types = { git = "https://github.com/wezterm/wezterm.git", rev = "05343b387085842b434d267f91b6b0ec157e4331" }
wezterm-dynamic = { git = "https://github.com/wezterm/wezterm.git", rev = "05343b387085842b434d267f91b6b0ec157e4331" }
wezterm-input-types = { git = "https://github.com/wezterm/wezterm.git", rev = "05343b387085842b434d267f91b6b0ec157e4331" }
zbus = { git = "https://github.com/z-galaxy/zbus", rev = "40d8995fa012652c1b1e1e9bd96e54327024be09" }
zbus_macros = { git = "https://github.com/z-galaxy/zbus", rev = "40d8995fa012652c1b1e1e9bd96e54327024be09" }
zvariant = { git = "https://github.com/z-galaxy/zbus", rev = "40d8995fa012652c1b1e1e9bd96e54327024be09" }
zvariant_derive = { git = "https://github.com/z-galaxy/zbus", rev = "40d8995fa012652c1b1e1e9bd96e54327024be09" }
[patch."https://github.com/lance-format/lance.git"]
fsst = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-arrow = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-arrow-scalar = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-arrow-stats = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-bitpacking = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-core = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-datafusion = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-datagen = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-derive = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-encoding = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-file = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-index = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-index-core = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-io = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-linalg = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-namespace = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-namespace-impls = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-select = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-table = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
lance-tokenizer = { git = "https://github.com/fbsource/lance", rev = "f7d475539cefbd140cc46a828f3d843e68cd10f1" }
[patch."https://github.com/milvus-io/rust-stemmers.git"]
rust-stemmers = { git = "https://github.com/fbsource/rust-stemmers", rev = "3b2545218f76e797baecbf91fa1cbd2c0db60726" }
[patch."https://github.com/wez/finl_unicode.git"]
finl_unicode = { git = "https://github.com/dahosek/finl_unicode.git", rev = "a1892f26245529f2ef3877a9ebd610c96cec07a6" }
[patch."https://github.com/wezterm/wezterm.git"]
filedescriptor = "0.8.3"
vtparse = "0.7"
wezterm-bidi = "0.2.3"
wezterm-blob-leases = "0.1.1"
wezterm-dynamic-derive = "0.1.1"
[workspace]
members = [
"shed/abomonable_string",
"shed/ascii_ext",
"shed/async_once_cell",
"shed/async_process_traits",
"shed/borrowed",
"shed/bounded_traversal",
"shed/buffered_weighted",
"shed/cached_config",
"shed/cachelib_stub",
"shed/chrome_trace",
"shed/cloned",
"shed/codegen_includer_proc_macro",
"shed/detect_eden",
"shed/facet",
"shed/facet/proc_macros",
"shed/failure_ext",
"shed/fbinit",
"shed/fbinit/fbinit-tokio",
"shed/fbinit/fbinit_macros",
"shed/fbthrift_ext/adapters",
"shed/fbthrift_ext/framed",
"shed/fbthrift_ext/socket",
"shed/fbthrift_ext/tcp",
"shed/fbthrift_ext/util",
"shed/fsiomicrobench",
"shed/futures_01_ext",
"shed/futures_ext",
"shed/futures_lazy_shared",
"shed/futures_retry",
"shed/futures_stats",
"shed/hash_memo",
"shed/hlist_to_tuple",
"shed/hostcaps",
"shed/hostname",
"shed/justknobs_stub",
"shed/justknobs_stub/cached_config_thrift_struct",
"shed/justknobs_stub/cached_config_thrift_struct/clients",
"shed/justknobs_stub/cached_config_thrift_struct/mocks",
"shed/justknobs_stub/cached_config_thrift_struct/services",
"shed/lock_ext",
"shed/memcache_stub",
"shed/memcache_stub/common",
"shed/netstring",
"shed/ods",
"shed/panichandler",
"shed/perthread",
"shed/quickcheck_arbitrary_derive",
"shed/sampling",
"shed/scuba_sample",
"shed/scuba_sample/builder",
"shed/scuba_sample/client",
"shed/scuba_sample/derive",
"shed/scuba_sample/derive_tests",
"shed/scuba_stub",
"shed/secure_utils",
"shed/services",
"shed/services/common",
"shed/shared_error",
"shed/slog_glog_fmt",
"shed/sorted_vector_map",
"shed/sql",
"shed/sql/common",
"shed/sql/derive",
"shed/sql/mysql_client_traits",
"shed/sql/tests_lib",
"shed/stats",
"shed/stats/traits",
"shed/thrift_compiler",
"shed/time_ext",
"shed/tokio-detectors",
"shed/tokio-uds-compat",
"shed/tracing_slog_compat",
"shed/tracing_slog_compat/example",
"shed/weight_observer",
]
resolver = "2"
[workspace.package]
license = "MIT OR Apache-2.0"
repository = "https://github.com/facebookexperimental/rust-shed"