# 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" rust-version = "1.71" name = "gst-plugin-tracers" version = "0.13.0" authors = ["Guillaume Desmottes "] description = "GStreamer Rust tracers plugin" license = "MPL-2.0" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" [package.metadata.capi] min_version = "0.9.21" [package.metadata.capi.header] enabled = false [package.metadata.capi.library] import_library = false install_subdir = "gstreamer-1.0" versioning = false [package.metadata.capi.pkg_config] requires_private = "gstreamer-1.0, gobject-2.0, glib-2.0, gmodule-2.0" [lib] name = "gstrstracers" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.gst] version = "0.23" package = "gstreamer" [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [build-dependencies.gst-plugin-version-helper] version = "0.8" [features] capi = [] doc = ["gst/v1_18"] static = [] v1_22 = ["gst/v1_22"] [target."cfg(unix)".dependencies.signal-hook] version = "0.3"