# 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" name = "gqlmapi-rs" version = "0.15.0" description = "Rust bindings for https://github.com/microsoft/gqlmapi" readme = "README.md" keywords = [ "MAPI", "GraphQL", "gqlmapi", ] categories = ["os::windows-apis"] license = "MIT" repository = "https://github.com/wravery/gqlmapi-rs" [dependencies.cxx] version = "1.0.107" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.105" features = ["preserve_order"] [dependencies.windows] version = "0.51.1" features = [ "Win32_Foundation", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", ] [dev-dependencies.serde] version = "1.0.188" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.105" [build-dependencies.cmake] version = "0.1.50" [build-dependencies.cxx-build] version = "1.0.107"