# 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 = "2021" name = "pyo3-pylogger" version = "0.3.0" authors = ["Dylan Bobby Storey "] build = false publish = ["crates-io"] autobins = false autoexamples = false autotests = false autobenches = false description = "Enables `log` for pyo3 based Rust applications using the `logging` modules." homepage = "https://github.com/dylanbstorey/pyo3-pylogger" documentation = "https://github.com/dylanbstorey/pyo3-pylogger" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dylanbstorey/pyo3-pylogger" [lib] name = "pyo3_pylogger" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.pyo3] version = ">=0.21"