rust/Cargo.lock
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 06 Jan 2021 18:31:16 +0530
changeset 46236 eec47efe219d
parent 46181 3aec2620554b
child 46462 0800aa42bb4c
permissions -rw-r--r--
sharesafe: add functionality to automatically downgrade shares Reasoning is same as previous patch which adds automatic upgrade support. Downgrade is required as if automatic upgrade is enabled, all shares upgrade and then source repository downgrades, shares won't work. We need to downgrade them. Differential Revision: https://phab.mercurial-scm.org/D9680
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
     4
name = "adler"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
     5
version = "0.2.3"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
     6
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
     7
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
     8
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
     9
name = "aho-corasick"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    10
version = "0.7.15"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
    11
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
    12
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    13
 "memchr 2.3.4 (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
    14
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
    15
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
    16
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
    17
name = "ansi_term"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
    18
version = "0.11.0"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
    19
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
    20
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    21
 "winapi 0.3.9 (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
    22
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
    23
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
    24
[[package]]
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    25
name = "atty"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    26
version = "0.2.14"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    27
source = "registry+https://github.com/rust-lang/crates.io-index"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    28
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    29
 "hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    30
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    31
 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    32
]
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    33
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    34
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
    35
name = "autocfg"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    36
version = "1.0.1"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
    37
source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
    38
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
    39
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
    40
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
    41
version = "1.2.1"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
    42
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
    43
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
    44
