Revision control

Copy as Markdown

Other Tools

# 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 = "2018"
name = "coremidi"
version = "0.6.0"
authors = ["Christian Perez-Llamas"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CoreMIDI library for Rust"
readme = "README.md"
keywords = [
"CoreMIDI",
"MIDI",
"OSX",
"macOS",
"music",
]
license = "MIT"
[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]
core-foundation = "0.9.1"
core-foundation-sys = "0.8.2"
coremidi-sys = "3.0.1"