[package] name = "comedy" version = "0.2.0" authors = ["Adam Gashlin "] description = "Windows error handling, COM, and handles" keywords = ["windows", "com", "win32"] categories = ["api-bindings", "os::windows-apis"] license = "MIT/Apache-2.0" repository = "https://github.com/agashlin/comedy-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.winapi] version = "0.3.6" features = ["basetsd", "combaseapi", "errhandlingapi", "handleapi", "impl-default", "minwindef", "objbase", "unknwnbase", "winbase", "winerror", "wtypes", "wtypesbase", ] [dev-dependencies.winapi] version = "0.3.6" features = ["bits", "fileapi", "guiddef", ]