ffmetadata 0.1.2

A simple parser for ffmpeg's ffmetadata format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ffmetadata"
version = "0.1.2"
edition = "2021"
authors = ["lilydjwg <lilydjwg@gmail.com>"]
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"