# 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_derive" version = "0.3.10" authors = ["Steven Lee "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "UI Automation Derive" homepage = "https://github.com/leexgone" readme = "README.md" categories = [ "development-tools::procedural-macro-helpers", "os::windows-apis", ] 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_derive" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.85" features = ["full"]