[build-dependencies.bindgen]
version = "0.71"
[dependencies.anyhow]
version = "1.0.86"
[lib]
doctest = false
name = "gpui_media"
path = "src/media.rs"
[lints.clippy]
dbg_macro = "deny"
declare_interior_mutable_const = "deny"
disallowed_methods = "deny"
large_enum_variant = "allow"
let_underscore_future = "allow"
nonminimal_bool = "allow"
redundant_clone = "deny"
single_range_in_vec_init = "allow"
todo = "deny"
too_many_arguments = "allow"
type_complexity = "allow"
[lints.clippy.style]
level = "allow"
priority = -1
[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Bindings to macos media handling APIs for Zed"
edition = "2024"
license = "Apache-2.0"
name = "gpui_media"
publish = true
readme = false
resolver = "2"
version = "0.2.2"
[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "=0.10.0"
[target.'cfg(target_os = "macos")'.dependencies.core-video]
features = ["metal"]
version = "0.4.3"
[target.'cfg(target_os = "macos")'.dependencies.ctor]
version = "0.4.0"
[target.'cfg(target_os = "macos")'.dependencies.foreign-types]
version = "0.5"
[target.'cfg(target_os = "macos")'.dependencies.metal]
version = "0.29"
[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2"