# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "yametekudastop" version = "0.0.1" authors = ["Ngo Iok Ui "] description = "(WIP) A tiny webview library to build modern cross-platform GUIs." readme = "README.md" license = "Apache-2.0/MIT" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [target."cfg(target_os = \"linux\")".dependencies.gdk-sys] version = "0.10" [target."cfg(target_os = \"linux\")".dependencies.glib-sys] version = "0.10" [target."cfg(target_os = \"linux\")".dependencies.gobject-sys] version = "0.10" [target."cfg(target_os = \"linux\")".dependencies.gtk-sys] version = "0.10" [target."cfg(target_os = \"linux\")".dependencies.javascriptcore-rs-sys] version = "0.2" [target."cfg(target_os = \"linux\")".dependencies.webkit2gtk-sys] version = "0.12" features = ["v2_8"] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["combaseapi", "libloaderapi", "minwindef", "roapi", "synchapi", "winbase", "windef", "winnt", "winuser"] [target."cfg(windows)".dependencies.winit] version = "0.21" [target."cfg(windows)".dependencies.winrt] version = "0.7"