rust/Cargo.lock
author Raphaël Gomès <rgomes@octobus.net>
Mon, 14 Nov 2022 17:14:20 +0100
changeset 49755 14bfd22a57a9
parent 49754 a5447a4a8c5d
child 49756 9726deed397c
permissions -rw-r--r--
hg-core: upgrade `clap` dependency Upgrading is a finally possible now that we're supporting a more recent version of Rust. This required changes in the `nodemap` example.
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.
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
     3
version = 3
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
     4
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
     5
[[package]]
48825
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
     6
name = "Inflector"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
     7
version = "0.11.4"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
     8
source = "registry+https://github.com/rust-lang/crates.io-index"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
     9
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
    10
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
    11
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    12
name = "adler"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    13
version = "1.0.2"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    14
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    15
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    16
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
    17
[[package]]
49041
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
    18
name = "ahash"
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
    19
version = "0.4.7"
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
    20
source = "registry+https://github.com/rust-lang/crates.io-index"
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
    21
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
    22
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
    23
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
    24
name = "aho-corasick"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    25
version = "0.7.19"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
    26
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    27
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
    28
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
    29
 "memchr",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
    30
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
    31
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
    32
[[package]]
48825
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
    33
name = "aliasable"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
    34
version = "0.1.3"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
    35
source = "registry+https://github.com/rust-lang/crates.io-index"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
    36
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
    37
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
    38
[[package]]
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    39
name = "android_system_properties"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    40
version = "0.1.5"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    41
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    42
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    43
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    44
 "libc",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    45
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    46
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    47
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
    48
name = "ansi_term"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
    49
version = "0.12.1"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
    50
source = "registry+https://github.com/rust-lang/crates.io-index"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
    51
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
    52
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
    53
 "winapi",
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
    54
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
    55
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
    56
[[package]]
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    57
name = "atty"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    58
version = "0.2.14"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    59
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
    60
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    61
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
    62
 "hermit-abi",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
    63
 "libc",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
    64
 "winapi",
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    65
]
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    66
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
    67
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
    68
name = "autocfg"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    69
version = "1.1.0"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
    70
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    71
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
    72
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
    73
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
    74
name = "bitflags"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
    75
version = "1.3.2"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
    76
source = "registry+https://github.com/rust-lang/crates.io-index"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
    77
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
    78
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
    79
[[package]]
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    80
name = "bitmaps"
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    81
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
    82
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
    83
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    84
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
    85
 "typenum",
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    86
]
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    87
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
    88
[[package]]
47386
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
    89
name = "block-buffer"
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
    90
version = "0.9.0"
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
    91
source = "registry+https://github.com/rust-lang/crates.io-index"
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
    92
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
    93
dependencies = [
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
    94
 "generic-array",
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
    95
]
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
    96
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
    97
[[package]]
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
    98
name = "block-buffer"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
    99
version = "0.10.3"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   100
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   101
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   102
dependencies = [
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   103
 "generic-array",
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   104
]
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   105
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   106
[[package]]
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   107
name = "bumpalo"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   108
version = "3.11.1"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   109
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   110
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   111
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   112
[[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
   113
name = "byteorder"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   114
version = "1.4.3"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   115
source = "registry+https://github.com/rust-lang/crates.io-index"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   116
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   117
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   118
[[package]]
46462
0800aa42bb4c rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents: 46181
diff changeset
   119
name = "bytes-cast"
47116
d6c94ca40863 dirstate-tree: Serialize to disk
Simon Sapin <simon.sapin@octobus.net>
parents: 46861
diff changeset
   120
version = "0.2.0"
46462
0800aa42bb4c rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents: 46181
diff changeset
   121
source = "registry+https://github.com/rust-lang/crates.io-index"
47116
d6c94ca40863 dirstate-tree: Serialize to disk
Simon Sapin <simon.sapin@octobus.net>
parents: 46861
diff changeset
   122
checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452"
46462
0800aa42bb4c rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents: 46181
diff changeset
   123
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   124
 "bytes-cast-derive",
46462
0800aa42bb4c rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents: 46181
diff changeset
   125
]
0800aa42bb4c rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents: 46181
diff changeset
   126
0800aa42bb4c rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents: 46181
diff changeset
   127
[[package]]
0800aa42bb4c rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents: 46181
diff changeset
   128
name = "bytes-cast-derive"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   129
version = "0.1.1"
46462
0800aa42bb4c rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents: 46181
diff changeset
   130
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   131
checksum = "b13e0e8ffc91021ba28dc98b2ea82099ba4ec07655279c21bfa3313ed96708fc"
46462
0800aa42bb4c rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents: 46181
diff changeset
   132
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   133
 "proc-macro2",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   134
 "quote",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   135
 "syn",
46462
0800aa42bb4c rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents: 46181
diff changeset
   136
]
0800aa42bb4c rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents: 46181
diff changeset
   137
