video-toolbox-sys 0.2.0

FFI bindings and helpers for Apple VideoToolbox framework
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 = "2021"
name = "video-toolbox-sys"
version = "0.2.0"
authors = ["luozijun <luozijun.assistant@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings and helpers for Apple VideoToolbox framework"
homepage = "https://github.com/luozijun/rust-videotoolbox-sys"
documentation = "https://docs.rs/video-toolbox-sys"
readme = "README.md"
keywords = [
    "video",
    "encoding",
    "videotoolbox",
    "h264",
    "macos",
]
categories = [
    "multimedia::video",
    "os::macos-apis",
]
license = "MIT"
repository = "https://github.com/luozijun/rust-videotoolbox-sys"

[features]
default = []
helpers = [
    "dep:core-foundation",
    "dep:objc2",
    "dep:objc2-foundation",
]

[lib]
name = "video_toolbox_sys"
path = "src/lib.rs"

[[example]]
name = "av_record"
path = "examples/av_record.rs"

[[example]]
name = "benchmark"
path = "examples/benchmark.rs"

[[example]]
name = "camera_to_mp4"
path = "examples/camera_to_mp4.rs"

[[example]]
name = "check_hardware_support"
path = "examples/check_hardware_support.rs"

[[example]]
name = "compression_session"
path = "examples/compression_session.rs"

[[example]]
name = "decompression_session"
path = "examples/decompression_session.rs"

[[example]]
name = "encode_dummy_image"
path = "examples/encode_dummy_image.rs"

[[example]]
name = "list_encoders"
path = "examples/list_encoders.rs"

[[example]]
name = "mic_echo_cancel"
path = "examples/mic_echo_cancel.rs"

[[example]]
name = "mic_to_m4a"
path = "examples/mic_to_m4a.rs"

[[example]]
name = "query_encoder_properties"
path = "examples/query_encoder_properties.rs"

[dependencies.core-foundation]
version = "0.9"
optional = true

[dependencies.core-foundation-sys]
version = "0.8"

[dependencies.core-media-sys]
version = "0.1.0"

[dependencies.libc]
version = "0.2"

[dependencies.objc2]
version = "0.6"
optional = true

[dependencies.objc2-foundation]
version = "0.3"
optional = true

[dev-dependencies.block2]
version = "0.6"

[dev-dependencies.core-foundation]
version = "0.9"

[dev-dependencies.dispatch]
version = "0.2"

[dev-dependencies.objc2]
version = "0.6"

[dev-dependencies.objc2-av-foundation]
version = "0.3"

[dev-dependencies.objc2-core-media]
version = "0.3"

[dev-dependencies.objc2-core-video]
version = "0.3"

[dev-dependencies.objc2-foundation]
version = "0.3"