gst-log-parser 0.5.1

Crate providing a convenient API to parse GStreamer logs
Documentation
# 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 = "gst-log-parser"
version = "0.5.1"
authors = ["Guillaume Desmottes <guillaume@desmottes.be>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate providing a convenient API to parse GStreamer logs"
homepage = "https://github.com/gdesmott/gst-log-parser/"
readme = "README.md"
keywords = [
    "gstreamer",
    "multimedia",
]
license = "MIT/Apache-2.0"

[lib]
name = "gst_log_parser"
path = "src/lib.rs"

[[example]]
name = "check-latency"
path = "examples/check-latency.rs"

[[example]]
name = "dump"
path = "examples/dump.rs"

[[example]]
name = "flow"
path = "examples/flow.rs"

[[example]]
name = "glcontext"
path = "examples/glcontext.rs"

[[example]]
name = "latency"
path = "examples/latency.rs"

[[example]]
name = "omx-perf"
path = "examples/omx-perf.rs"

[[example]]
name = "thread-split"
path = "examples/thread-split.rs"

[[example]]
name = "track-frames-omx"
path = "examples/track-frames-omx.rs"

[[example]]
name = "ts-diff"
path = "examples/ts-diff.rs"

[dependencies.anyhow]
version = "1"

[dependencies.gstreamer]
version = "0.24"

[dependencies.itertools]
version = "0.14"

[dependencies.lazy_static]
version = "1.4"

[dependencies.regex]
version = "1.3"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.colored]
version = "3.0"

[dev-dependencies.gnuplot]
version = "0.0.44"

[dev-dependencies.structopt]
version = "0.3"