# 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 = "finestra" version = "0.3.0" authors = ["Tristan Gerritsen"] include = [ "../README.md", "../COPYING", "/src", ] description = "Cross Platform Native UI Framework" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/usadson/finestra/" [dependencies.dashmap] version = "5" [dependencies.euclid] version = "0.22" [target."cfg(target_os = \"macos\")".dependencies.block] version = "0.1.6" [target."cfg(target_os = \"macos\")".dependencies.cacao] version = "0.3" features = ["appkit"] [target."cfg(target_os = \"macos\")".dependencies.objc_id] version = "0.1.1" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.52" features = [ "Win32_Foundation", "Win32_Graphics_Dwm", "Win32_Graphics_Gdi", "Win32_System", "Win32_System_SystemServices", "Win32_UI", "Win32_UI_Controls", "Win32_UI_WindowsAndMessaging", ]