# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [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" documentation = "https://docs.rs/oaidl/0.2.1/x86_64-pc-windows-msvc/oaidl/" readme = "README.md" keywords = ["COM", "interop", "safearray", "variant"] categories = ["api-bindings", "development-tools::ffi", "os::windows-apis"] license = "MIT" repository = "https://github.com/ZerothLaw/oaidl-safe" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" features = ["default"] [dependencies.failure] version = "0.1.2" [dependencies.rust_decimal] version = "0.10.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.widestring] version = "0.4.0" [dependencies.winapi] version = "0.3.6" features = ["minwindef", "ntdef", "oaidl", "oleauto", "unknwnbase", "wtypes"] [features] default = [] impl_tryfrom = []