25 lines
987 B
TOML
25 lines
987 B
TOML
# 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.1.0"
|
|
authors = ["Jonas Klesy", "Patrick Reisert"]
|
|
description = "Low-level FFI bindings for the CoreMIDI framework"
|
|
documentation = "https://docs.rs/coremidi-sys"
|
|
categories = ["external-ffi-bindings", "multimedia::audio"]
|
|
license = "MIT"
|
|
repository = "https://github.com/jonas-k/coremidi-sys"
|
|
[package.metadata.docs.rs]
|
|
default-target = "x86_64-apple-darwin"
|
|
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys]
|
|
version = "0.8.3"
|