# 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 = "nativeshell" version = "0.1.16" authors = ["Matej Knopp "] description = "NativeShell Rust package" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.async-trait] version = "0.1.51" [dependencies.diff] version = "0.1.12" [dependencies.futures] version = "0.3.17" [dependencies.libc] version = "0.2.94" [dependencies.log] version = "0.4.13" [dependencies.once_cell] version = "1.8.0" [dependencies.serde] version = "1.0.119" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.serde_json] version = "1.0.59" [dependencies.velcro] version = "0.5.3" [build-dependencies.anyhow] version = "1.0.41" [build-dependencies.cargo-emit] version = "0.2.1" [build-dependencies.cc] version = "1.0" [build-dependencies.nativeshell_build] version = "0.1.1" [build-dependencies.serde] version = "1.0.119" features = ["derive"] [build-dependencies.serde_json] version = "1.0.59" [target."cfg(target_os = \"linux\")".dependencies.cairo-rs] version = "0.14.0" [target."cfg(target_os = \"linux\")".dependencies.gdk] version = "0.14.0" [target."cfg(target_os = \"linux\")".dependencies.gdk-sys] version = "0.14.0" [target."cfg(target_os = \"linux\")".dependencies.gio] version = "0.14.0" [target."cfg(target_os = \"linux\")".dependencies.gio-sys] version = "0.14.0" [target."cfg(target_os = \"linux\")".dependencies.glib] version = "0.14.0" [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] version = "0.14.0" features = ["v3_22"] [target."cfg(target_os = \"linux\")".dependencies.gtk-sys] version = "0.14.0" [target."cfg(target_os = \"linux\")".dependencies.percent-encoding] version = "2.1.0" [target."cfg(target_os = \"linux\")".dependencies.url] version = "2.2.1" [target."cfg(target_os = \"macos\")".dependencies.block] version = "0.1.6" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.24" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.22" [target."cfg(target_os = \"macos\")".dependencies.dispatch] version = "0.2.0" [target."cfg(target_os = \"macos\")".dependencies.exec] version = "0.3.1" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.7" [target."cfg(target_os = \"macos\")".dependencies.process_path] version = "0.1.3" [target."cfg(target_os = \"macos\")".dependencies.url] version = "2.2.1" [target."cfg(target_os = \"windows\")".dependencies.base64] version = "0.13.0" [target."cfg(target_os = \"windows\")".dependencies.byte-slice-cast] version = "1.0.0" [target."cfg(target_os = \"windows\")".dependencies.const-cstr] version = "0.3.0" [target."cfg(target_os = \"windows\")".dependencies.detour] version = "0.8.0" default-features = false [target."cfg(target_os = \"windows\")".dependencies.utf16_lit] version = "2.0.1" [target."cfg(target_os = \"windows\")".dependencies.widestring] version = "0.5.1" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.28.0" features = [ "alloc", "build", "Win32_Foundation", "Win32_Graphics_Dwm", "Win32_Graphics_Dxgi_Common", "Win32_Graphics_Gdi", "Win32_Storage_StructuredStorage", "Win32_System_Com_StructuredStorage", "Win32_System_Com", "Win32_System_DataExchange", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Ole", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_UI_Controls", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell", "Win32_UI_TextServices", "Win32_UI_WindowsAndMessaging", ]