Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / coreaudio-sys-utils / Cargo.toml
blob7086422a28a9adc5f2d896754d79253022a64fe2
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 edition = "2018"
14 name = "coreaudio-sys-utils"
15 version = "0.1.0"
16 authors = ["Chun-Min Chang <chun.m.chang@gmail.com>"]
17 license = "ISC"
19 [dependencies.core-foundation-sys]
20 version = "0.8"
22 [dependencies.coreaudio-sys]
23 version = "0.2.14"
24 features = [
25     "audio_unit",
26     "core_audio",
27     "io_kit_audio",
29 default-features = false