rust/hg-cpython/Cargo.toml
changeset 40985 4277e20cfec4
parent 40965 5532823e8c18
child 42609 326fdce22fb2
equal deleted inserted replaced
40984:6a372f943e49 40985:4277e20cfec4
     6 [lib]
     6 [lib]
     7 name='rusthg'
     7 name='rusthg'
     8 crate-type = ["cdylib"]
     8 crate-type = ["cdylib"]
     9 
     9 
    10 [features]
    10 [features]
    11 default = ["python27", "python27-sys"]
    11 default = ["python27"]
    12 
    12 
    13 python27 = ["cpython/python27-sys", "cpython/extension-module-2-7"]
    13 python27 = ["cpython/python27-sys",
       
    14             "cpython/extension-module-2-7",
       
    15             "python27-sys",
       
    16             ]
       
    17 
       
    18 python3 = ["python3-sys", "cpython/python3-sys", "cpython/extension-module"]
    14 
    19 
    15 [dependencies]
    20 [dependencies]
    16 hg-core = { path = "../hg-core" }
    21 hg-core = { path = "../hg-core" }
    17 libc = '*'
    22 libc = '*'
    18 
    23