Bug 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git] / third_party / rust / comedy / Cargo.toml
blobc94079b84e8f6cd32d1e53ca6749388d84763004
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 believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
13 [package]
14 name = "comedy"
15 version = "0.2.0"
16 authors = ["Adam Gashlin <agashlin@mozilla.com>"]
17 description = "Windows error handling, COM, and handles"
18 keywords = ["windows", "com", "win32"]
19 categories = ["api-bindings", "os::windows-apis"]
20 license = "MIT/Apache-2.0"
21 repository = "https://github.com/agashlin/comedy-rs"
22 [package.metadata.docs.rs]
23 default-target = "x86_64-pc-windows-msvc"
24 [dependencies.winapi]
25 version = "0.3.6"
26 features = ["basetsd", "combaseapi", "errhandlingapi", "handleapi", "impl-default", "minwindef", "objbase", "unknwnbase", "winbase", "winerror", "wtypes", "wtypesbase"]
27 [dev-dependencies.winapi]
28 version = "0.3.6"
29 features = ["bits", "fileapi", "guiddef"]