gst-log-parser 0.1.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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "gst-log-parser"
version = "0.1.1"
authors = ["Guillaume Desmottes <guillaume@desmottes.be>"]
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"

[[example]]
name = "dump"

[[example]]
name = "flow"

[[example]]
name = "latency"

[[example]]
name = "omx-perf"

[[example]]
name = "track-frames-omx"

[[example]]
name = "ts-diff"
[dependencies.failure]
version = "0.1.5"

[dependencies.gstreamer]
version = "0.13"

[dependencies.itertools]
version = "0.8"

[dependencies.lazy_static]
version = "1.3"

[dependencies.regex]
version = "1.1"
[dev-dependencies.colored]
version = "1.8"

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

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

[dev-dependencies.structopt-derive]
version = "0.2"