# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.76" name = "outlook-mapi-sys" version = "0.6.2" authors = ["Microsoft"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings generated with the windows crate for the Outlook MAPI interface" readme = "README.md" keywords = [ "win32", "outlook", "mapi", ] categories = ["os::windows-apis"] license = "MIT" repository = "https://github.com/microsoft/mapi-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "i686-pc-windows-msvc", "aarch64-pc-windows-msvc", ] [lib] name = "outlook_mapi_sys" path = "src/lib.rs" [dependencies.outlook-mapi-stub] version = "0.3.0" [dependencies.windows] version = "0.58" features = [ "implement", "Win32_Globalization", "Win32_Graphics_Gdi", "Win32_Security_Cryptography", "Win32_Storage_Imapi", "Win32_System_AddressBook", "Win32_System_Com_StructuredStorage", "Win32_System_Com_Urlmon", "Win32_System_LibraryLoader", "Win32_System_Ole", "Win32_System_Registry", "Win32_System_Variant", "Win32_System_WinRT", "Win32_UI_WindowsAndMessaging", ] [dependencies.windows-core] version = "0.58" [build-dependencies.thiserror] version = "1.0" [features] default = ["olmapi32"] olmapi32 = ["windows/Win32_System_ApplicationInstallationAndServicing"]