# 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 = "a11y" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "无障碍(ACCESSIBILITY,A11Y,辅助功能)" readme = "README.md" keywords = [ "screen-reader", "accessibility", ] license = "Apache-2.0" repository = "https://gitcode.net/mzdk100/rigela.git" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [lib] name = "a11y" path = "src/lib.rs" [dependencies.rigela-utils] version = "0.2.0" optional = true [dependencies.scintilla-sys] version = "4.0.9" optional = true [dependencies.win-wrap] version = "0.2.3" optional = true [dependencies.windows] version = "0.58.0" optional = true [dependencies.windows-core] version = "0.58.0" optional = true [features] ia2 = [ "ia2_lib", "win-wrap/msaa", "windows/Win32_Foundation", "windows/implement", ] ia2_lib = [ "rigela-utils/library", "windows-core", ] jab = ["jab_lib"] jab_lib = [ "rigela-utils/library", "rigela-utils/common", ] scintilla = [ "win-wrap/control", "scintilla-sys", ]