0800aa42bb4c rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents: 46181
diff changeset
   138
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   139
name = "cc"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   140
version = "1.0.76"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   141
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   142
checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   143
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   144
 "jobserver",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   145
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   146
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   147
[[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   148
name = "cfg-if"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   149
version = "1.0.0"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   150
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   151
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   152
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   153
[[package]]
46640
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
   154
name = "chrono"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   155
version = "0.4.23"
46640
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
   156
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   157
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
46640
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
   158
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   159
 "iana-time-zone",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   160
 "js-sys",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   161
 "num-integer",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   162
 "num-traits",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   163
 "time",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   164
 "wasm-bindgen",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   165
 "winapi",
46640
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
   166
]
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
   167
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
   168
[[package]]
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   169
name = "clap"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   170
version = "2.34.0"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   171
source = "registry+https://github.com/rust-lang/crates.io-index"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   172
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   173
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   174
 "ansi_term",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   175
 "atty",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   176
 "bitflags",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   177
 "strsim 0.8.0",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   178
 "textwrap",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   179
 "unicode-width",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   180
 "vec_map",
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   181
]
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   182
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   183
[[package]]
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   184
name = "clap"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   185
version = "4.0.24"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   186
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   187
checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   188
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   189
 "atty",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   190
 "bitflags",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   191
 "clap_derive",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   192
 "clap_lex",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   193
 "once_cell",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   194
 "strsim 0.10.0",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   195
 "termcolor",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   196
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   197
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   198
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   199
name = "clap_derive"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   200
version = "4.0.21"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   201
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   202
checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   203
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   204
 "heck",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   205
 "proc-macro-error",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   206
 "proc-macro2",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   207
 "quote",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   208
 "syn",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   209
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   210
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   211
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   212
name = "clap_lex"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   213
version = "0.3.0"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   214
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   215
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   216
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   217
 "os_str_bytes",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   218
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   219
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   220
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   221
name = "codespan-reporting"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   222
version = "0.11.1"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   223
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   224
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   225
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   226
 "termcolor",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   227
 "unicode-width",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   228
]
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   229
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   230
[[package]]
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   231
name = "convert_case"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   232
version = "0.4.0"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   233
source = "registry+https://github.com/rust-lang/crates.io-index"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   234
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   235
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   236
[[package]]
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   237
name = "core-foundation-sys"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   238
version = "0.8.3"
47386
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   239
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   240
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
47386
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   241
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   242
[[package]]
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   243
name = "cpufeatures"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   244
version = "0.2.5"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   245
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   246
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   247
dependencies = [
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   248
 "libc",
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   249
]
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   250
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   251
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   252
name = "cpython"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   253
version = "0.7.1"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   254
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   255
checksum = "3052106c29da7390237bc2310c1928335733b286287754ea85e6093d2495280e"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   256
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   257
 "libc",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   258
 "num-traits",
46861
c7c6c11fe1e4 rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 46748
diff changeset
   259
 "paste",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   260
 "python3-sys",
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   261
]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   262
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   263
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   264
name = "crc32fast"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   265
version = "1.3.2"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   266
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   267
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   268
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   269
 "cfg-if",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   270
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   271
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   272
[[package]]
44549
fe7d2cf0b429 rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents: 44484
diff changeset
   273
name = "crossbeam-channel"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   274
version = "0.5.6"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   275
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   276
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   277
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   278
 "cfg-if",
49398
1bad05cfc818 rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents: 49201
diff changeset
   279
 "crossbeam-utils",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   280
]
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   281
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   282
[[package]]
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   283
name = "crossbeam-deque"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   284
version = "0.8.2"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   285
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   286
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   287
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   288
 "cfg-if",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   289
 "crossbeam-epoch",
