[package] name = "components" description = "Library for interacting with COM (Component Object Model) on Windows." version = "0.1.0" authors = ["Daniƫl Louwrink "] license = "MIT" repository = "https://github.com/ocecaco/components-rs" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["oleauto", "combaseapi", "objbase", "windef"] } failure = "0.1" failure_derive = "0.1"