# 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.4.1" authors = ["Guillaume Desmottes "] 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" [[example]] name = "thread-split" [dependencies.anyhow] version = "1" [dependencies.failure] version = "0.1.8" [dependencies.gstreamer] version = "0.22" [dependencies.itertools] version = "0.12" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.3" [dev-dependencies.colored] version = "2.0" [dev-dependencies.gnuplot] version = "0.0.41" [dev-dependencies.structopt] version = "0.3"