[package] name = "ffmetadata" version = "0.1.2" edition = "2021" authors = ["lilydjwg "] description = "A simple parser for ffmpeg's ffmetadata format" repository = "https://github.com/lilydjwg/ffmetadata" license = "BSD-3-Clause" keywords = ["ffmpeg", "metadata"] categories = ["multimedia", "parser-implementations"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "7.1.3"