[package] name = "hg-cpython" version = "0.0.1" authors = ["Georges Racinet "] description = "Mercurial Python bindings using the cpython crate" license = "GPL-2.0-or-later" homepage = "https://mercurial-scm.org" repository = "https://www.mercurial-scm.org/repo/hg" [lib] name='rusthg' crate-type = ["cdylib"] [features] default = ["python27"] python27 = ["cpython/python27-sys", "cpython/extension-module-2-7", "python27-sys", ] python3 = ["python3-sys", "cpython/python3-sys", "cpython/extension-module"] [dependencies] hg-core = "0.0.1" libc = "^0.2" [dependencies.cpython] version = "~0.2.1" default-features = false [dependencies.python27-sys] version = "~0.2.1" optional = true [dependencies.python3-sys] version = "~0.2.1" optional = true