[dependencies.fdk-aac-sys]
optional = true
version = "0.5.0"
[dependencies.libc]
version = "0.2.155"
[dependencies.minimp4-sys]
version = "0.1.1"
[features]
aac = ["fdk-aac-sys"]
default = ["aac"]
[package]
authors = ["DarkSky"]
description = "A minimp4 Rust binding"
edition = "2021"
homepage = "https://github.com/darkskygit/minimp4.rs"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["minimp4", "mp4", "muxer", "h264", "h265"]
license = "MPL-2.0"
name = "minimp4"
readme = "README.md"
repository = "https://github.com/darkskygit/minimp4.rs"
version = "0.1.1"