[package] name = "python-rust-example" version = "0.1.0" authors = ["Vigneshwer.D "] [lib] name = "example" crate-type = ["dylib"] [dependencies.cpython] git = "https://github.com/dgrunwald/rust-cpython.git" default-features = false features = ["python27-sys"]