Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / coremidi-sys / Cargo.toml
blob92dae6044933b519a3457fe0504e184d8a26245d
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 name = "coremidi-sys"
14 version = "3.1.0"
15 authors = ["Jonas Klesy", "Patrick Reisert"]
16 description = "Low-level FFI bindings for the CoreMIDI framework"
17 documentation = "https://docs.rs/coremidi-sys"
18 categories = ["external-ffi-bindings", "multimedia::audio"]
19 license = "MIT"
20 repository = "https://github.com/jonas-k/coremidi-sys"
21 [package.metadata.docs.rs]
22 default-target = "x86_64-apple-darwin"
23 [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys]
24 version = "0.8.3"