[package]
edition = "2021"
name = "coremidi-hotplug-notification"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple helper providing a way to receive device updates notifications on MacOS"
homepage = "https://github.com/valsteen/coremidi-hotplug-notification"
documentation = "https://github.com/valsteen/coremidi-hotplug-notification/#readme"
readme = "README.md"
keywords = [
"coremidi",
"midi",
"hotplug",
"macos",
]
categories = []
license = "MIT"
repository = "https://github.com/valsteen/coremidi-hotplug-notification"
[lib]
name = "coremidi_hotplug_notification"
path = "src/lib.rs"
[dependencies.core-foundation]
version = "0.10.1"
[dependencies.coremidi]
version = "0.9.1"
[dependencies.log]
version = "0.4.20"
[dependencies.once_cell]
version = "1.19.0"