# 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 = "fltk-accesskit" version = "0.1.3" authors = ["MoAlyousef "] description = "fltk accesskit adapter made to work with the fltk gui crate" documentation = "https://docs.rs/fltk-accesskit" readme = "README.md" keywords = [ "gui", "ui", "accessibility", ] categories = ["gui"] license = "MIT" repository = "https://github.com/fltk-rs/fltk-accesskit" [dependencies.accesskit] version = "0.11" [dependencies.fltk] version = "1.4" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.accesskit_unix] version = "0.5" [target."cfg(target_os = \"macos\")".dependencies.accesskit_macos] version = "0.7" [target."cfg(target_os = \"windows\")".dependencies.accesskit_windows] version = "0.14"