49398
1bad05cfc818 rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents: 49201
diff changeset
   290
 "crossbeam-utils",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   291
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   292
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   293
[[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   294
name = "crossbeam-epoch"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   295
version = "0.9.11"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   296
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   297
checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   298
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   299
 "autocfg",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   300
 "cfg-if",
49398
1bad05cfc818 rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents: 49201
diff changeset
   301
 "crossbeam-utils",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   302
 "memoffset",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   303
 "scopeguard",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   304
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   305
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   306
[[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   307
name = "crossbeam-utils"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   308
version = "0.8.12"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   309
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   310
checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   311
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   312
 "cfg-if",
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   313
]
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   314
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
   315
[[package]]
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   316
name = "crypto-common"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   317
version = "0.1.6"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   318
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   319
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   320
dependencies = [
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   321
 "generic-array",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   322
 "typenum",
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   323
]
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   324
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   325
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   326
name = "ctor"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   327
version = "0.1.26"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   328
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   329
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   330
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   331
 "quote",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   332
 "syn",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   333
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   334
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   335
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   336
name = "cxx"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   337
version = "1.0.81"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   338
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   339
checksum = "97abf9f0eca9e52b7f81b945524e76710e6cb2366aead23b7d4fbf72e281f888"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   340
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   341
 "cc",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   342
 "cxxbridge-flags",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   343
 "cxxbridge-macro",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   344
 "link-cplusplus",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   345
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   346
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   347
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   348
name = "cxx-build"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   349
version = "1.0.81"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   350
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   351
checksum = "7cc32cc5fea1d894b77d269ddb9f192110069a8a9c1f1d441195fba90553dea3"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   352
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   353
 "cc",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   354
 "codespan-reporting",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   355
 "once_cell",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   356
 "proc-macro2",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   357
 "quote",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   358
 "scratch",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   359
 "syn",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   360
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   361
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   362
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   363
name = "cxxbridge-flags"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   364
version = "1.0.81"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   365
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   366
checksum = "8ca220e4794c934dc6b1207c3b42856ad4c302f2df1712e9f8d2eec5afaacf1f"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   367
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   368
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   369
name = "cxxbridge-macro"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   370
version = "1.0.81"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   371
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   372
checksum = "b846f081361125bfc8dc9d3940c84e1fd83ba54bbca7b17cd29483c828be0704"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   373
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   374
 "proc-macro2",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   375
 "quote",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   376
 "syn",
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   377
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   378
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   379
[[package]]
46503
2e2033081274 rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents: 46499
diff changeset
   380
name = "derive_more"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   381
version = "0.99.17"
46503
2e2033081274 rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents: 46499
diff changeset
   382
source = "registry+https://github.com/rust-lang/crates.io-index"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   383
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
46503
2e2033081274 rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents: 46499
diff changeset
   384
dependencies = [
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   385
 "convert_case",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   386
 "proc-macro2",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   387
 "quote",
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   388
 "rustc_version",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   389
 "syn",
46503
2e2033081274 rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents: 46499
diff changeset
   390
]
2e2033081274 rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents: 46499
diff changeset
   391
2e2033081274 rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents: 46499
diff changeset
   392
[[package]]
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   393
name = "diff"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   394
version = "0.1.13"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   395
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   396
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   397
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   398
[[package]]
47386
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   399
name = "digest"
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   400
version = "0.9.0"
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   401
source = "registry+https://github.com/rust-lang/crates.io-index"
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   402
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   403
dependencies = [
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   404
 "generic-array",
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   405
]
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   406
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   407
[[package]]
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   408
name = "digest"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   409
version = "0.10.5"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   410
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   411
checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   412
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   413
 "block-buffer 0.10.3",
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   414
 "crypto-common",
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   415
]
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   416
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   417
[[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   418
name = "either"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   419
version = "1.8.0"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   420
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   421
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   422
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   423
[[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
   424
name = "env_logger"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   425
version = "0.9.3"
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   426
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   427
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   428
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   429
 "atty",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   430
 "humantime",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   431
 "log",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   432
 "regex",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   433
 "termcolor",
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   434
]
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   435
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   436
[[package]]
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   437
name = "fastrand"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   438
version = "1.8.0"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   439
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   440
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   441
dependencies = [
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   442
 "instant",
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   443
]
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   444
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   445
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   446
name = "flate2"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   447
version = "1.0.24"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   448
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   449
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   450
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   451
 "crc32fast",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   452
 "libz-sys",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   453
 "miniz_oxide",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   454
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   455
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   456
[[package]]
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   457
name = "format-bytes"
48531
d3ec82016104 rust: Upgrade to format-bytes 0.3
Simon Sapin <simon.sapin@octobus.net>
parents: 48256
diff changeset
   458
version = "0.3.0"
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   459
source = "registry+https://github.com/rust-lang/crates.io-index"
48531
d3ec82016104 rust: Upgrade to format-bytes 0.3
Simon Sapin <simon.sapin@octobus.net>
parents: 48256
diff changeset
   460
checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd"
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   461
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   462
 "format-bytes-macros",
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   463
]
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   464
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   465
[[package]]
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   466
name = "format-bytes-macros"
48531
d3ec82016104 rust: Upgrade to format-bytes 0.3
Simon Sapin <simon.sapin@octobus.net>
parents: 48256
diff changeset
   467
version = "0.4.0"
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   468
source = "registry+https://github.com/rust-lang/crates.io-index"
48531
d3ec82016104 rust: Upgrade to format-bytes 0.3
Simon Sapin <simon.sapin@octobus.net>
parents: 48256
diff changeset
   469
checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f"
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   470
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   471
 "proc-macro2",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   472
 "quote",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   473
 "syn",
45999
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   474
]
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   475
fada33872b5b rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents: 45978
diff changeset
   476
[[package]]
47386
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   477
name = "generic-array"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   478
version = "0.14.6"
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   479
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   480
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
47386
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   481
dependencies = [
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   482
 "typenum",
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   483
 "version_check",
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   484
]
45537
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   485
b0d6309ff50c hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45536
diff changeset
   486
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   487
name = "getrandom"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   488
version = "0.1.16"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   489
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   490
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   491
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   492
 "cfg-if",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   493
 "libc",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   494
 "wasi 0.9.0+wasi-snapshot-preview1",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   495
]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   496
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   497
[[package]]
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   498
name = "getrandom"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   499
version = "0.2.8"
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   500
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   501
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   502
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   503
 "cfg-if",
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   504
 "libc",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   505
 "wasi 0.11.0+wasi-snapshot-preview1",
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   506
]
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   507
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   508
[[package]]
49041
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
   509
name = "hashbrown"
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
   510
version = "0.9.1"
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
   511
source = "registry+https://github.com/rust-lang/crates.io-index"
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
   512
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
   513
dependencies = [
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
   514
 "ahash",
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
   515
 "rayon",
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
   516
]
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
   517
11c0411bf4e2 dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents: 48930
diff changeset
   518
[[package]]
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   519
name = "heck"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   520
version = "0.4.0"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   521
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   522
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   523
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   524
[[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   525
name = "hermit-abi"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   526
version = "0.1.19"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   527
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   528
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   529
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   530
 "libc",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   531
]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   532
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   533
[[package]]
48554
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
   534
name = "hex"
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
   535
version = "0.4.3"
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
   536
source = "registry+https://github.com/rust-lang/crates.io-index"
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
   537
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
   538
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
   539
[[package]]
40271
dbc28c91f7ff rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents: 35601
diff changeset
   540
name = "hg-core"
dbc28c91f7ff rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents: 35601
diff changeset
   541
version = "0.1.0"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   542
dependencies = [
48057
008959fcbfb2 rust: Align DirstateEntry internals with Python/C DirstateItem
Simon Sapin <simon.sapin@octobus.net>
parents: 48005
diff changeset
   543
 "bitflags",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   544
 "byteorder",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   545
 "bytes-cast",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   546
 "clap 4.0.24",
49398
1bad05cfc818 rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents: 49201
diff changeset
   547
 "crossbeam-channel",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   548
 "derive_more",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   549
 "flate2",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   550
 "format-bytes",
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   551
 "hashbrown",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   552
 "home",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   553
 "im-rc",
49754
a5447a4a8c5d hg-core: upgrade `zstd` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49564
diff changeset
   554
 "itertools",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   555
 "lazy_static",
48207
4d5a13253d34 dirstate-v2: Replace the 32-bit `mode` field with two bits
Simon Sapin <simon.sapin@octobus.net>
parents: 48057
diff changeset
   556
 "libc",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   557
 "log",
47983
e834b79def74 rust: Switch to the memmap2-rs crate
Simon Sapin <simon.sapin@octobus.net>
parents: 47982
diff changeset
   558
 "memmap2",
49398
1bad05cfc818 rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents: 49201
diff changeset
   559
 "micro-timer",
49524
eb02decdf0ab dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents: 49522
diff changeset
   560
 "once_cell",
48825
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   561
 "ouroboros",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   562
 "pretty_assertions",
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   563
 "rand 0.8.5",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   564
 "rand_distr",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   565
 "rand_pcg",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   566
 "rayon",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   567
 "regex",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   568
 "same-file",
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   569
 "sha-1 0.10.0",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   570
 "tempfile",
49564
04f1dba53c96 rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents: 49524
diff changeset
   571
 "thread_local",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   572
 "twox-hash",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   573
 "zstd",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   574
]
40271
dbc28c91f7ff rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents: 35601
diff changeset
   575
dbc28c91f7ff rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents: 35601
diff changeset
   576
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   577
name = "hg-cpython"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   578
version = "0.1.0"
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   579
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   580
 "cpython",
49398
1bad05cfc818 rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents: 49201
diff changeset
   581
 "crossbeam-channel",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   582
 "env_logger",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   583
 "hg-core",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   584
 "libc",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   585
 "log",
47982
4afd6cc447b9 rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents: 47520
diff changeset
   586
 "stable_deref_trait",
48554
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
   587
 "vcsgraph",
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   588
]
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   589
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   590
[[package]]
46542
2845892dd489 rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents: 46503
diff changeset
   591
name = "home"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   592
version = "0.5.4"
46542
2845892dd489 rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents: 46503
diff changeset
   593
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   594
checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
46542
2845892dd489 rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents: 46503
diff changeset
   595
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   596
 "winapi",
46542
2845892dd489 rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents: 46503
diff changeset
   597
]
2845892dd489 rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents: 46503
diff changeset
   598
