rust/hg-core/Cargo.toml
changeset 46499 eace48b4a786
parent 46483 2845892dd489
child 46594 f88e8ae0aa8f
equal deleted inserted replaced
46498:3caa3698335e 46499:eace48b4a786
    27 micro-timer = "0.3.0"
    27 micro-timer = "0.3.0"
    28 log = "0.4.8"
    28 log = "0.4.8"
    29 memmap = "0.7.0"
    29 memmap = "0.7.0"
    30 zstd = "0.5.3"
    30 zstd = "0.5.3"
    31 rust-crypto = "0.2.36"
    31 rust-crypto = "0.2.36"
    32 format-bytes = "0.1.2"
    32 format-bytes = "0.2.0"
    33 
    33 
    34 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
    34 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
    35 # we have a clearer view of which backend is the fastest.
    35 # we have a clearer view of which backend is the fastest.
    36 [dependencies.flate2]
    36 [dependencies.flate2]
    37 version = "1.0.16"
    37 version = "1.0.16"