[package] name = "pym" version = "0.1.0" authors = ["clearloop "] edition = "2018" description = "A simple pyo3 wrapper to invoke python as dynamic scripts." repository = "https://github.com/clearloop/pym" license = "MIT" documentation = "https://docs.rs/pym" homepage = "https://github.com/clearloop/pym" keywords = ["python", "interpreter", "scripts"] readme = './README.md' # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pyo3 = "0.8.5"