[[bin]]
name = "media-remote"
path = "src/main.rs"
[dependencies.block2]
version = "0.6.0"
[dependencies.dispatch2]
version = "0.2.0"
[dependencies.image]
version = "0.25.5"
[dependencies.objc2]
version = "0.6.0"
[dependencies.objc2-app-kit]
version = "0.3.0"
[dependencies.objc2-core-foundation]
version = "0.3.0"
[dependencies.objc2-foundation]
version = "0.3.0"
[dependencies.serde_json]
version = "1.0.140"
[lib]
name = "media_remote"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Bindings for MediaRemote.framework"
edition = "2021"
exclude = [".*"]
keywords = ["macos", "media-remote", "bindings"]
license = "MIT"
name = "media-remote"
readme = "README.md"
repository = "https://github.com/nohackjustnoobb/media-remote"
version = "0.2.2"
[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin"]
[[test]]
name = "test_helpers"
path = "tests/test_helpers.rs"
[[test]]
name = "test_low_level"
path = "tests/test_low_level.rs"
[[test]]
name = "test_now_playing"
path = "tests/test_now_playing.rs"
[[test]]
name = "test_now_playing_jxa"
path = "tests/test_now_playing_jxa.rs"