coremidi 0.9.0

CoreMIDI library for Rust
# 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"
rust-version = "1.75"
name = "coremidi"
version = "0.9.0"
authors = ["Christian Perez-Llamas"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CoreMIDI library for Rust"
homepage = "https://github.com/chris-zen/coremidi"
documentation = "https://docs.rs/coremidi"
readme = "README.md"
keywords = [
    "CoreMIDI",
    "MIDI",
    "OSX",
    "macOS",
    "music",
]
license = "MIT"
repository = "https://github.com/chris-zen/coremidi"

[lib]
name = "coremidi"
path = "src/lib.rs"

[[example]]
name = "endpoints"
path = "examples/endpoints.rs"

[[example]]
name = "notifications"
path = "examples/notifications.rs"

[[example]]
name = "properties"
path = "examples/properties.rs"

[[example]]
name = "receive"
path = "examples/receive.rs"

[[example]]
name = "send"
path = "examples/send.rs"

[[example]]
name = "virtual-destination"
path = "examples/virtual-destination.rs"

[[example]]
name = "virtual-source"
path = "examples/virtual-source.rs"

[dependencies.block]
version = "0.1.6"

[dependencies.core-foundation]
version = "0.10.1"

[dependencies.core-foundation-sys]
version = "0.8.7"

[dependencies.coremidi-sys]
version = "3.1.1"