rust/hg-core/Cargo.toml
branchstable
changeset 49000 dd6b67d5c256
parent 48554 0dc698c91ca0
child 49005 12adf8c695ed
child 49245 13c37f1c7c4b
equal deleted inserted replaced
48999:cfd270d83169 49000:dd6b67d5c256
    16 home = "0.5"
    16 home = "0.5"
    17 im-rc = "15.0.*"
    17 im-rc = "15.0.*"
    18 itertools = "0.9"
    18 itertools = "0.9"
    19 lazy_static = "1.4.0"
    19 lazy_static = "1.4.0"
    20 libc = "0.2"
    20 libc = "0.2"
       
    21 ouroboros = "0.15.0"
    21 rand = "0.8.4"
    22 rand = "0.8.4"
    22 rand_pcg = "0.3.1"
    23 rand_pcg = "0.3.1"
    23 rand_distr = "0.4.2"
    24 rand_distr = "0.4.2"
    24 rayon = "1.3.0"
    25 rayon = "1.3.0"
    25 regex = "1.3.9"
    26 regex = "1.3.9"
    26 sha-1 = "0.9.6"
    27 sha-1 = "0.9.6"
    27 twox-hash = "1.5.0"
    28 twox-hash = "1.5.0"
    28 same-file = "1.0.6"
    29 same-file = "1.0.6"
    29 stable_deref_trait = "1.2.0"
       
    30 tempfile = "3.1.0"
    30 tempfile = "3.1.0"
    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"]}