rust/hg-core/Cargo.toml
changeset 48492 d3ec82016104
parent 48195 4d5a13253d34
child 48554 0dc698c91ca0
equal deleted inserted replaced
48491:08af0adc235c 48492:d3ec82016104
    31 crossbeam-channel = "0.4"
    31 crossbeam-channel = "0.4"
    32 micro-timer = "0.3.0"
    32 micro-timer = "0.3.0"
    33 log = "0.4.8"
    33 log = "0.4.8"
    34 memmap2 = {version = "0.4", features = ["stable_deref_trait"]}
    34 memmap2 = {version = "0.4", features = ["stable_deref_trait"]}
    35 zstd = "0.5.3"
    35 zstd = "0.5.3"
    36 format-bytes = "0.2.2"
    36 format-bytes = "0.3.0"
    37 
    37 
    38 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
    38 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
    39 # we have a clearer view of which backend is the fastest.
    39 # we have a clearer view of which backend is the fastest.
    40 [dependencies.flate2]
    40 [dependencies.flate2]
    41 version = "1.0.16"
    41 version = "1.0.16"