# 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 = "2018" name = "core-media" version = "0.5.1" authors = ["Zhou Wei "] description = "Safe bindings to CoreMedia framework" homepage = "https://github.com/rust-media/apple-media-rs" documentation = "https://docs.rs/core-media" readme = "README.md" keywords = ["coremedia"] categories = [ "multimedia", "os::macos-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-media/apple-media-rs" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" features = ["objc"] no-default-features = true targets = [ "x86_64-apple-darwin", "x86_64-apple-ios", "aarch64-apple-darwin", "aarch64-apple-ios", ] [dependencies.block] version = "0.1" [dependencies.cfg-if] version = "1.0" [dependencies.core-audio-types] version = "0.1" default-features = false [dependencies.core-foundation] version = "0.10" default-features = false [dependencies.core-graphics2] version = "0.4" default-features = false [dependencies.core-video] version = "0.4" default-features = false [dependencies.libc] version = "0.2" [dependencies.objc2] version = "0.5" optional = true [features] default = ["link"] link = [ "core-foundation/link", "core-graphics2/link", "core-video/link", ] objc = ["objc2"]