Cargo Features
A11Y has no features set by default.
[dependencies]
a11y = { version = "0.2.0", features = ["jab", "ia2", "scintilla", "jab_lib", "ia2_lib"] }
- jab = jab_lib
-
Affects
a11y::jab
… - ia2 = ia2_lib
-
Enables msaa of win-wrap, Win32_Foundation and implement of windows
Affects
a11y::ia2
… - scintilla = scintilla-sys
-
Affects
a11y::scintilla
… - jab_lib jab?
-
Enables common and library of rigela-utils
Affects
a11y::get_jab_lib_path
… - ia2_lib ia2? = windows-core
-
Enables library of rigela-utils
Affects
a11y::get_ia2_lib_path
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.