1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-19 16:58:04 +00:00
mp4-rust/Cargo.toml

22 lines
419 B
TOML
Raw Normal View History

[package]
2020-01-13 03:51:25 +00:00
name = "mp4"
2020-07-26 22:01:15 +00:00
version = "0.4.3"
authors = ["Alf <alf.g.jr@gmail.com>"]
edition = "2018"
2020-01-13 03:43:16 +00:00
description = """
MP4 Reader in Rust
ISO/IEC 14496-12 - ISO Base Media File Format (QuickTime, MPEG-4, etc)
"""
documentation = "https://docs.rs/mp4rs"
homepage = "https://github.com/alfg/mp4rs"
repository = "https://github.com/alfg/mp4rs"
keywords = ["mp4", "isobmff"]
license = "MIT"
[dependencies]
2020-01-10 06:26:08 +00:00
byteorder = "1"