Source code
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]
name = "coremidi-sys"
version = "3.2.0"
authors = [
"Jonas Klesy",
"Patrick Reisert",
"Renaud Denis <mail@renauddenis.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings for the CoreMIDI framework"
readme = "README.md"
categories = [
"external-ffi-bindings",
"multimedia::audio",
]
license = "MIT"
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
[lib]
name = "coremidi_sys"
path = "src/lib.rs"
[[example]]
name = "print_midi_device_count"
path = "examples/print_midi_device_count.rs"
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-foundation-sys]
version = "0.8.7"