Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / pulse-ffi / Cargo.toml
blob6f84948b42a75b4cbac6e0de521c53f687f1c696
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 = "pulse-ffi"
14 version = "0.1.0"
15 authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
16 description = "FFI for libpulse.so supporting static linking and dynamic loading."
17 license = "ISC"
19 [dependencies]
20 libc = "^0.2.20"
22 [features]
23 dlopen = []