2845892dd489 rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents: 46503
diff changeset
   599
[[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
   600
name = "humantime"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   601
version = "2.1.0"
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
   602
source = "registry+https://github.com/rust-lang/crates.io-index"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   603
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   604
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   605
[[package]]
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   606
name = "iana-time-zone"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   607
version = "0.1.53"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   608
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   609
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   610
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   611
 "android_system_properties",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   612
 "core-foundation-sys",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   613
 "iana-time-zone-haiku",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   614
 "js-sys",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   615
 "wasm-bindgen",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   616
 "winapi",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   617
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   618
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   619
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   620
name = "iana-time-zone-haiku"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   621
version = "0.1.1"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   622
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   623
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   624
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   625
 "cxx",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   626
 "cxx-build",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   627
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   628
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   629
[[package]]
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   630
name = "im-rc"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   631
version = "15.1.0"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   632
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   633
checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   634
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   635
 "bitmaps",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   636
 "rand_core 0.6.4",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   637
 "rand_xoshiro",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   638
 "sized-chunks",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   639
 "typenum",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   640
 "version_check",
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   641
]
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   642
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
   643
[[package]]
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   644
name = "instant"
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   645
version = "0.1.12"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   646
source = "registry+https://github.com/rust-lang/crates.io-index"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   647
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   648
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   649
 "cfg-if",
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   650
]
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   651
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   652
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   653
name = "itertools"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   654
version = "0.10.5"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   655
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   656
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   657
dependencies = [
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   658
 "either",
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   659
]
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   660
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   661
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   662
name = "jobserver"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   663
version = "0.1.25"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   664
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   665
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   666
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   667
 "libc",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   668
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   669
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   670
[[package]]
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   671
name = "js-sys"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   672
version = "0.3.60"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   673
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   674
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   675
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   676
 "wasm-bindgen",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   677
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   678
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   679
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   680
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
   681
version = "1.4.0"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   682
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   683
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   684
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   685
[[package]]
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   686
name = "libc"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   687
version = "0.2.137"
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   688
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   689
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
   690
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   691
[[package]]
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   692
name = "libm"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   693
version = "0.2.6"
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   694
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   695
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   696
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   697
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   698
name = "libz-sys"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   699
version = "1.1.8"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   700
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   701
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   702
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   703
 "cc",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   704
 "pkg-config",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   705
 "vcpkg",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   706
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   707
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   708
[[package]]
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   709
name = "link-cplusplus"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   710
version = "1.0.7"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   711
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   712
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   713
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   714
 "cc",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   715
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   716
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   717
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   718
name = "log"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   719
version = "0.4.17"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   720
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   721
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   722
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   723
 "cfg-if",
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   724
]
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   725
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   726
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   727
name = "memchr"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   728
version = "2.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
   729
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   730
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   731
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   732
[[package]]
47983
e834b79def74 rust: Switch to the memmap2-rs crate
Simon Sapin <simon.sapin@octobus.net>
parents: 47982
diff changeset
   733
name = "memmap2"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   734
version = "0.5.8"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   735
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   736
checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   737
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   738
 "libc",
48005
d1d9510f73f0 rust: Update the memmap2 crate to version 0.4.0
Simon Sapin <simon.sapin@octobus.net>
parents: 48002
diff changeset
   739
 "stable_deref_trait",
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
   740
]
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]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   743
name = "memoffset"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   744
version = "0.6.5"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   745
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   746
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   747
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   748
 "autocfg",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   749
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   750
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   751
[[package]]
44551
d880805d5442 hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents: 44550
diff changeset
   752
name = "micro-timer"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   753
version = "0.4.0"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   754
source = "registry+https://github.com/rust-lang/crates.io-index"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   755
checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   756
dependencies = [
49398
1bad05cfc818 rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents: 49201
diff changeset
   757
 "micro-timer-macros",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   758
 "scopeguard",
44605
f451a347d21a rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 44581
diff changeset
   759
]
f451a347d21a rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 44581
diff changeset
   760
f451a347d21a rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 44581
diff changeset
   761
[[package]]
f451a347d21a rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 44581
diff changeset
   762
name = "micro-timer-macros"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   763
version = "0.4.0"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   764
source = "registry+https://github.com/rust-lang/crates.io-index"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   765
checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   766
dependencies = [
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   767
 "proc-macro2",
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   768
 "quote",
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   769
 "scopeguard",
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   770
 "syn",
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   771
]
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   772
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
   773
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   774
name = "miniz_oxide"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   775
version = "0.5.4"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   776
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   777
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   778
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   779
 "adler",