[[package]]
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    45
name = "bitmaps"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    46
version = "2.1.0"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    47
source = "registry+https://github.com/rust-lang/crates.io-index"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    48
dependencies = [
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    49
 "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    50
]
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    51
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    52
[[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
    53
name = "byteorder"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
    54
version = "1.3.4"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
    55
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
    56
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
    57
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    58
name = "cc"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    59
version = "1.0.66"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    60
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    61
dependencies = [
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    62
 "jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    63
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    64
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    65
[[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
    66
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
    67
version = "0.1.10"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
    68
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
    69
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
    70
[[package]]
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    71
name = "cfg-if"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    72
version = "1.0.0"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    73
source = "registry+https://github.com/rust-lang/crates.io-index"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    74
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    75
[[package]]
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    76
name = "clap"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    77
version = "2.33.3"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    78
source = "registry+https://github.com/rust-lang/crates.io-index"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    79
dependencies = [
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    80
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    81
 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    82
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    83
 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    84
 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    85
 "unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    86
 "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    87
]
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    88
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    89
[[package]]
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    90
name = "const_fn"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    91
version = "0.4.4"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    92
source = "registry+https://github.com/rust-lang/crates.io-index"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    93
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    94
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
    95
name = "cpython"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
    96
version = "0.4.1"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
    97
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
    98
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
    99
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   100
 "num-traits 0.2.14 (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
   101
 "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
   102
 "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
   103
]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   104
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   105
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   106
name = "crc32fast"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   107
version = "1.2.1"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   108
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   109
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   110
 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   111
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   112
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   113
[[package]]
44549
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   114
name = "crossbeam-channel"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   115
version = "0.4.4"
44549
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   116
source = "registry+https://github.com/rust-lang/crates.io-index"
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   117
dependencies = [
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   118
 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
44549
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   119
 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   120
]
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   121
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   122
[[package]]
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   123
name = "crossbeam-channel"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   124
version = "0.5.0"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   125
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
   126
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   127
 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   128
 "crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   129
]
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   130
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   131
[[package]]
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   132
name = "crossbeam-deque"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   133
version = "0.8.0"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   134
source = "registry+https://github.com/rust-lang/crates.io-index"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   135
dependencies = [
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   136
 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   137
 "crossbeam-epoch 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   138
 "crossbeam-utils 0.8.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
   139
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   140
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   141
[[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   142
name = "crossbeam-epoch"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   143
version = "0.9.1"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   144
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
   145
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   146
 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   147
 "const_fn 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   148
 "crossbeam-utils 0.8.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
   149
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   150
 "memoffset 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   151
 "scopeguard 1.1.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
   152
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   153
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   154
[[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   155
name = "crossbeam-utils"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   156
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
   157
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
   158
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   159
 "autocfg 1.0.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
   160
 "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
   161
 "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
   162
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   163
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   164
[[package]]
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   165
name = "crossbeam-utils"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   166
version = "0.8.1"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   167
source = "registry+https://github.com/rust-lang/crates.io-index"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   168
dependencies = [
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   169
 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   170
 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   171
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   172
]
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   173
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   174
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   175
name = "ctor"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   176
version = "0.1.16"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   177
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
   178
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   179
 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   180
 "syn 1.0.54 (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
   181
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   182
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   183
[[package]]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   184
name = "difference"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   185
version = "2.0.0"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   186
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
   187
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   188
[[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   189
name = "either"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   190
version = "1.6.1"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   191
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
   192
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   193
[[package]]
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   194
name = "env_logger"
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   195
version = "0.7.1"
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   196
source = "registry+https://github.com/rust-lang/crates.io-index"
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   197
dependencies = [
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   198
 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   199
 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   200
 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   201
 "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   202
 "termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   203
]
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   204
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   205
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   206
name = "flate2"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   207
version = "1.0.19"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   208
source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   209
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   210
 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   211
 "crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   212
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   213
 "libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   214
 "miniz_oxide 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   215
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   216
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   217
[[package]]
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   218
name = "format-bytes"
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   219
version = "0.1.3"
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   220
source = "registry+https://github.com/rust-lang/crates.io-index"
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   221
dependencies = [
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   222
 "format-bytes-macros 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   223
 "proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)",
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   224
]
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   225
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   226
[[package]]
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   227
name = "format-bytes-macros"
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   228
version = "0.1.2"
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   229
source = "registry+https://github.com/rust-lang/crates.io-index"
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   230
dependencies = [
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   231
 "proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   232
 "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   233
 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   234
 "syn 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   235
]
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   236
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   237
[[package]]
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   238
name = "fuchsia-cprng"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   239
version = "0.1.1"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   240
source = "registry+https://github.com/rust-lang/crates.io-index"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   241
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   242
[[package]]
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   243
name = "gcc"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   244
version = "0.3.55"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   245
source = "registry+https://github.com/rust-lang/crates.io-index"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   246
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   247
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   248
name = "getrandom"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   249
version = "0.1.15"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   250
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   251
dependencies = [
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   252
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   253
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   254
 "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
   255
]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   256
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   257
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   258
name = "glob"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   259
version = "0.3.0"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   260
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   261
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   262
[[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   263
name = "hermit-abi"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   264
version = "0.1.17"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   265
source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   266
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   267
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   268
]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   269
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   270
[[package]]
44228
7f86426fdd2c rust-node: binary Node ID and conversion utilities
Georges Racinet <georges.racinet@octobus.net>
parents: 43844
diff changeset
   271
name = "hex"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   272
version = "0.4.2"
44228
7f86426fdd2c rust-node: binary Node ID and conversion utilities
Georges Racinet <georges.racinet@octobus.net>
parents: 43844
diff changeset
   273
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
   274
7f86426fdd2c rust-node: binary Node ID and conversion utilities
Georges Racinet <georges.racinet@octobus.net>
parents: 43844
diff changeset
   275
[[package]]
40271
dbc28c91f7ff rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents: 35601
diff changeset
   276
name = "hg-core"
dbc28c91f7ff rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents: 35601
diff changeset
   277
version = "0.1.0"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   278
dependencies = [
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   279
 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   280
 "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
46058
fd47483f1645 rust: use crossbeam-channel crate directly
Simon Sapin <simon-commits@exyr.org>
parents: 45999
diff changeset
   281
 "crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   282
 "flate2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   283
 "format-bytes 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   284
 "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   285
 "im-rc 15.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
   286
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   287
 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   288
 "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   289
 "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   290
 "micro-timer 0.3.1 (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
   291
 "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
44606
d31d1c0685be rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 44605
diff changeset
   292
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
d31d1c0685be rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 44605
diff changeset
   293
 "rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
d31d1c0685be rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 44605
diff changeset
   294
 "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   295
 "rayon 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   296
 "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   297
 "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   298
 "same-file 1.0.6 (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
   299
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   300
 "twox-hash 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   301
 "zstd 0.5.3+zstd.1.4.5 (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
   302
]
40271
dbc28c91f7ff rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents: 35601
diff changeset
   303
dbc28c91f7ff rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents: 35601
diff changeset
   304
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   305
name = "hg-cpython"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   306
version = "0.1.0"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   307
dependencies = [
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   308
 "cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   309
 "env_logger 0.7.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
   310
 "hg-core 0.1.0",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   311
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   312
 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   313
]
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   314
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   315
[[package]]
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   316
name = "humantime"
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   317
version = "1.3.0"
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   318
source = "registry+https://github.com/rust-lang/crates.io-index"
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   319
dependencies = [
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   320
 "quick-error 1.2.3 (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
   321
]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   322
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   323
[[package]]
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   324
name = "im-rc"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   325
version = "15.0.0"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   326
source = "registry+https://github.com/rust-lang/crates.io-index"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   327
dependencies = [
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   328
 "bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   329
 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   330
 "rand_xoshiro 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   331
 "sized-chunks 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   332
 "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   333
 "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   334
]
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   335
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   336
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   337
name = "itertools"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   338
version = "0.9.0"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   339
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   340
dependencies = [
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   341
 "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   342
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   343
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   344
[[package]]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   345
name = "jobserver"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   346
version = "0.1.21"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   347
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   348
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   349
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   350
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   351
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   352
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   353
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
   354
version = "1.4.0"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   355
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
   356
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   357
[[package]]
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   358
name = "libc"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   359
version = "0.2.81"
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   360
source = "registry+https://github.com/rust-lang/crates.io-index"
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   361
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   362
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   363
name = "libz-sys"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   364
version = "1.1.2"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   365
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   366
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   367
 "cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   368
 "pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   369
 "vcpkg 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   370
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   371
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   372
[[package]]
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   373
name = "log"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   374
version = "0.4.11"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   375
source = "registry+https://github.com/rust-lang/crates.io-index"
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   376
dependencies = [
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   377
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   378
]
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   379
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   380
[[package]]
44549
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   381
name = "maybe-uninit"
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   382
version = "2.0.0"
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   383
source = "registry+https://github.com/rust-lang/crates.io-index"
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   384
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   385
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   386
name = "memchr"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   387
version = "2.3.4"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   388
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
   389
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   390
[[package]]
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   391
name = "memmap"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   392
version = "0.7.0"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   393
source = "registry+https://github.com/rust-lang/crates.io-index"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   394
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   395
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   396
 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   397
]
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   398
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   399
[[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   400
name = "memoffset"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   401
version = "0.6.1"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   402
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
   403
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   404
 "autocfg 1.0.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
   405
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   406
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   407
[[package]]
44551
d880805d5442 hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents: 44550
diff changeset
   408
name = "micro-timer"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   409
version = "0.3.1"
44605
f451a347d21a rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 44581
diff changeset
   410
source = "registry+https://github.com/rust-lang/crates.io-index"
f451a347d21a rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 44581
diff changeset
   411
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   412
 "micro-timer-macros 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
44605
f451a347d21a rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 44581
diff changeset
   413
 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
f451a347d21a rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 44581
diff changeset
   414
]
f451a347d21a rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 44581
diff changeset
   415
f451a347d21a rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 44581
diff changeset
   416
[[package]]
f451a347d21a rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 44581
diff changeset
   417
name = "micro-timer-macros"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   418
version = "0.3.1"
44551
d880805d5442 hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents: 44550
diff changeset
   419
source = "registry+https://github.com/rust-lang/crates.io-index"
d880805d5442 hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents: 44550
diff changeset
   420
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   421
 "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   422
 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
44605
f451a347d21a rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 44581
diff changeset
   423
 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   424
 "syn 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   425
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   426
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   427
[[package]]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   428
name = "miniz_oxide"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   429
version = "0.4.3"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   430
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   431
dependencies = [
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   432
 "adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   433
 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
44551
d880805d5442 hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents: 44550
diff changeset
   434
]
d880805d5442 hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents: 44550
diff changeset
   435
d880805d5442 hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents: 44550
diff changeset
   436
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   437
name = "num-traits"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   438
version = "0.2.14"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   439
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
   440
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   441
 "autocfg 1.0.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
   442
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   443
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   444
[[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   445
name = "num_cpus"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   446
version = "1.13.0"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   447
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
   448
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   449
 "hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   450
 "libc 0.2.81 (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
   451
]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   452
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   453
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   454
name = "output_vt100"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   455
version = "0.1.2"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   456
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
   457
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   458
 "winapi 0.3.9 (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
   459
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   460
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   461
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   462
name = "pkg-config"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   463
version = "0.3.19"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   464
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   465
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   466
[[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   467
name = "ppv-lite86"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   468
version = "0.2.10"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   469
source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   470
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   471
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   472
name = "pretty_assertions"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   473
version = "0.6.1"
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   474
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
   475
dependencies = [
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   476
 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   477
 "ctor 0.1.16 (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
   478
 "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
   479
 "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
   480
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   481
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   482
[[package]]
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   483
name = "proc-macro-hack"
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   484
version = "0.5.19"
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   485
source = "registry+https://github.com/rust-lang/crates.io-index"
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   486
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   487
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   488
name = "proc-macro2"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   489
version = "1.0.24"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   490
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
   491
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   492
 "unicode-xid 0.2.1 (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
   493
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   494
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   495
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   496
name = "python27-sys"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   497
version = "0.4.1"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   498
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
   499
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   500
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   501
 "regex 1.4.2 (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
   502
]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   503
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   504
[[package]]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   505
name = "python3-sys"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   506
version = "0.4.1"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   507
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
   508
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   509
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   510
 "regex 1.4.2 (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
   511
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   512
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   513
[[package]]
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   514
name = "quick-error"
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   515
version = "1.2.3"
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   516
source = "registry+https://github.com/rust-lang/crates.io-index"
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   517
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   518
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   519
name = "quote"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   520
version = "1.0.7"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   521
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
   522
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   523
 "proc-macro2 1.0.24 (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
   524
]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   525
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   526
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   527
name = "rand"
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   528
version = "0.3.23"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   529
source = "registry+https://github.com/rust-lang/crates.io-index"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   530
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   531
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   532
 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   533
]
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   534
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   535
[[package]]
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   536
name = "rand"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   537
version = "0.4.6"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   538
source = "registry+https://github.com/rust-lang/crates.io-index"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   539
dependencies = [
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   540
 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   541
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   542
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   543
 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   544
 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   545
]
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   546
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   547
[[package]]
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   548
name = "rand"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   549
version = "0.7.3"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   550
source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   551
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   552
 "getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   553
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   554
 "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   555
 "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
   556
 "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
   557
]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   558
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   559
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   560
name = "rand_chacha"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   561
version = "0.2.2"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   562
source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   563
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   564
 "ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   565
 "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
   566
]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   567
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   568
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   569
name = "rand_core"
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   570
version = "0.3.1"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   571
source = "registry+https://github.com/rust-lang/crates.io-index"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   572
dependencies = [
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   573
 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   574
]
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   575
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   576
[[package]]
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   577
name = "rand_core"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   578
version = "0.4.2"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   579
source = "registry+https://github.com/rust-lang/crates.io-index"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   580
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   581
[[package]]
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   582
name = "rand_core"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   583
version = "0.5.1"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   584
source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   585
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   586
 "getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   587
]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   588
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   589
[[package]]
44606
d31d1c0685be rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 44605
diff changeset
   590
name = "rand_distr"
d31d1c0685be rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 44605
diff changeset
   591
version = "0.2.2"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   592
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
   593
dependencies = [
44606
d31d1c0685be rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 44605
diff changeset
   594
 "rand 0.7.3 (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
   595
]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   596
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   597
[[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   598
name = "rand_hc"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   599
version = "0.2.0"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   600
source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   601
dependencies = [
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   602
 "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
   603
]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   604
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   605
[[package]]
44606
d31d1c0685be rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 44605
diff changeset
   606
name = "rand_pcg"
d31d1c0685be rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 44605
diff changeset
   607
version = "0.2.1"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   608
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
   609
dependencies = [
44606
d31d1c0685be rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 44605
diff changeset
   610
 "rand_core 0.5.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
   611
]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   612
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   613
[[package]]
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   614
name = "rand_xoshiro"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   615
version = "0.4.0"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   616
source = "registry+https://github.com/rust-lang/crates.io-index"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   617
dependencies = [
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   618
 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   619
]
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   620
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   621
[[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   622
name = "rayon"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   623
version = "1.5.0"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   624
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
   625
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   626
 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   627
 "crossbeam-deque 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   628
 "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   629
 "rayon-core 1.9.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
   630
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   631
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   632
[[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   633
name = "rayon-core"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   634
version = "1.9.0"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   635
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
   636
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   637
 "crossbeam-channel 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   638
 "crossbeam-deque 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   639
 "crossbeam-utils 0.8.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
   640
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   641
 "num_cpus 1.13.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
   642
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   643
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   644
[[package]]
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   645
name = "rdrand"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   646
version = "0.4.0"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   647
source = "registry+https://github.com/rust-lang/crates.io-index"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   648
dependencies = [
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   649
 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   650
]
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   651
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   652
[[package]]
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   653
name = "redox_syscall"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   654
version = "0.1.57"
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   655
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
   656
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   657
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   658
name = "regex"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   659
version = "1.4.2"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   660
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
   661
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   662
 "aho-corasick 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   663
 "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   664
 "regex-syntax 0.6.21 (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
   665
 "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
   666
]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   667
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   668
[[package]]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   669
name = "regex-syntax"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   670
version = "0.6.21"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   671
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
   672
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   673
[[package]]
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   674
name = "remove_dir_all"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   675
version = "0.5.3"
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   676
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
   677
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   678
 "winapi 0.3.9 (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
   679
]
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   680
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   681
[[package]]
45001
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents: 44995
diff changeset
   682
name = "rhg"
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents: 44995
diff changeset
   683
version = "0.1.0"
45050
513b3ef277a3 rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45001
diff changeset
   684
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   685
 "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
45536
b1cea0dc9db0 rhg: Add debug timing
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45532
diff changeset
   686
 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   687
 "format-bytes 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
45050
513b3ef277a3 rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45001
diff changeset
   688
 "hg-core 0.1.0",
45536
b1cea0dc9db0 rhg: Add debug timing
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45532
diff changeset
   689
 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
b1cea0dc9db0 rhg: Add debug timing
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45532
diff changeset
   690
 "micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
45050
513b3ef277a3 rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45001
diff changeset
   691
]
45001
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents: 44995
diff changeset
   692
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents: 44995
diff changeset
   693
[[package]]
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   694
name = "rust-crypto"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   695
version = "0.2.36"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   696
source = "registry+https://github.com/rust-lang/crates.io-index"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   697
dependencies = [
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   698
 "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   699
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   700
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   701
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   702
 "time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   703
]
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   704
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   705
[[package]]
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   706
name = "rustc-serialize"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   707
version = "0.3.24"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   708
source = "registry+https://github.com/rust-lang/crates.io-index"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   709
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   710
[[package]]
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   711
name = "same-file"
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   712
version = "1.0.6"
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   713
source = "registry+https://github.com/rust-lang/crates.io-index"
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   714
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   715
 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   716
]
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   717
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   718
[[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   719
name = "scopeguard"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   720
version = "1.1.0"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   721
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
   722
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   723
[[package]]
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   724
name = "sized-chunks"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   725
version = "0.6.2"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   726
source = "registry+https://github.com/rust-lang/crates.io-index"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   727
dependencies = [
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   728
 "bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   729
 "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   730
]
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   731
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   732
[[package]]
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   733
name = "static_assertions"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   734
version = "1.1.0"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   735
source = "registry+https://github.com/rust-lang/crates.io-index"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   736
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   737
[[package]]
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   738
name = "strsim"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   739
version = "0.8.0"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   740
source = "registry+https://github.com/rust-lang/crates.io-index"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   741
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   742
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   743
name = "syn"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   744
version = "1.0.54"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   745
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
   746
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   747
 "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   748
 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   749
 "unicode-xid 0.2.1 (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
   750
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   751
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   752
[[package]]
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   753
name = "tempfile"
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   754
version = "3.1.0"
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   755
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
   756
dependencies = [
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   757
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   758
 "libc 0.2.81 (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
   759
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   760
 "redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   761
 "remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   762
 "winapi 0.3.9 (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
   763
]
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   764
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   765
[[package]]
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   766
name = "termcolor"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   767
version = "1.1.2"
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   768
source = "registry+https://github.com/rust-lang/crates.io-index"
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   769
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   770
 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   771
]
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   772
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   773
[[package]]
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   774
name = "textwrap"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   775
version = "0.11.0"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   776
source = "registry+https://github.com/rust-lang/crates.io-index"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   777
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   778
 "unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   779
]
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   780
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   781
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   782
name = "thread_local"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
   783
version = "1.0.1"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   784
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
   785
dependencies = [
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   786
 "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
   787
]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   788
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   789
[[package]]
45560
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   790
name = "time"
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   791
version = "0.1.44"
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   792
source = "registry+https://github.com/rust-lang/crates.io-index"
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   793
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   794
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
45560
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   795
 "wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   796
 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   797
]
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   798
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   799
[[package]]
43844
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
   800
name = "twox-hash"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   801
version = "1.6.0"
43844
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
   802
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
   803
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   804
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   805
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   806
 "static_assertions 1.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
   807
]
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
   808
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
   809
[[package]]
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   810
name = "typenum"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   811
version = "1.12.0"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   812
source = "registry+https://github.com/rust-lang/crates.io-index"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   813
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   814
[[package]]
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   815
name = "unicode-width"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   816
version = "0.1.8"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   817
source = "registry+https://github.com/rust-lang/crates.io-index"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   818
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   819
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   820
name = "unicode-xid"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   821
version = "0.2.1"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   822
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   823
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   824
[[package]]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   825
name = "vcpkg"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   826
version = "0.2.11"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   827
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
   828
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   829
[[package]]
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   830
name = "vec_map"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   831
version = "0.8.2"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   832
source = "registry+https://github.com/rust-lang/crates.io-index"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   833
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   834
[[package]]
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   835
name = "version_check"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   836
version = "0.9.2"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   837
source = "registry+https://github.com/rust-lang/crates.io-index"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   838
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   839
[[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   840
name = "wasi"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   841
version = "0.9.0+wasi-snapshot-preview1"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   842
source = "registry+https://github.com/rust-lang/crates.io-index"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   843
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   844
[[package]]
45560
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   845
name = "wasi"
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   846
version = "0.10.0+wasi-snapshot-preview1"
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   847
source = "registry+https://github.com/rust-lang/crates.io-index"
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   848
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   849
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   850
name = "winapi"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   851
version = "0.3.9"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   852
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
   853
dependencies = [
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   854
 "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
   855
 "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
   856
]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   857
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   858
[[package]]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   859
name = "winapi-i686-pc-windows-gnu"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   860
version = "0.4.0"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   861
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
   862
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   863
[[package]]
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   864
name = "winapi-util"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   865
version = "0.1.5"
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   866
source = "registry+https://github.com/rust-lang/crates.io-index"
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   867
dependencies = [
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   868
 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   869
]
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   870
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   871
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   872
name = "winapi-x86_64-pc-windows-gnu"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   873
version = "0.4.0"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   874
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
   875
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   876
[[package]]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   877
name = "zstd"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   878
version = "0.5.3+zstd.1.4.5"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   879
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   880
dependencies = [
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   881
 "zstd-safe 2.0.5+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   882
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   883
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   884
[[package]]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   885
name = "zstd-safe"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   886
version = "2.0.5+zstd.1.4.5"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   887
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   888
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   889
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   890
 "zstd-sys 1.4.17+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   891
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   892
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   893
[[package]]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   894
name = "zstd-sys"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   895
version = "1.4.17+zstd.1.4.5"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   896
source = "registry+https://github.com/rust-lang/crates.io-index"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   897
dependencies = [
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   898
 "cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   899
 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   900
 "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   901
 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   902
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   903
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   904
[metadata]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   905
"checksum adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   906
"checksum aho-corasick 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   907
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   908
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   909
"checksum autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   910
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   911
"checksum bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   912
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   913
"checksum cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)" = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   914
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   915
"checksum cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   916
"checksum clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   917
"checksum const_fn 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   918
"checksum cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfaf3847ab963e40c4f6dd8d6be279bdf74007ae2413786a0dcbb28c52139a95"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   919
"checksum crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   920
"checksum crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   921
"checksum crossbeam-channel 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   922
"checksum crossbeam-deque 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   923
"checksum crossbeam-epoch 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   924
"checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   925
"checksum crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   926
"checksum ctor 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   927
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   928
"checksum either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   929
"checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   930
"checksum flate2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   931
"checksum format-bytes 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1a7374eb574cd29ae45878554298091c554c3286a17b3afa440a3e2710ae0790"
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   932
"checksum format-bytes-macros 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4edcc04201cea17a0e6b937adebd46b93fba09924c7e6ed8c515a35ce8432cbc"
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   933
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   934
"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   935
"checksum getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   936
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   937
"checksum hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   938
"checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   939
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   940
"checksum im-rc 15.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   941
"checksum itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   942
"checksum jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   943
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   944
"checksum libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)" = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   945
"checksum libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   946
"checksum log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
44549
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   947
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   948
"checksum memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   949
"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   950
"checksum memoffset 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   951
"checksum micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   952
"checksum micro-timer-macros 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   953
"checksum miniz_oxide 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   954
"checksum num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   955
"checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   956
"checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   957
"checksum pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   958
"checksum ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   959
"checksum pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   960
"checksum proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   961
"checksum proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   962
"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
   963
"checksum python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90af11779515a1e530af60782d273b59ac79d33b0e253c071a728563957c76d4"
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   964
"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   965
"checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   966
"checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   967
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   968
"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   969
"checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   970
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   971
"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
   972
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
44606
d31d1c0685be rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 44605
diff changeset
   973
"checksum rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   974
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
44606
d31d1c0685be rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 44605
diff changeset
   975
"checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   976
"checksum rand_xoshiro 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   977
"checksum rayon 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   978
"checksum rayon-core 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   979
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   980
"checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   981
"checksum regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   982
"checksum regex-syntax 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   983
"checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   984
"checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   985
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
   986
"checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   987
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   988
"checksum sized-chunks 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   989
"checksum static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   990
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   991
"checksum syn 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
   992
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   993
"checksum termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   994
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
44238
161958ebf73c rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents: 44228
diff changeset
   995
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
45560
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
   996
"checksum time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   997
"checksum twox-hash 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   998
"checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   999
"checksum unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1000
"checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
  1001
"checksum vcpkg 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1002
"checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
  1003
"checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
45560
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
  1004
"checksum wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
  1005
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1006
"checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1007
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1008
"checksum winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1009
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1010
"checksum zstd 0.5.3+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1011
"checksum zstd-safe 2.0.5+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1012
"checksum zstd-sys 1.4.17+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"