# 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" rust-version = "1.64" name = "tracing-gstreamer" version = "0.8.0" authors = ["Simonas Kazlauskas "] description = "Bridge between gstreamer and the tracing ecosystem" documentation = "https://docs.rs/tracing-gstreamer/" readme = "README.mkd" keywords = [ "tracing", "logging", "gstreamer", "multimedia", ] categories = [ "development-tools::debugging", "development-tools::profiling", ] license = "MIT OR Apache-2.0" repository = "https://github.com/standard-ai/tracing-gstreamer" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "tracing_gstreamer_docs", ] [lib] crate-type = [ "cdylib", "rlib", ] harness = false [dependencies.gstreamer] version = "0.23" [dependencies.libc] version = "0.2.69" [dependencies.once_cell] version = "1.8.0" [dependencies.thread_local] version = "1.1" [dependencies.tracing] version = "0.1.0" [dependencies.tracing-chrome] version = "0.7.0" [dependencies.tracing-core] version = "0.1.17" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.tracing] version = "0.1.0" [dev-dependencies.tracing-tracy] version = "0.11" [features] tracing-chrome = []