From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- third_party/rust/mp4parse_capi/Cargo.toml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 third_party/rust/mp4parse_capi/Cargo.toml (limited to 'third_party/rust/mp4parse_capi/Cargo.toml') diff --git a/third_party/rust/mp4parse_capi/Cargo.toml b/third_party/rust/mp4parse_capi/Cargo.toml new file mode 100644 index 0000000000..b4ede98c93 --- /dev/null +++ b/third_party/rust/mp4parse_capi/Cargo.toml @@ -0,0 +1,33 @@ +[package] +name = "mp4parse_capi" +version = "0.11.4" +authors = [ + "Ralph Giles ", + "Matthew Gregan ", + "Alfredo Yang ", + "Jon Bauman ", +] + +description = "Parser for ISO base media file format (mp4)" +documentation = "https://docs.rs/mp4parse_capi/" +license = "MPL-2.0" + +repository = "https://github.com/mozilla/mp4parse-rust" + +# Avoid complaints about trying to package test files. +exclude = [ + "*.mp4", +] + +[badges] +travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" } + +[dependencies] +byteorder = "1.2.1" +fallible_collections = { version = "0.3", features = ["std_io"] } +log = "0.4" +mp4parse = {version = "0.11.2", path = "../mp4parse"} +num-traits = "=0.2.10" + +[dev-dependencies] +env_logger = "0.7.1" -- cgit v1.2.3