[package] name = "pyo3-file" description = "A small helper library for working with python file-like objects with rust" homepage = "https://github.com/omerbenamram/pyo3-file" repository = "https://github.com/omerbenamram/pyo3-file" license = "MIT/Apache-2.0" readme = "README.md" version = "0.10.0" authors = ["Omer Ben-Amram "] edition = "2018" [dependencies] pyo3 = { version = ">=0.23,<0.24" } [dev-dependencies] skeptic = "0.13.7" [build-dependencies] skeptic = "0.13.7"