# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "pyo3-file" version = "0.10.0" authors = ["Omer Ben-Amram "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A small helper library for working with python file-like objects with rust" homepage = "https://github.com/omerbenamram/pyo3-file" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/omerbenamram/pyo3-file" [lib] name = "pyo3_file" path = "src/lib.rs" [[test]] name = "skeptic" path = "tests/skeptic.rs" [dependencies.pyo3] version = ">=0.23,<0.24" [dev-dependencies.skeptic] version = "0.13.7" [build-dependencies.skeptic] version = "0.13.7"