[package]
edition = "2024"
name = "bento4-src"
version = "0.1.6"
authors = ["clitic <clitic21@gmail.com>"]
build = false
include = [
"Bento4/Documents/LICENSE.txt",
"Bento4/Source/C++/Core/*",
"Bento4/Source/C++/Codecs/*",
"Bento4/Source/C++/Crypto/*",
"Bento4/Source/C++/MetaData/*",
"Bento4/Source/C++/System/StdC/*",
"Bento4/Source/C++/System/Win32/Ap4Win32Random.cpp",
"Bento4/Source/C++/System/Posix/Ap4PosixRandom.cpp",
"src/*",
"Cargo.toml",
"CHANGELOG.md",
"LICENSE-APACHE",
"LICENSE-MIT",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source code of Bento4 and logic to ap4 library"
documentation = "https://docs.rs/bento4-src"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/clitic/bento4-rs/tree/main/bento4-src"
resolver = "2"
[lib]
name = "bento4_src"
path = "src/lib.rs"
[dependencies.cc]
version = "1"
features = ["parallel"]