44551
d880805d5442 hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents: 44550
diff changeset
   780
]
d880805d5442 hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents: 44550
diff changeset
   781
d880805d5442 hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents: 44550
diff changeset
   782
[[package]]
46640
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
   783
name = "num-integer"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   784
version = "0.1.45"
46640
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
   785
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   786
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
46640
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
   787
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   788
 "autocfg",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   789
 "num-traits",
46640
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
   790
]
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
   791
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
   792
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   793
name = "num-traits"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   794
version = "0.2.15"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   795
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   796
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   797
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   798
 "autocfg",
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   799
 "libm",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   800
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   801
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   802
[[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   803
name = "num_cpus"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   804
version = "1.14.0"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   805
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   806
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   807
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   808
 "hermit-abi",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   809
 "libc",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
   810
]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   811
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   812
[[package]]
49524
eb02decdf0ab dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents: 49522
diff changeset
   813
name = "once_cell"
eb02decdf0ab dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents: 49522
diff changeset
   814
version = "1.14.0"
eb02decdf0ab dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents: 49522
diff changeset
   815
source = "registry+https://github.com/rust-lang/crates.io-index"
eb02decdf0ab dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents: 49522
diff changeset
   816
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
eb02decdf0ab dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents: 49522
diff changeset
   817
eb02decdf0ab dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents: 49522
diff changeset
   818
[[package]]
47386
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   819
name = "opaque-debug"
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   820
version = "0.3.0"
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   821
source = "registry+https://github.com/rust-lang/crates.io-index"
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   822
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   823
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
   824
[[package]]
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   825
name = "os_str_bytes"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   826
version = "6.4.0"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   827
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   828
checksum = "7b5bf27447411e9ee3ff51186bf7a08e16c341efdde93f4d823e8844429bed7e"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   829
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   830
[[package]]
48825
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   831
name = "ouroboros"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   832
version = "0.15.5"
48825
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   833
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   834
checksum = "dfbb50b356159620db6ac971c6d5c9ab788c9cc38a6f49619fca2a27acb062ca"
48825
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   835
dependencies = [
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   836
 "aliasable",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   837
 "ouroboros_macro",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   838
]
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   839
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   840
[[package]]
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   841
name = "ouroboros_macro"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   842
version = "0.15.5"
48825
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   843
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   844
checksum = "4a0d9d1a6191c4f391f87219d1ea42b23f09ee84d64763cd05ee6ea88d9f384d"
48825
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   845
dependencies = [
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   846
 "Inflector",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   847
 "proc-macro-error",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   848
 "proc-macro2",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   849
 "quote",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   850
 "syn",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   851
]
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   852
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   853
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   854
name = "output_vt100"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   855
version = "0.1.3"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   856
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   857
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   858
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   859
 "winapi",
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   860
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   861
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   862
[[package]]
46861
c7c6c11fe1e4 rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 46748
diff changeset
   863
name = "paste"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   864
version = "1.0.9"
46861
c7c6c11fe1e4 rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 46748
diff changeset
   865
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   866
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
46861
c7c6c11fe1e4 rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 46748
diff changeset
   867
c7c6c11fe1e4 rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 46748
diff changeset
   868
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   869
name = "pkg-config"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   870
version = "0.3.26"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   871
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   872
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   873
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
   874
[[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   875
name = "ppv-lite86"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   876
version = "0.2.17"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   877
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   878
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   879
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   880
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   881
name = "pretty_assertions"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   882
version = "1.3.0"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   883
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   884
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   885
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   886
 "ctor",
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   887
 "diff",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   888
 "output_vt100",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   889
 "yansi",
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   890
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   891
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   892
[[package]]
48825
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   893
name = "proc-macro-error"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   894
version = "1.0.4"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   895
source = "registry+https://github.com/rust-lang/crates.io-index"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   896
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   897
dependencies = [
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   898
 "proc-macro-error-attr",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   899
 "proc-macro2",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   900
 "quote",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   901
 "syn",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   902
 "version_check",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   903
]
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   904
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   905
[[package]]
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   906
name = "proc-macro-error-attr"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   907
version = "1.0.4"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   908
source = "registry+https://github.com/rust-lang/crates.io-index"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   909
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   910
dependencies = [
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   911
 "proc-macro2",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   912
 "quote",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   913
 "version_check",
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   914
]
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   915
dd6b67d5c256 rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents: 48743
diff changeset
   916
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   917
name = "proc-macro2"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   918
version = "1.0.47"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   919
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   920
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   921
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   922
 "unicode-ident",
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   923
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   924
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   925
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   926
name = "python3-sys"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   927
version = "0.7.1"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   928
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   929
checksum = "49f8b50d72fb3015735aa403eebf19bbd72c093bfeeae24ee798be5f2f1aab52"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   930
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   931
 "libc",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   932
 "regex",
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   933
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   934
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   935
[[package]]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   936
name = "quote"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   937
version = "1.0.21"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   938
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   939
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
   940
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   941
 "proc-macro2",
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   942
]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   943
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
   944
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   945
name = "rand"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   946
version = "0.7.3"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   947
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   948
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   949
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   950
 "getrandom 0.1.16",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   951
 "libc",
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   952
 "rand_chacha 0.2.2",
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   953
 "rand_core 0.5.1",
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   954
 "rand_hc",
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   955
]
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   956
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   957
[[package]]
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   958
name = "rand"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   959
version = "0.8.5"
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   960
source = "registry+https://github.com/rust-lang/crates.io-index"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
   961
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   962
dependencies = [
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   963
 "libc",
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   964
 "rand_chacha 0.3.1",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   965
 "rand_core 0.6.4",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   966
]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   967
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   968
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   969
name = "rand_chacha"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
   970
version = "0.2.2"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   971
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   972
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   973
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   974
 "ppv-lite86",
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   975
 "rand_core 0.5.1",
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   976
]
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   977
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   978
[[package]]
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   979
name = "rand_chacha"
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   980
version = "0.3.1"
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   981
source = "registry+https://github.com/rust-lang/crates.io-index"
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   982
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   983
dependencies = [
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   984
 "ppv-lite86",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   985
 "rand_core 0.6.4",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   986
]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   987
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   988
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
   989
