Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/coremidi/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  Cargo.toml   Sprache: unbekannt

 
# 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
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CoreMIDI library for Rust"
homepage = "https://github.com/chris-zen/coremidi"
documentation = "https://chris-zen.github.io/coremidi/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]
core-foundation = "0.9.1"
core-foundation-sys = "0.8.2"
coremidi-sys = "3.0.1"

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]