[package]
edition = "2021"
name = "media-remote"
version = "0.2.4"
build = "build.rs"
exclude = [".*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for MediaRemote.framework"
readme = "README.md"
keywords = [
"macos",
"media-remote",
"bindings",
]
license = "MIT"
repository = "https://github.com/nohackjustnoobb/media-remote"
[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
]
[lib]
name = "media_remote"
path = "src/lib.rs"
[[bin]]
name = "media-remote"
path = "src/main.rs"
[[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"
[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"