[package] name = "python_rub" version = "0.0.3" authors = ["Jason Ozias "] description = "Rust Builder for Python" documentation = "http://rust-builder.github.io/python-rub" homepage = "http://rust-builder.github.io/python-rub" repository = "https://github.com/rust-builder/python-rub" readme = "README.md" license = "MIT" keywords = ["buildable","rub","python"] build = "build.rs" [build-dependencies] time = "*" [dependencies] buildable = "*" commandext = "*" docopt = "*" rustc-serialize = "*" scm = "*" utils = "*" [lib] name = "python_rub"