coremidi-hotplug-notification 0.1.4

Simple helper providing a way to receive device updates notifications on MacOS
# 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 = "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"