# 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-python-tracing-subscriber" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A `tracing_subscriber` layer that forwards data to a handler written in Python." readme = "README.md" license = "MIT" [lib] name = "pyo3_python_tracing_subscriber" path = "src/lib.rs" [dependencies.pyo3] version = "0.22.3" [dependencies.serde_json] version = "1.0" [dependencies.tracing-core] version = "0.1" [dependencies.tracing-serde] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.tracing] version = "0.1"