bento4-src 0.1.6

Source code of Bento4 and logic to ap4 library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]