##// END OF EJS Templates
hg-pyo3: bump pyo3 to 0.23...
hg-pyo3: bump pyo3 to 0.23 Comes with significant API changes.

File last commit:

r53300:b61c259c default
r53300:b61c259c default
Show More
Cargo.lock
2050 lines | 51.2 KiB | text/plain | TextLexer
Yuya Nishihara
rust: update Cargo.lock to include @generated comment...
r42682 # This file is automatically @generated by Cargo.
# It is not intended for manual editing.
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 version = 3
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 [[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "adler2"
version = "2.0.0"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097
[[package]]
Simon Sapin
dirstate-tree: optimize HashMap lookups with raw_entry_mut...
r49805 name = "ahash"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.8.11"
Simon Sapin
dirstate-tree: optimize HashMap lookups with raw_entry_mut...
r49805 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
Raphaël Gomès
hg-core: upgrade all remaining dependencies...
r50532 dependencies = [
"cfg-if",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "getrandom 0.2.15",
Raphaël Gomès
hg-core: upgrade all remaining dependencies...
r50532 "once_cell",
"version_check",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "zerocopy",
Raphaël Gomès
hg-core: upgrade all remaining dependencies...
r50532 ]
Simon Sapin
dirstate-tree: optimize HashMap lookups with raw_entry_mut...
r49805
[[package]]
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 name = "aho-corasick"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.1.3"
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "memchr",
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 ]
[[package]]
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "anstream"
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
[[package]]
name = "anstyle-parse"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
dependencies = [
"anstyle",
"windows-sys 0.59.0",
]
[[package]]
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
[[package]]
Georges Racinet
rust: translated random test of missingancestors...
r41841 name = "autocfg"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.4.0"
Yuya Nishihara
rust: update dependencies...
r44699 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
Yuya Nishihara
rust: update dependencies...
r44699
[[package]]
Georges Racinet
rust: translated random test of missingancestors...
r41841 name = "bitflags"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 version = "1.3.2"
Georges Racinet
rust: translated random test of missingancestors...
r41841 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Georges Racinet
rust: translated random test of missingancestors...
r41841
[[package]]
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 name = "bitflags"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
[[package]]
copies-rust: use immutable "OrdMap" to store copies information...
r46577 name = "bitmaps"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
copies-rust: use immutable "OrdMap" to store copies information...
r46577 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "typenum",
copies-rust: use immutable "OrdMap" to store copies information...
r46577 ]
[[package]]
Raphaël Gomès
rust-index: use a `BitVec` instead of plain `Vec` for heads computation...
r52153 name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
[[package]]
Simon Sapin
rust: Use a maintained crate for SHA-1 hashing...
r48171 name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
]
[[package]]
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 name = "block-buffer"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.10.4"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 dependencies = [
"generic-array",
]
[[package]]
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 name = "bstr"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.11.0"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 dependencies = [
"memchr",
"regex-automata",
"serde",
]
[[package]]
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 name = "bumpalo"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "3.16.0"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531
[[package]]
Raphaël Gomès
rust-dirstate: add rust-cpython bindings to the new parse/pack functions...
r42489 name = "byteorder"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.5.0"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565
[[package]]
Simon Sapin
rust: use the bytes-cast crate to parse persistent nodemaps...
r47119 name = "bytes-cast"
Raphaël Gomès
rust-clippy: upgrade `bytes-cast` dependency...
r50830 version = "0.3.0"
Simon Sapin
rust: use the bytes-cast crate to parse persistent nodemaps...
r47119 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust-clippy: upgrade `bytes-cast` dependency...
r50830 checksum = "a20de93b91d7703ca0e39e12930e310acec5ff4d715f4166e0ab026babb352e8"
Simon Sapin
rust: use the bytes-cast crate to parse persistent nodemaps...
r47119 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "bytes-cast-derive",
Simon Sapin
rust: use the bytes-cast crate to parse persistent nodemaps...
r47119 ]
[[package]]
name = "bytes-cast-derive"
Raphaël Gomès
rust-clippy: upgrade `bytes-cast` dependency...
r50830 version = "0.2.0"
Simon Sapin
rust: use the bytes-cast crate to parse persistent nodemaps...
r47119 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust-clippy: upgrade `bytes-cast` dependency...
r50830 checksum = "7470a6fcce58cde3d62cce758bf71007978b75247e6becd9255c9b884bcb4f71"
Simon Sapin
rust: use the bytes-cast crate to parse persistent nodemaps...
r47119 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "proc-macro2",
"quote",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "syn 1.0.109",
Simon Sapin
rust: use the bytes-cast crate to parse persistent nodemaps...
r47119 ]
[[package]]
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 name = "cc"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.2.1"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "jobserver",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "libc",
"shlex",
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 ]
[[package]]
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 name = "cfg-if"
Raphaël Gomès
hg-core: add format-bytes dependency...
r46797 version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
Raphaël Gomès
hg-core: add format-bytes dependency...
r46797
[[package]]
Raphaël Gomès
rust-update: handle SIGINT from long-running update threads...
r53110 name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
Simon Sapin
rhg: Add support for the blackbox extension...
r47343 name = "chrono"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.4.38"
Simon Sapin
rhg: Add support for the blackbox extension...
r47343 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
Simon Sapin
rhg: Add support for the blackbox extension...
r47343 dependencies = [
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 "android-tzdata",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "iana-time-zone",
"js-sys",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "num-traits",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "wasm-bindgen",
Raphaël Gomès
rust: add Vfs trait...
r52761 "windows-targets 0.52.6",
Simon Sapin
rhg: Add support for the blackbox extension...
r47343 ]
[[package]]
Georges Racinet
rust-nodemap: pure Rust example...
r44870 name = "clap"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "4.5.21"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 dependencies = [
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "clap_builder",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "clap_derive",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 ]
[[package]]
name = "clap_builder"
version = "4.5.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
dependencies = [
"anstream",
"anstyle",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "clap_lex",
Raphaël Gomès
rhg: upgrade `clap` dependency...
r50534 "strsim",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 ]
[[package]]
name = "clap_derive"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "4.5.18"
Raphaël Gomès
hg-core: add format-bytes dependency...
r46797 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 dependencies = [
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 "heck",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "proc-macro2",
"quote",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "syn 2.0.89",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 ]
[[package]]
name = "clap_lex"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.7.3"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "colorchoice"
version = "1.0.3"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
Raphaël Gomès
hg-core: add format-bytes dependency...
r46797
[[package]]
Raphaël Gomès
rust-hg-cpython: add an `HgProgressBar` util...
r52935 name = "console"
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "unicode-width 0.1.14",
Raphaël Gomès
rust-hg-cpython: add an `HgProgressBar` util...
r52935 "windows-sys 0.52.0",
]
[[package]]
Raphaël Gomès
rhg: upgrade dependencies...
r49807 name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 name = "core-foundation-sys"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.8.7"
Simon Sapin
rust: Use a maintained crate for SHA-1 hashing...
r48171 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
Simon Sapin
rust: Use a maintained crate for SHA-1 hashing...
r48171
[[package]]
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 name = "cpufeatures"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.2.15"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 dependencies = [
"libc",
]
[[package]]
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 name = "cpython"
Raphaël Gomès
rust: use `cpython` 0.7.2 crate to add support for Python 3.12...
r52552 version = "0.7.2"
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: use `cpython` 0.7.2 crate to add support for Python 3.12...
r52552 checksum = "43b398a2c65baaf5892f10bb69b52508bf7a993380cc4ecd3785aaebb5c79389"
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "libc",
"num-traits",
rust: bump rust-cpython version to 0.5.2...
r47620 "paste",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "python3-sys",
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 ]
Gregory Szorc
rust: move Cargo.lock...
r35619 [[package]]
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 name = "crc32fast"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.4.2"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 dependencies = [
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "cfg-if",
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 ]
[[package]]
Raphaël Gomès
rust-status: traverse working directory in parallel...
r45026 name = "crossbeam-channel"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.5.13"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 dependencies = [
Mads Kiilerich
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0...
r50312 "crossbeam-utils",
Raphaël Gomès
hg-core: add format-bytes dependency...
r46797 ]
[[package]]
name = "crossbeam-deque"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.8.5"
Raphaël Gomès
hg-core: add format-bytes dependency...
r46797 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
Raphaël Gomès
hg-core: add format-bytes dependency...
r46797 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "crossbeam-epoch",
Mads Kiilerich
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0...
r50312 "crossbeam-utils",
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 ]
[[package]]
name = "crossbeam-epoch"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.9.18"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 dependencies = [
Mads Kiilerich
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0...
r50312 "crossbeam-utils",
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 ]
[[package]]
name = "crossbeam-utils"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.8.20"
Raphaël Gomès
hg-core: add format-bytes dependency...
r46797 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
Raphaël Gomès
hg-core: add format-bytes dependency...
r46797
[[package]]
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 name = "crypto-common"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 version = "0.1.6"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 dependencies = [
"generic-array",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "typenum",
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 ]
[[package]]
Raphaël Gomès
rust-update: handle SIGINT from long-running update threads...
r53110 name = "ctrlc"
version = "3.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
dependencies = [
"nix",
"windows-sys 0.59.0",
]
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "derive_more"
version = "0.99.18"
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
Simon Sapin
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`...
r47164 dependencies = [
Raphaël Gomès
rhg: upgrade dependencies...
r49807 "convert_case",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "proc-macro2",
"quote",
Raphaël Gomès
rhg: upgrade dependencies...
r49807 "rustc_version",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "syn 2.0.89",
Simon Sapin
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`...
r47164 ]
[[package]]
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 name = "diff"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 version = "0.1.13"
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738
[[package]]
Simon Sapin
rust: Use a maintained crate for SHA-1 hashing...
r48171 name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
[[package]]
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 name = "digest"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.10.7"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 dependencies = [
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "block-buffer 0.10.4",
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 "crypto-common",
]
[[package]]
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 name = "dirs"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
"redox_users",
Raphaël Gomès
rust: add Vfs trait...
r52761 "windows-sys 0.48.0",
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 ]
[[package]]
Raphaël Gomès
rust: add Vfs trait...
r52761 name = "dyn-clone"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
[[package]]
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 name = "either"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.13.0"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565
[[package]]
Raphaël Gomès
rust-hg-cpython: add an `HgProgressBar` util...
r52935 name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
Raphaël Gomès
rust: update `env_logger` dependency...
r53205 name = "env_filter"
version = "0.1.2"
Raphaël Gomès
rust-cpython: switch logging facade from `simple_logger` to `env_logger`...
r46090 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `env_logger` dependency...
r53205 checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
Raphaël Gomès
rust-cpython: switch logging facade from `simple_logger` to `env_logger`...
r46090 dependencies = [
Raphaël Gomès
rust: update `env_logger` dependency...
r53205 "log",
"regex",
]
[[package]]
name = "env_logger"
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
[[package]]
name = "env_logger"
Raphaël Gomès
rust: update `env_logger` dependency...
r53205 version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
dependencies = [
"anstream",
"anstyle",
"env_filter",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "humantime",
"log",
Raphaël Gomès
rust-cpython: switch logging facade from `simple_logger` to `env_logger`...
r46090 ]
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "errno"
version = "0.3.9"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 dependencies = [
Raphaël Gomès
rust: add Vfs trait...
r52761 "libc",
Raphaël Gomès
rust-revlog: add a Rust-only `InnerRevlog`...
r53057 "windows-sys 0.52.0",
Raphaël Gomès
rust: add Vfs trait...
r52761 ]
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "fastrand"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
[[package]]
name = "filetime"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
dependencies = [
"cfg-if",
"libc",
"libredox",
"windows-sys 0.59.0",
]
[[package]]
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 name = "flate2"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.0.35"
Yuya Nishihara
rust: update dependencies...
r44699 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
Yuya Nishihara
rust: update dependencies...
r44699 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "crc32fast",
"libz-sys",
"miniz_oxide",
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 ]
[[package]]
Raphaël Gomès
rhg: use `format_bytes!` for error messages...
r46598 name = "format-bytes"
Simon Sapin
rust: Upgrade to format-bytes 0.3...
r49323 version = "0.3.0"
Raphaël Gomès
rhg: use `format_bytes!` for error messages...
r46598 source = "registry+https://github.com/rust-lang/crates.io-index"
Simon Sapin
rust: Upgrade to format-bytes 0.3...
r49323 checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd"
Raphaël Gomès
rhg: use `format_bytes!` for error messages...
r46598 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "format-bytes-macros",
Raphaël Gomès
rhg: use `format_bytes!` for error messages...
r46598 ]
[[package]]
name = "format-bytes-macros"
Simon Sapin
rust: Upgrade to format-bytes 0.3...
r49323 version = "0.4.0"
Raphaël Gomès
rhg: use `format_bytes!` for error messages...
r46598 source = "registry+https://github.com/rust-lang/crates.io-index"
Simon Sapin
rust: Upgrade to format-bytes 0.3...
r49323 checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f"
Raphaël Gomès
rhg: use `format_bytes!` for error messages...
r46598 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "proc-macro2",
"quote",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "syn 1.0.109",
Raphaël Gomès
rhg: use `format_bytes!` for error messages...
r46598 ]
[[package]]
Raphaël Gomès
rust-index: use a `BitVec` instead of plain `Vec` for heads computation...
r52153 name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
Simon Sapin
rust: Use a maintained crate for SHA-1 hashing...
r48171 name = "generic-array"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.14.7"
Antoine Cezar
hg-core: check data integrity in `Revlog`...
r46102 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
Simon Sapin
rust: Use a maintained crate for SHA-1 hashing...
r48171 dependencies = [
"typenum",
"version_check",
]
Antoine Cezar
hg-core: check data integrity in `Revlog`...
r46102
[[package]]
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 name = "getrandom"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 version = "0.1.16"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 dependencies = [
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "cfg-if",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "libc",
"wasi 0.9.0+wasi-snapshot-preview1",
Yuya Nishihara
rust: update dependencies...
r44699 ]
[[package]]
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 name = "getrandom"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.2.15"
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 dependencies = [
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "cfg-if",
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 "libc",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "wasi 0.11.0+wasi-snapshot-preview1",
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 ]
[[package]]
Simon Sapin
dirstate-tree: optimize HashMap lookups with raw_entry_mut...
r49805 name = "hashbrown"
Raphaël Gomès
rust-config: add support for default config items...
r51656 version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hashbrown"
Raphaël Gomès
rust-revlog: add a Rust-only `InnerRevlog`...
r53057 version = "0.13.2"
Simon Sapin
dirstate-tree: optimize HashMap lookups with raw_entry_mut...
r49805 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust-revlog: add a Rust-only `InnerRevlog`...
r53057 checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
Simon Sapin
dirstate-tree: optimize HashMap lookups with raw_entry_mut...
r49805 dependencies = [
"ahash",
"rayon",
]
[[package]]
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 name = "heck"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.5.0"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531
[[package]]
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
pacien
rust: add vcsgraph crate as dependency...
r49348 name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
Georges Racinet
rust: pure Rust lazyancestors iterator...
r40307 name = "hg-core"
version = "0.1.0"
Georges Racinet
rust: translated random test of missingancestors...
r41841 dependencies = [
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 "bitflags 1.3.2",
Raphaël Gomès
rust-index: use a `BitVec` instead of plain `Vec` for heads computation...
r52153 "bitvec",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "byteorder",
"bytes-cast",
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 "chrono",
Raphaël Gomès
rhg: upgrade `clap` dependency...
r50534 "clap",
Mads Kiilerich
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0...
r50312 "crossbeam-channel",
Raphaël Gomès
rust-update: handle SIGINT from long-running update threads...
r53110 "ctrlc",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "derive_more",
Raphaël Gomès
rust: add Vfs trait...
r52761 "dyn-clone",
"filetime",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "flate2",
"format-bytes",
Raphaël Gomès
rust-revlog: add a Rust-only `InnerRevlog`...
r53057 "hashbrown 0.13.2",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "home",
"im-rc",
Raphaël Gomès
rust-hg-cpython: add an `HgProgressBar` util...
r52935 "indicatif",
Raphaël Gomès
hg-core: upgrade `zstd` dependency...
r50530 "itertools",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "lazy_static",
Simon Sapin
dirstate-v2: Replace the 32-bit `mode` field with two bits...
r49009 "libc",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "log",
Raphaël Gomès
rust: use `logging_timer` instead of `micro_timer`...
r50808 "logging_timer",
Raphaël Gomès
rust-manifest: use `memchr` crate for all byte-finding needs...
r53177 "memchr",
Simon Sapin
rust: Switch to the memmap2-rs crate...
r48767 "memmap2",
Arseniy Alekseyev
dirstate-v2: skip evaluation of hgignore regex on cached directories...
r50415 "once_cell",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "pretty_assertions",
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 "rand 0.8.5",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "rand_distr",
"rand_pcg",
"rayon",
"regex",
"same-file",
Raphaël Gomès
rust-revlog: add a Rust-only `InnerRevlog`...
r53057 "schnellru",
Raphaël Gomès
rust-hg-core: move from `ouroboros` to `self_cell`...
r51575 "self_cell",
Raphaël Gomès
rust-config: add support for default config items...
r51656 "serde",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "sha-1 0.10.1",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "tempfile",
Raphaël Gomès
rust: create wrapper struct to reduce `regex` contention issues...
r50476 "thread_local",
Raphaël Gomès
rust-config: add support for default config items...
r51656 "toml",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "twox-hash",
Raphaël Gomès
update: add a Rust fast-path when updating from null (and clean)...
r52953 "uuid",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "zstd",
Georges Racinet
rust: translated random test of missingancestors...
r41841 ]
Georges Racinet
rust: pure Rust lazyancestors iterator...
r40307
[[package]]
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 name = "hg-cpython"
version = "0.1.0"
dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "cpython",
Mads Kiilerich
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0...
r50312 "crossbeam-channel",
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 "env_logger 0.11.5",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "hg-core",
"libc",
"log",
Raphaël Gomès
revlog: add the glue to use the Rust `InnerRevlog` from Python...
r53060 "logging_timer",
"python3-sys",
Simon Sapin
rust: Make OwningDirstateMap generic and move it into hg-core...
r48766 "stable_deref_trait",
pacien
rust: add vcsgraph crate as dependency...
r49348 "vcsgraph",
Raphaël Gomès
rust-cpython: switch logging facade from `simple_logger` to `env_logger`...
r46090 ]
[[package]]
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 name = "hg-pyo3"
version = "0.1.0"
dependencies = [
"env_logger 0.9.3",
"hg-core",
"log",
"pyo3",
"stable_deref_trait",
]
[[package]]
Simon Sapin
rust: Parse system and user configuration...
r47212 name = "home"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.5.9"
Simon Sapin
rust: Parse system and user configuration...
r47212 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
Simon Sapin
rust: Parse system and user configuration...
r47212 dependencies = [
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "windows-sys 0.52.0",
Simon Sapin
rust: Parse system and user configuration...
r47212 ]
[[package]]
Raphaël Gomès
rust-cpython: switch logging facade from `simple_logger` to `env_logger`...
r46090 name = "humantime"
Raphaël Gomès
rhg: upgrade dependencies...
r49807 version = "2.1.0"
Raphaël Gomès
rust-cpython: switch logging facade from `simple_logger` to `env_logger`...
r46090 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rhg: upgrade dependencies...
r49807 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001
[[package]]
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 name = "iana-time-zone"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.1.61"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "windows-core",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 ]
[[package]]
name = "iana-time-zone-haiku"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.1.2"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 dependencies = [
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "cc",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 ]
[[package]]
copies-rust: use immutable "OrdMap" to store copies information...
r46577 name = "im-rc"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 version = "15.1.0"
copies-rust: use immutable "OrdMap" to store copies information...
r46577 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
copies-rust: use immutable "OrdMap" to store copies information...
r46577 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "bitmaps",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "rand_core 0.6.4",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "rand_xoshiro",
"sized-chunks",
"typenum",
"version_check",
copies-rust: use immutable "OrdMap" to store copies information...
r46577 ]
[[package]]
Raphaël Gomès
rust-config: add support for default config items...
r51656 name = "indexmap"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.9.3"
Raphaël Gomès
rust-config: add support for default config items...
r51656 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
Raphaël Gomès
rust-config: add support for default config items...
r51656 dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
[[package]]
Raphaël Gomès
rust-hg-cpython: add an `HgProgressBar` util...
r52935 name = "indicatif"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.17.9"
Raphaël Gomès
rust-hg-cpython: add an `HgProgressBar` util...
r52935 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281"
Raphaël Gomès
rust-hg-cpython: add an `HgProgressBar` util...
r52935 dependencies = [
"console",
"number_prefix",
"portable-atomic",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "unicode-width 0.2.0",
"web-time",
Raphaël Gomès
rust-hg-cpython: add an `HgProgressBar` util...
r52935 ]
[[package]]
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 name = "indoc"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "is_terminal_polyfill"
version = "1.70.1"
Raphaël Gomès
rhg: upgrade dependencies...
r49807 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
Raphaël Gomès
rhg: upgrade dependencies...
r49807
[[package]]
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 name = "itertools"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 version = "0.10.5"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 dependencies = [
"either",
]
[[package]]
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 name = "jobserver"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.1.32"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "libc",
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 ]
[[package]]
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 name = "js-sys"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.3.72"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 dependencies = [
"wasm-bindgen",
]
[[package]]
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 name = "lazy_static"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.5.0"
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001
[[package]]
Gregory Szorc
rust: move Cargo.lock...
r35619 name = "libc"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.2.164"
Gregory Szorc
rust: move Cargo.lock...
r35619 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
Gregory Szorc
rust: move Cargo.lock...
r35619
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 [[package]]
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 name = "libm"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.2.11"
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403
[[package]]
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 name = "libredox"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
"bitflags 2.6.0",
"libc",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "redox_syscall",
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 ]
[[package]]
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 name = "libz-sys"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.1.20"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "cc",
"pkg-config",
"vcpkg",
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 ]
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "linux-raw-sys"
version = "0.4.14"
Raphaël Gomès
rust: add logging utils...
r45027 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531
[[package]]
name = "log"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.4.22"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
Raphaël Gomès
rust: add logging utils...
r45027
[[package]]
Raphaël Gomès
rust: use `logging_timer` instead of `micro_timer`...
r50808 name = "logging_timer"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.1.1"
Raphaël Gomès
rust: use `logging_timer` instead of `micro_timer`...
r50808 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "5669c09dbcb4a0b5f6de8364154495574238e18d6736bbdaa7726307f3268471"
Raphaël Gomès
rust: use `logging_timer` instead of `micro_timer`...
r50808 dependencies = [
"log",
"logging_timer_proc_macros",
]
[[package]]
name = "logging_timer_proc_macros"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.1.1"
Raphaël Gomès
rust: use `logging_timer` instead of `micro_timer`...
r50808 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "27906ca51651609191eeb2d1fdc6b52b8024789ec188b07aad88b6dfbe392fbe"
Raphaël Gomès
rust: use `logging_timer` instead of `micro_timer`...
r50808 dependencies = [
"log",
"proc-macro2",
"quote",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "syn 1.0.109",
Raphaël Gomès
rust: use `logging_timer` instead of `micro_timer`...
r50808 ]
[[package]]
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 name = "memchr"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "2.7.4"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565
[[package]]
Simon Sapin
rust: Switch to the memmap2-rs crate...
r48767 name = "memmap2"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.5.10"
Georges Racinet
rust-nodemap: pure Rust example...
r44870 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
Georges Racinet
rust-nodemap: pure Rust example...
r44870 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "libc",
Simon Sapin
rust: Update the memmap2 crate to version 0.4.0...
r48795 "stable_deref_trait",
Georges Racinet
rust-nodemap: pure Rust example...
r44870 ]
[[package]]
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 name = "memoffset"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
dependencies = [
"autocfg",
]
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "miniz_oxide"
version = "0.8.0"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 dependencies = [
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "adler2",
Raphaël Gomès
hg-core: add function timing information...
r45028 ]
[[package]]
Raphaël Gomès
rust-update: handle SIGINT from long-running update threads...
r53110 name = "nix"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
dependencies = [
"bitflags 2.6.0",
"cfg-if",
"cfg_aliases",
"libc",
]
[[package]]
Raphaël Gomès
rust-config: add support for default config items...
r51656 name = "nom8"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
dependencies = [
"memchr",
]
[[package]]
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 name = "num-traits"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.2.19"
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "autocfg",
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 "libm",
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 ]
[[package]]
Raphaël Gomès
rust-hg-cpython: add an `HgProgressBar` util...
r52935 name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
Arseniy Alekseyev
dirstate-v2: skip evaluation of hgignore regex on cached directories...
r50415 name = "once_cell"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.20.2"
Arseniy Alekseyev
dirstate-v2: skip evaluation of hgignore regex on cached directories...
r50415 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
Arseniy Alekseyev
dirstate-v2: skip evaluation of hgignore regex on cached directories...
r50415
[[package]]
Simon Sapin
rust: Use a maintained crate for SHA-1 hashing...
r48171 name = "opaque-debug"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.3.1"
Simon Sapin
rust: Use a maintained crate for SHA-1 hashing...
r48171 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
Simon Sapin
rust: Use a maintained crate for SHA-1 hashing...
r48171
[[package]]
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 name = "os_str_bytes"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "6.6.1"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 dependencies = [
"memchr",
]
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "paste"
version = "1.0.15"
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
rust: bump rust-cpython version to 0.5.2...
r47620
[[package]]
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 name = "pkg-config"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.3.31"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097
[[package]]
Raphaël Gomès
rust-hg-cpython: add an `HgProgressBar` util...
r52935 name = "portable-atomic"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
[[package]]
Yuya Nishihara
rust: update dependencies...
r44699 name = "ppv-lite86"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.2.20"
Yuya Nishihara
rust: update dependencies...
r44699 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
Yuya Nishihara
rust: update dependencies...
r44699
[[package]]
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 name = "pretty_assertions"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.4.1"
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 dependencies = [
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 "diff",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "yansi",
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 ]
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "proc-macro2"
version = "1.0.91"
Raphaël Gomès
rust: fix unsound `OwningDirstateMap`...
r49864 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "307e3004becf10f5a6e0d59d20f3cd28231b0e0827a96cd3e0ce6d14bc1e4bb3"
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 dependencies = [
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "unicode-ident",
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 ]
[[package]]
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 name = "pyo3"
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 version = "0.23.3"
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 source = "registry+https://github.com/rust-lang/crates.io-index"
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 checksum = "e484fd2c8b4cb67ab05a318f1fd6fa8f199fcc30819f08f07d200809dba26c15"
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 dependencies = [
"cfg-if",
"indoc",
"libc",
"memoffset",
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 "once_cell",
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 "portable-atomic",
"pyo3-build-config",
"pyo3-ffi",
"pyo3-macros",
"unindent",
]
[[package]]
name = "pyo3-build-config"
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 version = "0.23.3"
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 source = "registry+https://github.com/rust-lang/crates.io-index"
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 checksum = "dc0e0469a84f208e20044b98965e1561028180219e35352a2afaf2b942beff3b"
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 dependencies = [
"once_cell",
"target-lexicon",
]
[[package]]
name = "pyo3-ffi"
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 version = "0.23.3"
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 source = "registry+https://github.com/rust-lang/crates.io-index"
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 checksum = "eb1547a7f9966f6f1a0f0227564a9945fe36b90da5a93b3933fc3dc03fae372d"
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 dependencies = [
"libc",
"pyo3-build-config",
]
[[package]]
name = "pyo3-macros"
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 version = "0.23.3"
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 source = "registry+https://github.com/rust-lang/crates.io-index"
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 checksum = "fdb6da8ec6fa5cedd1626c886fc8749bdcbb09424a86461eb8cdf096b7c33257"
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 dependencies = [
"proc-macro2",
"pyo3-macros-backend",
"quote",
"syn 2.0.89",
]
[[package]]
name = "pyo3-macros-backend"
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 version = "0.23.3"
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 source = "registry+https://github.com/rust-lang/crates.io-index"
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 checksum = "38a385202ff5a92791168b1136afae5059d3ac118457bb7bc304c197c2d33e7d"
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 dependencies = [
Georges Racinet
hg-pyo3: bump pyo3 to 0.23...
r53300 "heck",
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 "proc-macro2",
"pyo3-build-config",
"quote",
"syn 2.0.89",
]
[[package]]
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 name = "python3-sys"
Raphaël Gomès
rust: use `cpython` 0.7.2 crate to add support for Python 3.12...
r52552 version = "0.7.2"
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: use `cpython` 0.7.2 crate to add support for Python 3.12...
r52552 checksum = "0f53ef6740367a09718d2cd21ba15b0d7972342a38e554736bcee7773e45c9f5"
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "libc",
"regex",
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 ]
[[package]]
name = "quote"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.0.37"
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "proc-macro2",
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 ]
[[package]]
Raphaël Gomès
rust-index: use a `BitVec` instead of plain `Vec` for heads computation...
r52153 name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
[[package]]
Georges Racinet
rust: translated random test of missingancestors...
r41841 name = "rand"
Yuya Nishihara
rust: update dependencies...
r44699 version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
Yuya Nishihara
rust: update dependencies...
r44699 dependencies = [
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "getrandom 0.1.16",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "libc",
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 "rand_chacha 0.2.2",
"rand_core 0.5.1",
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 "rand_hc",
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 ]
[[package]]
name = "rand"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 version = "0.8.5"
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 dependencies = [
"libc",
"rand_chacha 0.3.1",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "rand_core 0.6.4",
Yuya Nishihara
rust: update dependencies...
r44699 ]
[[package]]
Georges Racinet
rust: translated random test of missingancestors...
r41841 name = "rand_chacha"
Raphaël Gomès
rust: add logging utils...
r45027 version = "0.2.2"
Yuya Nishihara
rust: update dependencies...
r44699 source = "registry+https://github.com/rust-lang/crates.io-index"
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
Yuya Nishihara
rust: update dependencies...
r44699 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "ppv-lite86",
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 "rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "rand_core 0.6.4",
Yuya Nishihara
rust: update dependencies...
r44699 ]
[[package]]
Georges Racinet
rust: translated random test of missingancestors...
r41841 name = "rand_core"
Yuya Nishihara
rust: update dependencies...
r44699 version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
Yuya Nishihara
rust: update dependencies...
r44699 dependencies = [
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "getrandom 0.1.16",
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 ]
[[package]]
name = "rand_core"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 version = "0.6.4"
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 dependencies = [
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "getrandom 0.2.15",
Yuya Nishihara
rust: update dependencies...
r44699 ]
[[package]]
Raphaël Gomès
rust: update all dependencies...
r45090 name = "rand_distr"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 version = "0.4.3"
Georges Racinet
rust: translated random test of missingancestors...
r41841 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
Georges Racinet
rust: translated random test of missingancestors...
r41841 dependencies = [
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 "num-traits",
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 "rand 0.8.5",
Georges Racinet
rust: translated random test of missingancestors...
r41841 ]
[[package]]
Yuya Nishihara
rust: update dependencies...
r44699 name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
Yuya Nishihara
rust: update dependencies...
r44699 dependencies = [
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 "rand_core 0.5.1",
]
[[package]]
Raphaël Gomès
rust: update all dependencies...
r45090 name = "rand_pcg"
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 version = "0.3.1"
Georges Racinet
rust: translated random test of missingancestors...
r41841 source = "registry+https://github.com/rust-lang/crates.io-index"
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
Georges Racinet
rust: translated random test of missingancestors...
r41841 dependencies = [
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "rand_core 0.6.4",
Georges Racinet
rust: translated random test of missingancestors...
r41841 ]
[[package]]
copies-rust: use immutable "OrdMap" to store copies information...
r46577 name = "rand_xoshiro"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 version = "0.6.0"
copies-rust: use immutable "OrdMap" to store copies information...
r46577 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
copies-rust: use immutable "OrdMap" to store copies information...
r46577 dependencies = [
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "rand_core 0.6.4",
copies-rust: use immutable "OrdMap" to store copies information...
r46577 ]
[[package]]
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 name = "rayon"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.10.0"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "either",
"rayon-core",
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 ]
[[package]]
name = "rayon-core"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.12.1"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "crossbeam-deque",
Mads Kiilerich
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0...
r50312 "crossbeam-utils",
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 ]
[[package]]
Raphaël Gomès
rust-pathauditor: add Rust implementation of the `pathauditor`...
r44737 name = "redox_syscall"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.5.7"
Raphaël Gomès
rust-pathauditor: add Rust implementation of the `pathauditor`...
r44737 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 dependencies = [
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "bitflags 2.6.0",
Raphaël Gomès
rust: add Vfs trait...
r52761 ]
[[package]]
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 name = "redox_users"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.4.6"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 dependencies = [
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "getrandom 0.2.15",
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 "libredox",
"thiserror",
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 ]
Raphaël Gomès
rust-pathauditor: add Rust implementation of the `pathauditor`...
r44737
[[package]]
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 name = "regex"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.11.1"
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "aho-corasick",
"memchr",
"regex-syntax",
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 ]
[[package]]
name = "regex-syntax"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.8.5"
Georges Racinet
rust-cpython: start cpython crate bindings...
r41001 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
Raphaël Gomès
rust-pathauditor: add Rust implementation of the `pathauditor`...
r44737
[[package]]
Antoine Cezar
rhg: add rhg crate...
r45503 name = "rhg"
version = "0.1.0"
Antoine Cezar
rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`...
r45592 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "chrono",
Raphaël Gomès
rhg: upgrade `clap` dependency...
r50534 "clap",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "derive_more",
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 "env_logger 0.11.5",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "format-bytes",
"hg-core",
Pulkit Goyal
rhg: read [paths] for `--repository` value...
r48196 "home",
Simon Sapin
rhg: Fall back to Python on --repository with an URL...
r47463 "lazy_static",
Arseniy Alekseyev
rhg: ignore readonly FS error when saving dirstate...
r52652 "libc",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "log",
Raphaël Gomès
rust: use `logging_timer` instead of `micro_timer`...
r50808 "logging_timer",
Arseniy Alekseyev
rhg: parallellize computation of [unsure_is_modified]...
r50412 "rayon",
Simon Sapin
rhg: Fall back to Python on --repository with an URL...
r47463 "regex",
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 "shellexpand",
Raphaël Gomès
rhg: use `Command::exec` instead of `Command::status`...
r50043 "which",
Raphaël Gomès
rust-dependencies: switch from `users` to `whoami`...
r51576 "whoami",
Antoine Cezar
rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`...
r45592 ]
Antoine Cezar
rhg: add rhg crate...
r45503
[[package]]
Raphaël Gomès
rhg: upgrade dependencies...
r49807 name = "rustc_version"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.4.1"
Raphaël Gomès
rhg: upgrade dependencies...
r49807 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
Raphaël Gomès
rhg: upgrade dependencies...
r49807 dependencies = [
"semver",
]
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "rustix"
version = "0.38.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
dependencies = [
"bitflags 2.6.0",
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
]
[[package]]
Raphaël Gomès
rust-utils: add util for canonical path...
r44783 name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Raphaël Gomès
rust-utils: add util for canonical path...
r44783 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "winapi-util",
Raphaël Gomès
rust-utils: add util for canonical path...
r44783 ]
[[package]]
Raphaël Gomès
rust-revlog: add a Rust-only `InnerRevlog`...
r53057 name = "schnellru"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367"
dependencies = [
"ahash",
"cfg-if",
"hashbrown 0.13.2",
]
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "self_cell"
version = "1.0.4"
Raphaël Gomès
rust-dirstate-status: add first Rust implementation of `dirstate.status`...
r43565 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
Raphaël Gomès
rust-hg-core: move from `ouroboros` to `self_cell`...
r51575
[[package]]
Raphaël Gomès
rhg: upgrade dependencies...
r49807 name = "semver"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.0.23"
Raphaël Gomès
rhg: upgrade dependencies...
r49807 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
Raphaël Gomès
rhg: upgrade dependencies...
r49807
[[package]]
Raphaël Gomès
rust-config: add support for default config items...
r51656 name = "serde"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.0.215"
Raphaël Gomès
rust-config: add support for default config items...
r51656 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
Raphaël Gomès
rust-config: add support for default config items...
r51656 dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.0.215"
Raphaël Gomès
rust-config: add support for default config items...
r51656 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
Raphaël Gomès
rust-config: add support for default config items...
r51656 dependencies = [
"proc-macro2",
"quote",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "syn 2.0.89",
Raphaël Gomès
rust-config: add support for default config items...
r51656 ]
[[package]]
name = "serde_spanned"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.6.8"
Raphaël Gomès
rust-config: add support for default config items...
r51656 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
Raphaël Gomès
rust-config: add support for default config items...
r51656 dependencies = [
"serde",
]
[[package]]
Simon Sapin
rust: Use a maintained crate for SHA-1 hashing...
r48171 name = "sha-1"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 version = "0.9.8"
Simon Sapin
rust: Use a maintained crate for SHA-1 hashing...
r48171 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
Simon Sapin
rust: Use a maintained crate for SHA-1 hashing...
r48171 dependencies = [
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 "block-buffer 0.9.0",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "cfg-if",
"cpufeatures",
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 "digest 0.9.0",
Simon Sapin
rust: Use a maintained crate for SHA-1 hashing...
r48171 "opaque-debug",
]
[[package]]
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 name = "sha-1"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.10.1"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 dependencies = [
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "cfg-if",
"cpufeatures",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "digest 0.10.7",
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 ]
[[package]]
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 name = "shellexpand"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
dependencies = [
"bstr",
"dirs",
"os_str_bytes",
]
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
copies-rust: use immutable "OrdMap" to store copies information...
r46577 name = "sized-chunks"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 version = "0.6.5"
copies-rust: use immutable "OrdMap" to store copies information...
r46577 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
copies-rust: use immutable "OrdMap" to store copies information...
r46577 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "bitmaps",
"typenum",
copies-rust: use immutable "OrdMap" to store copies information...
r46577 ]
[[package]]
Simon Sapin
rust: Make OwningDirstateMap generic and move it into hg-core...
r48766 name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
Raphaël Gomès
hg-core: add format-bytes dependency...
r46797 name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
Raphaël Gomès
hg-core: add format-bytes dependency...
r46797
[[package]]
Georges Racinet
rust-nodemap: pure Rust example...
r44870 name = "strsim"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.11.1"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531
[[package]]
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 name = "syn"
Raphaël Gomès
rust-config: add support for default config items...
r51656 version = "1.0.109"
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust-config: add support for default config items...
r51656 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "proc-macro2",
"quote",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "unicode-ident",
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 ]
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "syn"
version = "2.0.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
Raphaël Gomès
rust-index: use a `BitVec` instead of plain `Vec` for heads computation...
r52153 name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 name = "target-lexicon"
version = "0.12.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
Raphaël Gomès
rust-pathauditor: add Rust implementation of the `pathauditor`...
r44737 name = "tempfile"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "3.14.0"
Raphaël Gomès
rust-pathauditor: add Rust implementation of the `pathauditor`...
r44737 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
Raphaël Gomès
rust-pathauditor: add Rust implementation of the `pathauditor`...
r44737 dependencies = [
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "cfg-if",
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 "fastrand",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "once_cell",
"rustix",
"windows-sys 0.59.0",
Raphaël Gomès
rust-pathauditor: add Rust implementation of the `pathauditor`...
r44737 ]
[[package]]
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
[[package]]
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 name = "thiserror"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.0.69"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.0.69"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 dependencies = [
"proc-macro2",
"quote",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "syn 2.0.89",
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 ]
[[package]]
Raphaël Gomès
rust: create wrapper struct to reduce `regex` contention issues...
r50476 name = "thread_local"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.1.8"
Raphaël Gomès
rust: create wrapper struct to reduce `regex` contention issues...
r50476 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
Raphaël Gomès
rust: create wrapper struct to reduce `regex` contention issues...
r50476 dependencies = [
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "cfg-if",
Raphaël Gomès
rust: create wrapper struct to reduce `regex` contention issues...
r50476 "once_cell",
]
[[package]]
Raphaël Gomès
rust-config: add support for default config items...
r51656 name = "toml"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb9d890e4dc9298b70f740f615f2e05b9db37dce531f6b24fb77ac993f9f217"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c59d8dd7d0dcbc6428bf7aa2f0e823e26e43b3c9aca15bbc9475d23e5fa12b"
dependencies = [
"indexmap",
"nom8",
"serde",
"serde_spanned",
"toml_datetime",
]
[[package]]
Raphaël Gomès
rust-performance: introduce FastHashMap type alias for HashMap...
r44278 name = "twox-hash"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 version = "1.6.3"
Raphaël Gomès
rust-performance: introduce FastHashMap type alias for HashMap...
r44278 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
Raphaël Gomès
rust-performance: introduce FastHashMap type alias for HashMap...
r44278 dependencies = [
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "cfg-if",
Raphaël Gomès
rust-hg-core: upgrade dependencies...
r49808 "rand 0.8.5",
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "static_assertions",
Raphaël Gomès
rust-performance: introduce FastHashMap type alias for HashMap...
r44278 ]
[[package]]
copies-rust: use immutable "OrdMap" to store copies information...
r46577 name = "typenum"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.17.0"
copies-rust: use immutable "OrdMap" to store copies information...
r46577 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531
[[package]]
name = "unicode-ident"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.0.14"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
copies-rust: use immutable "OrdMap" to store copies information...
r46577
[[package]]
Georges Racinet
rust-nodemap: pure Rust example...
r44870 name = "unicode-width"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
[[package]]
name = "unicode-width"
version = "0.2.0"
Georges Racinet
rust-nodemap: pure Rust example...
r44870 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
[[package]]
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 name = "unindent"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "utf8parse"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097
[[package]]
Raphaël Gomès
update: add a Rust fast-path when updating from null (and clean)...
r52953 name = "uuid"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
dependencies = [
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "getrandom 0.2.15",
Raphaël Gomès
update: add a Rust fast-path when updating from null (and clean)...
r52953 ]
[[package]]
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 name = "vcpkg"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 version = "0.2.15"
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
Raphaël Gomès
rust-hg-path: add useful methods to `HgPath`...
r44738
[[package]]
pacien
rust: add vcsgraph crate as dependency...
r49348 name = "vcsgraph"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
dependencies = [
"hex",
Martin von Zweigbergk
rust: upgrade `rand*` crates...
r49403 "rand 0.7.3",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "sha-1 0.9.8",
pacien
rust: add vcsgraph crate as dependency...
r49348 ]
[[package]]
copies-rust: use immutable "OrdMap" to store copies information...
r46577 name = "version_check"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.9.5"
copies-rust: use immutable "OrdMap" to store copies information...
r46577 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
copies-rust: use immutable "OrdMap" to store copies information...
r46577
[[package]]
Yuya Nishihara
rust: update dependencies...
r44699 name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
Yuya Nishihara
rust: update dependencies...
r44699
[[package]]
Raphaël Gomès
rust: update Cargo.lock...
r46131 name = "wasi"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
[[package]]
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 name = "wasm-bindgen"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.2.95"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 dependencies = [
"cfg-if",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "once_cell",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.2.95"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "syn 2.0.89",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.2.95"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.2.95"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 dependencies = [
"proc-macro2",
"quote",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "syn 2.0.89",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.2.95"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531
[[package]]
Raphaël Gomès
rust-dependencies: switch from `users` to `whoami`...
r51576 name = "web-sys"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.3.72"
Raphaël Gomès
rust-dependencies: switch from `users` to `whoami`...
r51576 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "web-time"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
Raphaël Gomès
rust-dependencies: switch from `users` to `whoami`...
r51576 dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
Raphaël Gomès
rhg: use `Command::exec` instead of `Command::status`...
r50043 name = "which"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "4.4.2"
Raphaël Gomès
rhg: use `Command::exec` instead of `Command::status`...
r50043 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
Raphaël Gomès
rhg: use `Command::exec` instead of `Command::status`...
r50043 dependencies = [
"either",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "home",
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 "once_cell",
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "rustix",
Raphaël Gomès
rhg: use `Command::exec` instead of `Command::status`...
r50043 ]
[[package]]
Raphaël Gomès
rust-dependencies: switch from `users` to `whoami`...
r51576 name = "whoami"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.5.2"
Raphaël Gomès
rust-dependencies: switch from `users` to `whoami`...
r51576 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
Raphaël Gomès
rust-dependencies: switch from `users` to `whoami`...
r51576 dependencies = [
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "redox_syscall",
"wasite",
Raphaël Gomès
rust-dependencies: switch from `users` to `whoami`...
r51576 "web-sys",
]
[[package]]
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
Raphaël Gomès
rust-utils: add util for canonical path...
r44783 name = "winapi-util"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.1.9"
Raphaël Gomès
rust-utils: add util for canonical path...
r44783 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
Raphaël Gomès
rust-utils: add util for canonical path...
r44783 dependencies = [
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 "windows-sys 0.59.0",
Raphaël Gomès
rust-utils: add util for canonical path...
r44783 ]
[[package]]
Raphaël Gomès
rust: add PyO3 based Rust extension module...
r53299 name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
Raphaël Gomès
rust: add Vfs trait...
r52761 name = "windows-sys"
Raphaël Gomès
rust-hg-cpython: add an `HgProgressBar` util...
r52935 version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
Raphaël Gomès
rust: add Vfs trait...
r52761 version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 name = "windows-targets"
Raphaël Gomès
rust: add Vfs trait...
r52761 version = "0.52.6"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: add Vfs trait...
r52761 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 dependencies = [
Raphaël Gomès
rust: add Vfs trait...
r52761 "windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 ]
[[package]]
name = "windows_aarch64_gnullvm"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
Raphaël Gomès
rust: add Vfs trait...
r52761 version = "0.52.6"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: add Vfs trait...
r52761 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284
[[package]]
name = "windows_aarch64_msvc"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
Raphaël Gomès
rust: add Vfs trait...
r52761 version = "0.52.6"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: add Vfs trait...
r52761 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284
[[package]]
name = "windows_i686_gnu"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
Raphaël Gomès
rust: add Vfs trait...
r52761 version = "0.52.6"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: add Vfs trait...
r52761 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284
[[package]]
name = "windows_i686_msvc"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
Raphaël Gomès
rust: add Vfs trait...
r52761 version = "0.52.6"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: add Vfs trait...
r52761 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284
[[package]]
name = "windows_x86_64_gnu"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
Raphaël Gomès
rust: add Vfs trait...
r52761 version = "0.52.6"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: add Vfs trait...
r52761 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284
[[package]]
name = "windows_x86_64_gnullvm"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
Raphaël Gomès
rust: add Vfs trait...
r52761 version = "0.52.6"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: add Vfs trait...
r52761 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284
[[package]]
name = "windows_x86_64_msvc"
Raphaël Gomès
rhg: expand user and environment variables in ignore includes...
r52644 version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
Raphaël Gomès
rust: add Vfs trait...
r52761 version = "0.52.6"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: add Vfs trait...
r52761 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
Arun Kulshreshtha
hg-core: implement timestamp line parsing
r52284
[[package]]
Raphaël Gomès
rust-index: use a `BitVec` instead of plain `Vec` for heads computation...
r52153 name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
[[package]]
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 name = "yansi"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
[[package]]
name = "zerocopy"
version = "0.7.35"
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.89",
]
Raphaël Gomès
hg-core: upgrade `clap` dependency...
r50531
[[package]]
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 name = "zstd"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "0.12.4"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "zstd-safe",
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 ]
[[package]]
name = "zstd-safe"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "6.0.6"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "libc",
"zstd-sys",
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 ]
[[package]]
name = "zstd-sys"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 version = "2.0.13+zstd.1.5.6"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 source = "registry+https://github.com/rust-lang/crates.io-index"
Raphaël Gomès
rust: update `clap` to the latest 4.x version...
r53204 checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 dependencies = [
Simon Sapin
rust: Upgrade Cargo.lock to the newer format...
r47422 "cc",
Raphaël Gomès
rust: update zstd dependency...
r51220 "pkg-config",
Antoine Cezar
hg-core: Add a limited read only `revlog` implementation...
r46097 ]