name = "rand_core"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   990
version = "0.5.1"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   991
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
   992
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
   993
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   994
 "getrandom 0.1.16",
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   995
]
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   996
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   997
[[package]]
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
   998
name = "rand_core"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
   999
version = "0.6.4"
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
  1000
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1001
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
  1002
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1003
 "getrandom 0.2.8",
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
  1004
]
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
  1005
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
  1006
[[package]]
44606
d31d1c0685be rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 44605
diff changeset
  1007
name = "rand_distr"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1008
version = "0.4.3"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1009
source = "registry+https://github.com/rust-lang/crates.io-index"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1010
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1011
dependencies = [
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
  1012
 "num-traits",
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1013
 "rand 0.8.5",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1014
]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1015
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1016
[[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
  1017
name = "rand_hc"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
  1018
version = "0.2.0"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
  1019
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1020
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
  1021
dependencies = [
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
  1022
 "rand_core 0.5.1",
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
  1023
]
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
  1024
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
  1025
[[package]]
44606
d31d1c0685be rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 44605
diff changeset
  1026
name = "rand_pcg"
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
  1027
version = "0.3.1"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1028
source = "registry+https://github.com/rust-lang/crates.io-index"
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
  1029
checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1030
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1031
 "rand_core 0.6.4",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1032
]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1033
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1034
[[package]]
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1035
name = "rand_xoshiro"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1036
version = "0.6.0"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1037
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1038
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1039
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1040
 "rand_core 0.6.4",
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1041
]
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1042
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1043
[[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1044
name = "rayon"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1045
version = "1.5.3"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1046
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1047
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1048
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1049
 "autocfg",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1050
 "crossbeam-deque",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1051
 "either",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1052
 "rayon-core",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1053
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1054
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1055
[[package]]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1056
name = "rayon-core"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1057
version = "1.9.3"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1058
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1059
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1060
dependencies = [
49398
1bad05cfc818 rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents: 49201
diff changeset
  1061
 "crossbeam-channel",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1062
 "crossbeam-deque",
49398
1bad05cfc818 rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents: 49201
diff changeset
  1063
 "crossbeam-utils",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1064
 "num_cpus",
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1065
]
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1066
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1067
[[package]]
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1068
name = "redox_syscall"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1069
version = "0.2.16"
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1070
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1071
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1072
dependencies = [
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1073
 "bitflags",
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1074
]
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1075
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1076
[[package]]
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
  1077
name = "regex"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1078
version = "1.7.0"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
  1079
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1080
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
  1081
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1082
 "aho-corasick",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1083
 "memchr",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1084
 "regex-syntax",
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
  1085
]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
  1086
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
  1087
[[package]]
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
  1088
name = "regex-syntax"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1089
version = "0.6.28"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
  1090
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1091
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
40978
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
  1092
5532823e8c18 rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents: 40977
diff changeset
  1093
[[package]]
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1094
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
  1095
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
  1096
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1097
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1098
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1099
 "winapi",
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1100
]
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1101
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1102
[[package]]
45001
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents: 44995
diff changeset
  1103
name = "rhg"
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents: 44995
diff changeset
  1104
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
  1105
dependencies = [
48743
39c447e03dbc rhg: Add support for colored output
Simon Sapin <simon.sapin@octobus.net>
parents: 48582
diff changeset
  1106
 "atty",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1107
 "chrono",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1108
 "clap 2.34.0",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1109
 "derive_more",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1110
 "env_logger",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1111
 "format-bytes",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1112
 "hg-core",
47410
ebdef6283798 rhg: read [paths] for `--repository` value
Pulkit Goyal <7895pulkit@gmail.com>
parents: 47386
diff changeset
  1113
 "home",
46742
6cd9f53aaed8 rhg: Fall back to Python on --repository with an URL
Simon Sapin <simon.sapin@octobus.net>
parents: 46703
diff changeset
  1114
 "lazy_static",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1115
 "log",
49398
1bad05cfc818 rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents: 49201
diff changeset
  1116
 "micro-timer",
49522
52464a20add0 rhg: parallellize computation of [unsure_is_modified]
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents: 49398
diff changeset
  1117
 "rayon",
46742
6cd9f53aaed8 rhg: Fall back to Python on --repository with an URL
Simon Sapin <simon.sapin@octobus.net>
parents: 46703
diff changeset
  1118
 "regex",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1119
 "users",
48846
006688e36e12 rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents: 48825
diff changeset
  1120
 "which",
45050
513b3ef277a3 rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45001
diff changeset
  1121
]
45001
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents: 44995
diff changeset
  1122
cf04f62d1579 rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents: 44995
diff changeset
  1123
[[package]]
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
  1124
name = "rustc_version"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
  1125
version = "0.4.0"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
  1126
source = "registry+https://github.com/rust-lang/crates.io-index"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
  1127
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
  1128
dependencies = [
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
  1129
 "semver",
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
  1130
]
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
  1131
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
  1132
[[package]]
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
  1133
name = "same-file"
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
  1134
version = "1.0.6"
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
  1135
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1136
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
  1137
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1138
 "winapi-util",
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
  1139
]
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
  1140
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
  1141
[[package]]
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1142
name = "scopeguard"
44550
82f51ab7a2dd rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents: 44549
diff changeset
  1143
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
  1144
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1145
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
43271
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1146
99394e6c5d12 rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents: 43214
diff changeset
  1147
[[package]]
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1148
name = "scratch"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1149
version = "1.0.2"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1150
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1151
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1152
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1153
[[package]]
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
  1154
name = "semver"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1155
version = "1.0.14"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
  1156
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1157
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
49043
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
  1158
8848c3453661 rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49041
diff changeset
  1159
[[package]]
47386
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
  1160
