rust/hg-cpython/Cargo.toml
changeset 48197 63e86fc9bfec
parent 48195 4d5a13253d34
child 48517 99a0b5422cf5
equal deleted inserted replaced
48196:47fabca85457 48197:63e86fc9bfec
    19 # e.g. cargo test --no-default-features --features python27-bin
    19 # e.g. cargo test --no-default-features --features python27-bin
    20 python27-bin = ["cpython/python27-sys"]
    20 python27-bin = ["cpython/python27-sys"]
    21 python3-bin = ["cpython/python3-sys"]
    21 python3-bin = ["cpython/python3-sys"]
    22 
    22 
    23 [dependencies]
    23 [dependencies]
       
    24 cpython = { version = "0.7.0", default-features = false }
    24 crossbeam-channel = "0.4"
    25 crossbeam-channel = "0.4"
    25 hg-core = { path = "../hg-core"}
    26 hg-core = { path = "../hg-core"}
    26 libc = "0.2"
    27 libc = "0.2"
    27 log = "0.4.8"
    28 log = "0.4.8"
    28 env_logger = "0.7.1"
    29 env_logger = "0.7.1"
    29 stable_deref_trait = "1.2.0"
    30 stable_deref_trait = "1.2.0"
    30 
       
    31 [dependencies.cpython]
       
    32 version = "0.6.0"
       
    33 default-features = false