# 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" version = "0.15.3" authors = ["Microsoft"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings 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" path = "src/lib.rs" [[example]] name = "sample" path = "examples/sample.rs" [dependencies.outlook-mapi-sys] version = "0.6.2" default-features = false [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" [dependencies.windows-implement] version = "0.58" [dependencies.windows-interface] version = "0.58" [dev-dependencies.regex] version = "1.10" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-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", "Win32_Graphics_Gdi", "Win32_System_Threading", "Win32_UI_HiDpi", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging", ] [features] default = ["olmapi32"] olmapi32 = ["outlook-mapi-sys/olmapi32"]