annotate rust/Cargo.lock @ 44313:9ab4830e9e3d

rust-hg-path: add useful methods to `HgPath` This changeset introduces the use of the `pretty_assertions` crate for easier to read test output. Differential Revision: https://phab.mercurial-scm.org/D7867
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 14 Jan 2020 16:50:35 +0100
parents c18dd48cea4a
children 4caac36c66bc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
42497
cc4db4478467 rust: update Cargo.lock to include @generated comment
Yuya Nishihara <yuya@tcha.org>
parents: 42349
diff changeset
1 # This file is automatically @generated by Cargo.
cc4db4478467 rust: update Cargo.lock to include @generated comment
Yuya Nishihara <yuya@tcha.org>
parents: 42349
diff changeset
2 # It is not intended for manual editing.
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
3 [[package]]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
4 name = "aho-corasick"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
5 version = "0.7.8"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
6 source = "registry+https://github.com/rust-lang/crates.io-index"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
7 dependencies = [
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
8 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
9 ]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
10
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
11 [[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
12 name = "ansi_term"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
13 version = "0.11.0"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
14 source = "registry+https://github.com/rust-lang/crates.io-index"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
15 dependencies = [
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
16 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
17 ]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
18
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
19 [[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
20 name = "autocfg"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
21 version = "0.1.7"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
22 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
23
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
24 [[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
25 name = "autocfg"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
26 version = "1.0.0"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
27 source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
28
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
29 [[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
30 name = "bitflags"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
31 version = "1.2.1"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
32 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
33
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
34 [[package]]
42330
e240bec26626 rust-dirstate: add rust-cpython bindings to the new parse/pack functions
Raphaël Gomès <rgomes@octobus.net>
parents: 41703
diff changeset
35 name = "byteorder"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
36 version = "1.3.2"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
37 source = "registry+https://github.com/rust-lang/crates.io-index"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
38
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
39 [[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
40 name = "c2-chacha"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
41 version = "0.2.3"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
42 source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
43 dependencies = [
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
44 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
45 ]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
46
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
47 [[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
48 name = "cfg-if"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
49 version = "0.1.10"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
50 source = "registry+https://github.com/rust-lang/crates.io-index"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
51
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
52 [[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
53 name = "cloudabi"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
54 version = "0.0.3"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
55 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
56 dependencies = [
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
57 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
58 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
59
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
60 [[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
61 name = "cpython"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
62 version = "0.4.1"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
63 source = "registry+https://github.com/rust-lang/crates.io-index"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
64 dependencies = [
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
65 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
66 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
67 "python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
68 "python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
69 ]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
70
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
71 [[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
72 name = "crossbeam-deque"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
73 version = "0.7.2"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
74 source = "registry+https://github.com/rust-lang/crates.io-index"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
75 dependencies = [
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
76 "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
77 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
78 ]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
79
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
80 [[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
81 name = "crossbeam-epoch"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
82 version = "0.8.0"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
83 source = "registry+https://github.com/rust-lang/crates.io-index"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
84 dependencies = [
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
85 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
86 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
87 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
88 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
89 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
90 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
91 ]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
92
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
93 [[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
94 name = "crossbeam-queue"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
95 version = "0.2.1"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
96 source = "registry+https://github.com/rust-lang/crates.io-index"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
97 dependencies = [
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
98 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
99 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
100 ]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
101
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
102 [[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
103 name = "crossbeam-utils"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
104 version = "0.7.0"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
105 source = "registry+https://github.com/rust-lang/crates.io-index"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
106 dependencies = [
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
107 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
108 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
109 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
110 ]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
111
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
112 [[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
113 name = "ctor"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
114 version = "0.1.12"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
115 source = "registry+https://github.com/rust-lang/crates.io-index"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
116 dependencies = [
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
117 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
118 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
119 ]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
120
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
121 [[package]]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
122 name = "difference"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
123 version = "2.0.0"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
124 source = "registry+https://github.com/rust-lang/crates.io-index"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
125
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
126 [[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
127 name = "either"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
128 version = "1.5.3"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
129 source = "registry+https://github.com/rust-lang/crates.io-index"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
130
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
131 [[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
132 name = "fuchsia-cprng"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
133 version = "0.1.1"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
134 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
135
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
136 [[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
137 name = "getrandom"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
138 version = "0.1.14"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
139 source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
140 dependencies = [
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
141 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
142 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
143 "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
144 ]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
145
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
146 [[package]]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
147 name = "hermit-abi"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
148 version = "0.1.6"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
149 source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
150 dependencies = [
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
151 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
152 ]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
153
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
154 [[package]]
44228
7f86426fdd2c rust-node: binary Node ID and conversion utilities
Georges Racinet <georges.racinet@octobus.net>
parents: 43844
diff changeset
155 name = "hex"
7f86426fdd2c rust-node: binary Node ID and conversion utilities
Georges Racinet <georges.racinet@octobus.net>
parents: 43844
diff changeset
156 version = "0.4.0"
7f86426fdd2c rust-node: binary Node ID and conversion utilities
Georges Racinet <georges.racinet@octobus.net>
parents: 43844
diff changeset
157 source = "registry+https://github.com/rust-lang/crates.io-index"
7f86426fdd2c rust-node: binary Node ID and conversion utilities
Georges Racinet <georges.racinet@octobus.net>
parents: 43844
diff changeset
158
7f86426fdd2c rust-node: binary Node ID and conversion utilities
Georges Racinet <georges.racinet@octobus.net>
parents: 43844
diff changeset
159 [[package]]
40271
dbc28c91f7ff rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents: 35601
diff changeset
160 name = "hg-core"
dbc28c91f7ff rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents: 35601
diff changeset
161 version = "0.1.0"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
162 dependencies = [
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
163 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
44228
7f86426fdd2c rust-node: binary Node ID and conversion utilities
Georges Racinet <georges.racinet@octobus.net>
parents: 43844
diff changeset
164 "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
165 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
166 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
167 "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
168 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
169 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
170 "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
171 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
172 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
43844
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
173 "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
174 ]
40271
dbc28c91f7ff rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents: 35601
diff changeset
175
dbc28c91f7ff rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents: 35601
diff changeset
176 [[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
177 name = "hg-cpython"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
178 version = "0.1.0"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
179 dependencies = [
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
180 "cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
181 "hg-core 0.1.0",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
182 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
183 ]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
184
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
185 [[package]]
40272
a36c5e23c055 rust: iterator bindings to C code
Georges Racinet <gracinet@anybox.fr>
parents: 40271
diff changeset
186 name = "hgdirectffi"
a36c5e23c055 rust: iterator bindings to C code
Georges Racinet <gracinet@anybox.fr>
parents: 40271
diff changeset
187 version = "0.1.0"
a36c5e23c055 rust: iterator bindings to C code
Georges Racinet <gracinet@anybox.fr>
parents: 40271
diff changeset
188 dependencies = [
a36c5e23c055 rust: iterator bindings to C code
Georges Racinet <gracinet@anybox.fr>
parents: 40271
diff changeset
189 "hg-core 0.1.0",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
190 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
191 ]
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
192
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
193 [[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
194 name = "lazy_static"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
195 version = "1.4.0"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
196 source = "registry+https://github.com/rust-lang/crates.io-index"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
197
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
198 [[package]]
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
199 name = "libc"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
200 version = "0.2.66"
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
201 source = "registry+https://github.com/rust-lang/crates.io-index"
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
202
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
203 [[package]]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
204 name = "memchr"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
205 version = "2.3.0"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
206 source = "registry+https://github.com/rust-lang/crates.io-index"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
207
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
208 [[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
209 name = "memoffset"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
210 version = "0.5.3"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
211 source = "registry+https://github.com/rust-lang/crates.io-index"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
212 dependencies = [
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
213 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
214 ]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
215
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
216 [[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
217 name = "num-traits"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
218 version = "0.2.11"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
219 source = "registry+https://github.com/rust-lang/crates.io-index"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
220 dependencies = [
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
221 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
222 ]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
223
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
224 [[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
225 name = "num_cpus"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
226 version = "1.12.0"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
227 source = "registry+https://github.com/rust-lang/crates.io-index"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
228 dependencies = [
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
229 "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
230 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
231 ]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
232
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
233 [[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
234 name = "output_vt100"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
235 version = "0.1.2"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
236 source = "registry+https://github.com/rust-lang/crates.io-index"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
237 dependencies = [
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
238 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
239 ]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
240
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
241 [[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
242 name = "ppv-lite86"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
243 version = "0.2.6"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
244 source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
245
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
246 [[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
247 name = "pretty_assertions"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
248 version = "0.6.1"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
249 source = "registry+https://github.com/rust-lang/crates.io-index"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
250 dependencies = [
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
251 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
252 "ctor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
253 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
254 "output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
255 ]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
256
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
257 [[package]]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
258 name = "proc-macro2"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
259 version = "1.0.8"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
260 source = "registry+https://github.com/rust-lang/crates.io-index"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
261 dependencies = [
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
262 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
263 ]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
264
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
265 [[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
266 name = "python27-sys"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
267 version = "0.4.1"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
268 source = "registry+https://github.com/rust-lang/crates.io-index"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
269 dependencies = [
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
270 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
271 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
272 ]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
273
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
274 [[package]]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
275 name = "python3-sys"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
276 version = "0.4.1"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
277 source = "registry+https://github.com/rust-lang/crates.io-index"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
278 dependencies = [
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
279 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
280 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
281 ]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
282
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
283 [[package]]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
284 name = "quote"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
285 version = "1.0.2"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
286 source = "registry+https://github.com/rust-lang/crates.io-index"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
287 dependencies = [
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
288 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
289 ]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
290
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
291 [[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
292 name = "rand"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
293 version = "0.6.5"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
294 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
295 dependencies = [
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
296 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
297 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
298 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
299 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
300 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
301 "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
302 "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
303 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
304 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
305 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
306 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
307 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
308
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
309 [[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
310 name = "rand"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
311 version = "0.7.3"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
312 source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
313 dependencies = [
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
314 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
315 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
316 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
317 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
318 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
319 ]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
320
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
321 [[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
322 name = "rand_chacha"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
323 version = "0.1.1"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
324 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
325 dependencies = [
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
326 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
327 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
328 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
329
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
330 [[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
331 name = "rand_chacha"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
332 version = "0.2.1"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
333 source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
334 dependencies = [
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
335 "c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
336 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
337 ]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
338
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
339 [[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
340 name = "rand_core"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
341 version = "0.3.1"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
342 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
343 dependencies = [
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
344 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
345 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
346
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
347 [[package]]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
348 name = "rand_core"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
349 version = "0.4.2"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
350 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
351
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
352 [[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
353 name = "rand_core"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
354 version = "0.5.1"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
355 source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
356 dependencies = [
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
357 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
358 ]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
359
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
360 [[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
361 name = "rand_hc"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
362 version = "0.1.0"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
363 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
364 dependencies = [
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
365 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
366 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
367
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
368 [[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
369 name = "rand_hc"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
370 version = "0.2.0"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
371 source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
372 dependencies = [
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
373 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
374 ]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
375
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
376 [[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
377 name = "rand_isaac"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
378 version = "0.1.1"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
379 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
380 dependencies = [
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
381 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
382 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
383
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
384 [[package]]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
385 name = "rand_jitter"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
386 version = "0.1.4"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
387 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
388 dependencies = [
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
389 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
390 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
391 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
392 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
393
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
394 [[package]]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
395 name = "rand_os"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
396 version = "0.1.3"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
397 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
398 dependencies = [
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
399 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
400 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
401 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
402 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
403 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
404 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
405 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
406
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
407 [[package]]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
408 name = "rand_pcg"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
409 version = "0.1.2"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
410 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
411 dependencies = [
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
412 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
413 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
414 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
415
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
416 [[package]]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
417 name = "rand_xorshift"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
418 version = "0.1.1"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
419 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
420 dependencies = [
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
421 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
422 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
423
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
424 [[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
425 name = "rayon"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
426 version = "1.3.0"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
427 source = "registry+https://github.com/rust-lang/crates.io-index"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
428 dependencies = [
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
429 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
430 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
431 "rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
432 ]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
433
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
434 [[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
435 name = "rayon-core"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
436 version = "1.7.0"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
437 source = "registry+https://github.com/rust-lang/crates.io-index"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
438 dependencies = [
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
439 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
440 "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
441 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
442 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
443 "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
444 ]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
445
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
446 [[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
447 name = "rdrand"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
448 version = "0.4.0"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
449 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
450 dependencies = [
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
451 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
452 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
453
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
454 [[package]]
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
455 name = "redox_syscall"
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
456 version = "0.1.56"
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
457 source = "registry+https://github.com/rust-lang/crates.io-index"
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
458
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
459 [[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
460 name = "regex"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
461 version = "1.3.4"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
462 source = "registry+https://github.com/rust-lang/crates.io-index"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
463 dependencies = [
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
464 "aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
465 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
466 "regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
467 "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
468 ]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
469
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
470 [[package]]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
471 name = "regex-syntax"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
472 version = "0.6.14"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
473 source = "registry+https://github.com/rust-lang/crates.io-index"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
474
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
475 [[package]]
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
476 name = "remove_dir_all"
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
477 version = "0.5.2"
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
478 source = "registry+https://github.com/rust-lang/crates.io-index"
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
479 dependencies = [
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
480 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
481 ]
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
482
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
483 [[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
484 name = "rustc_version"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
485 version = "0.2.3"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
486 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
487 dependencies = [
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
488 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
489 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
490
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
491 [[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
492 name = "scopeguard"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
493 version = "1.0.0"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
494 source = "registry+https://github.com/rust-lang/crates.io-index"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
495
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
496 [[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
497 name = "semver"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
498 version = "0.9.0"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
499 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
500 dependencies = [
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
501 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
502 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
503
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
504 [[package]]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
505 name = "semver-parser"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
506 version = "0.7.0"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
507 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
508
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
509 [[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
510 name = "syn"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
511 version = "1.0.14"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
512 source = "registry+https://github.com/rust-lang/crates.io-index"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
513 dependencies = [
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
514 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
515 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
516 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
517 ]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
518
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
519 [[package]]
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
520 name = "tempfile"
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
521 version = "3.1.0"
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
522 source = "registry+https://github.com/rust-lang/crates.io-index"
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
523 dependencies = [
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
524 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
525 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
526 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
527 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
528 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
529 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
530 ]
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
531
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
532 [[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
533 name = "thread_local"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
534 version = "1.0.1"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
535 source = "registry+https://github.com/rust-lang/crates.io-index"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
536 dependencies = [
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
537 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
538 ]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
539
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
540 [[package]]
43844
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
541 name = "twox-hash"
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
542 version = "1.5.0"
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
543 source = "registry+https://github.com/rust-lang/crates.io-index"
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
544 dependencies = [
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
545 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
43844
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
546 ]
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
547
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
548 [[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
549 name = "unicode-xid"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
550 version = "0.2.0"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
551 source = "registry+https://github.com/rust-lang/crates.io-index"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
552
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
553 [[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
554 name = "wasi"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
555 version = "0.9.0+wasi-snapshot-preview1"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
556 source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
557
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
558 [[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
559 name = "winapi"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
560 version = "0.3.8"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
561 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
562 dependencies = [
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
563 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
564 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
565 ]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
566
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
567 [[package]]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
568 name = "winapi-i686-pc-windows-gnu"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
569 version = "0.4.0"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
570 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
571
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
572 [[package]]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
573 name = "winapi-x86_64-pc-windows-gnu"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
574 version = "0.4.0"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
575 source = "registry+https://github.com/rust-lang/crates.io-index"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
576
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
577 [metadata]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
578 "checksum aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "743ad5a418686aad3b87fd14c43badd828cf26e214a00f92a384291cf22e1811"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
579 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
580 "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
581 "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
582 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
583 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
584 "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
585 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
586 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
587 "checksum cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfaf3847ab963e40c4f6dd8d6be279bdf74007ae2413786a0dcbb28c52139a95"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
588 "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca"
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
589 "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac"
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
590 "checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
591 "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
592 "checksum ctor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8ce37ad4184ab2ce004c33bf6379185d3b1c95801cab51026bd271bf68eedc"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
593 "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
594 "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
595 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
596 "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
597 "checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
44228
7f86426fdd2c rust-node: binary Node ID and conversion utilities
Georges Racinet <georges.racinet@octobus.net>
parents: 43844
diff changeset
598 "checksum hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
599 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
600 "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
601 "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
602 "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
603 "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
604 "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
605 "checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
606 "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
607 "checksum pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
608 "checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
609 "checksum python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67cb041de8615111bf224dd75667af5f25c6e032118251426fed7f1b70ce4c8c"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
610 "checksum python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90af11779515a1e530af60782d273b59ac79d33b0e253c071a728563957c76d4"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
611 "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
612 "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
613 "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
614 "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
615 "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
616 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
617 "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
618 "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
619 "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
620 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
621 "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
622 "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
623 "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
624 "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
625 "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
626 "checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
627 "checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
628 "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
629 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
630 "checksum regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
631 "checksum regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06"
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
632 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
633 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
634 "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
635 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
636 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
637 "checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
638 "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
639 "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
43844
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
640 "checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
641 "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
642 "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
643 "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
644 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
645 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"