name = "sha-1"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1161
version = "0.9.8"
47386
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
  1162
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1163
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
47386
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
  1164
dependencies = [
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1165
 "block-buffer 0.9.0",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1166
 "cfg-if",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1167
 "cpufeatures",
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1168
 "digest 0.9.0",
47386
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
  1169
 "opaque-debug",
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
  1170
]
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
  1171
fad504cfc94b rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents: 47127
diff changeset
  1172
[[package]]
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1173
name = "sha-1"
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1174
version = "0.10.0"
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1175
source = "registry+https://github.com/rust-lang/crates.io-index"
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1176
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1177
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1178
 "cfg-if",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1179
 "cpufeatures",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1180
 "digest 0.10.5",
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1181
]
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1182
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1183
[[package]]
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1184
name = "sized-chunks"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1185
version = "0.6.5"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1186
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1187
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1188
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1189
 "bitmaps",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1190
 "typenum",
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1191
]
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1192
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1193
[[package]]
47982
4afd6cc447b9 rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents: 47520
diff changeset
  1194
name = "stable_deref_trait"
4afd6cc447b9 rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents: 47520
diff changeset
  1195
version = "1.2.0"
4afd6cc447b9 rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents: 47520
diff changeset
  1196
source = "registry+https://github.com/rust-lang/crates.io-index"
4afd6cc447b9 rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents: 47520
diff changeset
  1197
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4afd6cc447b9 rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents: 47520
diff changeset
  1198
4afd6cc447b9 rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents: 47520
diff changeset
  1199
[[package]]
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
  1200
name = "static_assertions"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
  1201
version = "1.1.0"
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
  1202
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1203
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
46181
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
  1204
3aec2620554b hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 46058
diff changeset
  1205
[[package]]
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1206
name = "strsim"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1207
version = "0.8.0"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1208
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1209
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1210
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1211
[[package]]
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1212
name = "strsim"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1213
version = "0.10.0"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1214
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1215
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1216
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1217
[[package]]
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
  1218
name = "syn"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1219
version = "1.0.103"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
  1220
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1221
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
  1222
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1223
 "proc-macro2",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1224
 "quote",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1225
 "unicode-ident",
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
  1226
]
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
  1227
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
  1228
[[package]]
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1229
name = "tempfile"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1230
version = "3.3.0"
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1231
source = "registry+https://github.com/rust-lang/crates.io-index"
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1232
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1233
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1234
 "cfg-if",
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1235
 "fastrand",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1236
 "libc",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1237
 "redox_syscall",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1238
 "remove_dir_all",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1239
 "winapi",
44312
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1240
]
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1241
c18dd48cea4a rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents: 44293
diff changeset
  1242
[[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
  1243
name = "termcolor"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1244
version = "1.1.3"
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
  1245
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1246
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
  1247
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1248
 "winapi-util",
45525
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
  1249
]
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
  1250
2a68a5ec8dd0 rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents: 45051
diff changeset
  1251
[[package]]
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1252
name = "textwrap"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1253
version = "0.11.0"
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1254
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1255
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1256
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1257
 "unicode-width",
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1258
]
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1259
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1260
[[package]]
49564
04f1dba53c96 rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents: 49524
diff changeset
  1261
name = "thread_local"
04f1dba53c96 rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents: 49524
diff changeset
  1262
version = "1.1.4"
04f1dba53c96 rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents: 49524
diff changeset
  1263
source = "registry+https://github.com/rust-lang/crates.io-index"
04f1dba53c96 rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents: 49524
diff changeset
  1264
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
04f1dba53c96 rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents: 49524
diff changeset
  1265
dependencies = [
04f1dba53c96 rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents: 49524
diff changeset
  1266
 "once_cell",
04f1dba53c96 rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents: 49524
diff changeset
  1267
]
04f1dba53c96 rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents: 49524
diff changeset
  1268
04f1dba53c96 rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents: 49524
diff changeset
  1269
[[package]]
45560
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
  1270
name = "time"
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
  1271
version = "0.1.44"
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
  1272
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1273
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
45560
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
  1274
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1275
 "libc",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1276
 "wasi 0.10.0+wasi-snapshot-preview1",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1277
 "winapi",
45560
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
  1278
]
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
  1279
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
  1280
[[package]]
43844
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
  1281
name = "twox-hash"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1282
version = "1.6.3"
43844
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
  1283
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1284
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
43844
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
  1285
dependencies = [
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1286
 "cfg-if",
49044
ec8d9b5a5e7c rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents: 49043
diff changeset
  1287
 "rand 0.8.5",
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1288
 "static_assertions",
43844
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
  1289
]
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
  1290
5ac243a92e37 rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents: 43271
diff changeset
  1291
[[package]]
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1292
name = "typenum"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1293
version = "1.15.0"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1294
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1295
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1296
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1297
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1298
name = "unicode-ident"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1299
version = "1.0.5"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1300
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1301
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1302
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1303
[[package]]
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1304
name = "unicode-width"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1305
version = "0.1.10"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1306
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1307
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1308
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1309
[[package]]
46640
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
  1310
name = "users"
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
  1311
version = "0.11.0"
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
  1312
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1313
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
46640
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
  1314
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1315
 "libc",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1316
 "log",
46640
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
  1317
]
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
  1318
755c31a1caf9 rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents: 46633
diff changeset
  1319
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1320
name = "vcpkg"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1321
version = "0.2.15"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
  1322
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1323
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
44313
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
  1324
9ab4830e9e3d rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents: 44312
diff changeset
  1325
[[package]]
48554
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
  1326
name = "vcsgraph"
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
  1327
version = "0.2.0"
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
  1328
source = "registry+https://github.com/rust-lang/crates.io-index"
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
  1329
checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
  1330
dependencies = [
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
  1331
 "hex",
48582
0dc698c91ca0 rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents: 48554
diff changeset
  1332
 "rand 0.7.3",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1333
 "sha-1 0.9.8",
48554
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
  1334
]
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
  1335
