# 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-diff" version = "0.1.2" authors = ["Philippe Normand "] description = "Command-line utility to compare GStreamer log files" readme = "README.rst" keywords = ["multimedia", "gstreamer", "tools"] license = "MIT" repository = "https://github.com/philn/gst-log-diff" [dependencies.difference] version = "2.0.0" [dependencies.gst-log-parser] version = "0.1.2" [dependencies.regex] version = "1.1.7" [dependencies.structopt] version = "0.2.16" [dependencies.structopt-derive] version = "0.2.16" [dependencies.term] version = "0.5.2"