video-toolbox 0.2.1

Safe bindings to 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"
version = "0.2.1"
authors = ["Zhou Wei <zhouwei@ehom.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe bindings to VideoToolbox framework"
homepage = "https://github.com/rust-media/apple-media-rs"
documentation = "https://docs.rs/video-toolbox"
readme = "README.md"
keywords = [
    "videotoolbox",
    "decoder",
    "encoder",
]
categories = [
    "multimedia",
    "multimedia::video",
    "os::macos-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-media/apple-media-rs"

[package.metadata.docs.rs]
no-default-features = true
default-target = "x86_64-apple-darwin"
targets = [
    "aarch64-apple-darwin",
    "aarch64-apple-ios",
    "x86_64-apple-darwin",
    "x86_64-apple-ios",
]

[features]
default = ["link"]
link = [
    "core-foundation/link",
    "core-graphics2/link",
    "core-media/link",
    "core-video/link",
]

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

[dependencies.bitflags]
version = "2.5"

[dependencies.block]
version = "0.1"

[dependencies.core-foundation]
version = "0.10"
default-features = false

[dependencies.core-graphics2]
version = "0.5.2"
default-features = false

[dependencies.core-media]
version = "0.7.1"
default-features = false

[dependencies.core-video]
version = "0.5.2"
default-features = false

[dependencies.libc]
version = "0.2"