[package] name = "hgdirectffi" version = "0.1.0" authors = ["Georges Racinet "] description = "Mercurial low level Python bindings, going through existing C extensions" license = "GPL-2.0-or-later" homepage = "https://mercurial-scm.org" repository = "https://www.mercurial-scm.org/repo/hg" [dependencies] libc = "^0.2" hg-core = "0.0.1" [lib] crate-type = ["staticlib"]