99a0b5422cf5 rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents: 48531
diff changeset
  1336
[[package]]
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1337
name = "vec_map"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1338
version = "0.8.2"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1339
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1340
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
44417
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1341
8f7c6656ac79 rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents: 44348
diff changeset
  1342
[[package]]
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1343
name = "version_check"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1344
version = "0.9.4"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1345
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1346
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
45978
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1347
0d99778af68a copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents: 45560
diff changeset
  1348
[[package]]
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
  1349
name = "wasi"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
  1350
version = "0.9.0+wasi-snapshot-preview1"
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
  1351
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1352
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
44292
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
  1353
3e794419d234 rust: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents: 44238
diff changeset
  1354
[[package]]
45560
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
  1355
name = "wasi"
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
  1356
version = "0.10.0+wasi-snapshot-preview1"
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
  1357
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1358
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
45560
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
  1359
abad925af2ef rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents: 45537
diff changeset
  1360
[[package]]
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1361
name = "wasi"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1362
version = "0.11.0+wasi-snapshot-preview1"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1363
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1364
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1365
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1366
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1367
name = "wasm-bindgen"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1368
version = "0.2.83"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1369
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1370
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1371
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1372
 "cfg-if",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1373
 "wasm-bindgen-macro",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1374
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1375
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1376
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1377
name = "wasm-bindgen-backend"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1378
version = "0.2.83"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1379
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1380
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1381
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1382
 "bumpalo",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1383
 "log",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1384
 "once_cell",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1385
 "proc-macro2",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1386
 "quote",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1387
 "syn",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1388
 "wasm-bindgen-shared",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1389
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1390
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1391
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1392
name = "wasm-bindgen-macro"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1393
version = "0.2.83"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1394
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1395
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1396
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1397
 "quote",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1398
 "wasm-bindgen-macro-support",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1399
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1400
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1401
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1402
name = "wasm-bindgen-macro-support"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1403
version = "0.2.83"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1404
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1405
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1406
dependencies = [
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1407
 "proc-macro2",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1408
 "quote",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1409
 "syn",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1410
 "wasm-bindgen-backend",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1411
 "wasm-bindgen-shared",
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1412
]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1413
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1414
[[package]]
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1415
name = "wasm-bindgen-shared"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1416
version = "0.2.83"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1417
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1418
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1419
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1420
[[package]]
48846
006688e36e12 rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents: 48825
diff changeset
  1421
name = "which"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1422
version = "4.3.0"
48846
006688e36e12 rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents: 48825
diff changeset
  1423
source = "registry+https://github.com/rust-lang/crates.io-index"
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1424
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
48846
006688e36e12 rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents: 48825
diff changeset
  1425
dependencies = [
006688e36e12 rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents: 48825
diff changeset
  1426
 "either",
006688e36e12 rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents: 48825
diff changeset
  1427
 "libc",
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1428
 "once_cell",
48846
006688e36e12 rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents: 48825
diff changeset
  1429
]
006688e36e12 rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents: 48825
diff changeset
  1430
006688e36e12 rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents: 48825
diff changeset
  1431
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1432
name = "winapi"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1433
version = "0.3.9"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1434
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1435
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1436
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1437
 "winapi-i686-pc-windows-gnu",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1438
 "winapi-x86_64-pc-windows-gnu",
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1439
]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1440
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1441
[[package]]
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1442
name = "winapi-i686-pc-windows-gnu"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1443
version = "0.4.0"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1444
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1445
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1446
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1447
[[package]]
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
  1448
name = "winapi-util"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1449
version = "0.1.5"
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
  1450
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1451
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
  1452
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1453
 "winapi",
44345
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
  1454
]
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
  1455
4caac36c66bc rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents: 44313
diff changeset
  1456
[[package]]
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1457
name = "winapi-x86_64-pc-windows-gnu"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1458
version = "0.4.0"
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1459
source = "registry+https://github.com/rust-lang/crates.io-index"
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1460
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
41703
ee7b7bd432a1 rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents: 40998
diff changeset
  1461
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1462
[[package]]
49755
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1463
name = "yansi"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1464
version = "0.5.1"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1465
source = "registry+https://github.com/rust-lang/crates.io-index"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1466
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1467
14bfd22a57a9 hg-core: upgrade `clap` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49754
diff changeset
  1468
[[package]]
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1469
name = "zstd"
49754
a5447a4a8c5d hg-core: upgrade `zstd` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49564
diff changeset
  1470
version = "0.11.2+zstd.1.5.2"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1471
source = "registry+https://github.com/rust-lang/crates.io-index"
49754
a5447a4a8c5d hg-core: upgrade `zstd` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49564
diff changeset
  1472
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1473
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1474
 "zstd-safe",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1475
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1476
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1477
[[package]]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1478
name = "zstd-safe"
49754
a5447a4a8c5d hg-core: upgrade `zstd` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49564
diff changeset
  1479
version = "5.0.2+zstd.1.5.2"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1480
source = "registry+https://github.com/rust-lang/crates.io-index"
49754
a5447a4a8c5d hg-core: upgrade `zstd` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49564
diff changeset
  1481
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1482
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1483
 "libc",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1484
 "zstd-sys",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1485
]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1486
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1487
[[package]]
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1488
name = "zstd-sys"
49754
a5447a4a8c5d hg-core: upgrade `zstd` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49564
diff changeset
  1489
version = "2.0.1+zstd.1.5.2"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1490
source = "registry+https://github.com/rust-lang/crates.io-index"
49754
a5447a4a8c5d hg-core: upgrade `zstd` dependency
Raphaël Gomès <rgomes@octobus.net>
parents: 49564
diff changeset
  1491
checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1492
dependencies = [
46703
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1493
 "cc",
46cdd6660503 rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents: 46640
diff changeset
  1494
 "libc",
45532
26c53ee51c68 hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents: 45525
diff changeset
  1495
]