# 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 = "uiautomation" version = "0.13.0" authors = ["Steven Lee "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "UI Automation Framework for Windows" homepage = "https://github.com/leexgone" readme = "README.md" keywords = [ "windows", "uiautomation", "rpa", ] categories = [ "api-bindings", "os::windows-apis", "accessibility", ] license = "Apache-2.0" repository = "https://github.com/leexgone/uiautomation-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", ] [lib] name = "uiautomation" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.log] version = "0.4.22" optional = true [dependencies.uiautomation_derive] version = "0.3.10" [dependencies.windows] version = "0.58.0" features = [ "Win32_Foundation", "Win32_System_Variant", "Win32_System_Com", "Win32_System_Ole", "Win32_UI_Accessibility", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging", "Win32_System_Threading", "Win32_Security", "Win32_UI_Shell_PropertiesSystem", "UI_UIAutomation", "implement", ] [dependencies.windows-core] version = "0.58.0" [features] log = ["dep:log"]