rust/hg-core/Cargo.toml
changeset 51260 c4f1a790bda8
parent 50763 f8412da86d05
child 51391 a96ed440450e
equal deleted inserted replaced
51259:ed6683d4cb29 51260:c4f1a790bda8
    37 log = "0.4.17"
    37 log = "0.4.17"
    38 memmap2 = { version = "0.5.8", features = ["stable_deref_trait"] }
    38 memmap2 = { version = "0.5.8", features = ["stable_deref_trait"] }
    39 zstd = "0.12"
    39 zstd = "0.12"
    40 format-bytes = "0.3.0"
    40 format-bytes = "0.3.0"
    41 once_cell = "1.16.0"
    41 once_cell = "1.16.0"
       
    42 bitvec = "1.0.1"
    42 
    43 
    43 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
    44 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
    44 # we have a clearer view of which backend is the fastest.
    45 # we have a clearer view of which backend is the fastest.
    45 [dependencies.flate2]
    46 [dependencies.flate2]
    46 version = "1.0.24"
    47 version = "1.0.24"