[package] name = "oaidl" version = "0.2.1" authors = ["ZerothLaw "] description = "Crate to manage conversions to/from SAFEARRAY, VARIANT, and BSTR data structures in COM interop" license = "MIT" repository = "https://github.com/ZerothLaw/oaidl-safe" readme = "README.md" keywords = ["COM", "interop", "safearray", "variant"] categories = ["api-bindings", "development-tools::ffi", "os::windows-apis"] documentation = "https://docs.rs/oaidl/0.2.1/x86_64-pc-windows-msvc/oaidl/" [dependencies] # mandatory packages rust_decimal = "0.10.1" widestring = "0.4.0" winapi = {version = "0.3.6", features = ["minwindef", "ntdef", "oaidl", "oleauto", "unknwnbase", "wtypes"]} failure = "0.1.2" # Optional packages serde = {version = "1.0", optional = true, features = ["derive"]} [features] default = [] impl_tryfrom = [] [package.metadata.docs.rs] features = ["default"] default-target = "x86_64-pc-windows-msvc"