av-foundation 0.6.0

Bindings to AVFoundation framework
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "av-foundation"
version = "0.6.0"
dependencies = [
 "block2",
 "core-foundation",
 "core-graphics2",
 "core-media",
 "core-video",
 "dispatch2",
 "libc",
 "objc2",
 "objc2-foundation",
 "os-ver",
]

[[package]]
name = "bitflags"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"

[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"

[[package]]
name = "block2"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
dependencies = [
 "objc2",
]

[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "cgl"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
dependencies = [
 "libc",
]

[[package]]
name = "core-audio-types"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2b5354d2dd3c98fe23ddceaf4a2a4d38756b72c950d8b71298c57af5bc1e293"
dependencies = [
 "cfg-if",
 "core-foundation-sys",
 "libc",
]

[[package]]
name = "core-foundation"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
dependencies = [
 "core-foundation-sys",
 "libc",
]

[[package]]
name = "core-foundation-sys"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"

[[package]]
name = "core-graphics2"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f11c43690a4c4eb63916f110fbec684ec268575790444f4c85eec769bf96a46"
dependencies = [
 "bitflags",
 "block",
 "cfg-if",
 "core-foundation",
 "libc",
 "objc2",
]

[[package]]
name = "core-media"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5768736e1792aaa3b790560825c8c80d9ee3cd97d6ce5e19a027c689e1d4e9bb"
dependencies = [
 "block",
 "cfg-if",
 "core-audio-types",
 "core-foundation",
 "core-graphics2",
 "core-video",
 "libc",
 "objc2",
]

[[package]]
name = "core-video"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c82d1716379f650a30632141e75e456968c28978c937413be2a44b8bb4047aee"
dependencies = [
 "block",
 "core-foundation",
 "core-graphics2",
 "io-surface",
 "libc",
 "objc2",
]

[[package]]
name = "dispatch2"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7de2a06334da574f293150949a2bb7c4916c76b0c3a4e8ffd20ec4d71c2be9a5"
dependencies = [
 "libc",
]

[[package]]
name = "io-surface"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
dependencies = [
 "cgl",
 "core-foundation",
 "core-foundation-sys",
 "leaky-cow",
]

[[package]]
name = "leak"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"

[[package]]
name = "leaky-cow"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
dependencies = [
 "leak",
]

[[package]]
name = "libc"
version = "0.2.180"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"

[[package]]
name = "objc-sys"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"

[[package]]
name = "objc2"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
dependencies = [
 "objc-sys",
 "objc2-encode",
]

[[package]]
name = "objc2-encode"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"

[[package]]
name = "objc2-foundation"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
dependencies = [
 "bitflags",
 "block2",
 "libc",
 "objc2",
]

[[package]]
name = "os-ver"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "858fedc08ae6afc391f686ebbc16c48a37735f76df5aa50a3533a822df090fe3"
dependencies = [
 "cfg-if",
 "libc",
 "objc2",
 "objc2-foundation",
 "windows-version",
]

[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"

[[package]]
name = "windows-version"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631"
dependencies = [
 "windows-link",
]