# 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 = "2018" name = "tauri-rfd" version = "0.1.0" authors = ["Poly "] description = "Rusty File Dialog" documentation = "https://docs.rs/rfd" keywords = ["file", "ui", "dialog"] license = "MIT" repository = "https://github.com/PolyMeilex/rfd" [package.metadata.docs.rs] all-features = true [lib] name = "rfd" [[example]] name = "simple" [[example]] name = "async" [dependencies.raw-window-handle] version = "0.3.3" optional = true [dev-dependencies.futures] version = "0.3.12" [features] default = ["parent"] file-handle-inner = [] parent = ["raw-window-handle"] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.46" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.69" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.19" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.46" features = ["Document", "Element", "HtmlInputElement", "HtmlButtonElement", "Window", "File", "FileList", "FileReader"] [target."cfg(target_os = \"linux\")".dependencies.glib-sys] version = "0.14.0" [target."cfg(target_os = \"linux\")".dependencies.gobject-sys] version = "0.14.0" [target."cfg(target_os = \"linux\")".dependencies.gtk-sys] version = "0.14.0" features = ["v3_20"] [target."cfg(target_os = \"linux\")".dependencies.lazy_static] version = "1.4.0" [target."cfg(target_os = \"macos\")".dependencies.block] version = "0.1.6" [target."cfg(target_os = \"macos\")".dependencies.dispatch] version = "0.2.0" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.7" [target."cfg(target_os = \"macos\")".dependencies.objc-foundation] version = "0.1.1" [target."cfg(target_os = \"macos\")".dependencies.objc_id] version = "0.1.1" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.9" features = ["winuser", "combaseapi", "objbase", "shobjidl", "shellapi"]