# 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" rust-version = "1.56" name = "millennium-core" version = "1.0.0-beta.3" authors = [ "pyke.io", "Tauri Programme within The Commons Conservancy", "The winit contributors", ] description = "Cross-platform window management library for Millennium" homepage = "https://millennium.pyke.io/" readme = "README.md" categories = ["gui"] license = "Apache-2.0" repository = "https://github.com/pykeio/millennium" [package.metadata.docs.rs] features = [ "serde", "tray", "dox", ] default-target = "x86_64-unknown-linux-gnu" targets = [ "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", "i686-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", ] [dependencies.bitflags] version = "1" [dependencies.crossbeam-channel] version = "0.5" [dependencies.instant] version = "0.1" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.raw-window-handle] version = "0.4" [dependencies.serde] version = "1" features = ["serde_derive"] optional = true [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.image] version = "0.24" [features] default = [] dox = ["gtk/dox"] tray = ["libappindicator"] [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.objc] version = "0.2" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.cairo-rs] version = "0.15" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gdk] version = "0.15" features = ["v3_22"] [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gdk-pixbuf] version = "0.15" features = ["v2_36_8"] [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gdk-sys] version = "0.15" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gdkx11-sys] version = "0.15" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gio] version = "0.15" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.glib] version = "0.15" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.glib-sys] version = "0.15" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gtk] version = "0.15" features = ["v3_22"] [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.libappindicator] version = "0.7" optional = true [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.png] version = "0.17" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.uuid] version = "0.8" features = ["v4"] [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.x11-dl] version = "2.18" [target."cfg(target_os = \"android\")".dependencies.ndk] version = "0.4" [target."cfg(target_os = \"android\")".dependencies.ndk-glue] version = "0.4" [target."cfg(target_os = \"android\")".dependencies.ndk-sys] version = "0.2" [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" [target."cfg(target_os = \"macos\")".dependencies.png] version = "0.17" [target."cfg(target_os = \"macos\")".dependencies.scopeguard] version = "1.1" [target."cfg(target_os = \"macos\")".build-dependencies.cc] version = "1" [target."cfg(target_os = \"windows\")".dependencies.image] version = "0.24" default-features = false [target."cfg(target_os = \"windows\")".dependencies.parking_lot] version = "0.11" [target."cfg(target_os = \"windows\")".dependencies.unicode-segmentation] version = "1.8.0" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.37.0" features = [ "alloc", "implement", "Win32_Devices_HumanInterfaceDevice", "Win32_Foundation", "Win32_Globalization", "Win32_Graphics_Dwm", "Win32_Graphics_Gdi", "Win32_System_Com", "Win32_System_Com_StructuredStorage", "Win32_System_DataExchange", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Ole", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Accessibility", "Win32_UI_Controls", "Win32_UI_HiDpi", "Win32_UI_Input_Ime", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Input_Pointer", "Win32_UI_Input_Touch", "Win32_UI_Shell", "Win32_UI_TextServices", "Win32_UI_WindowsAndMessaging", ] [target."cfg(target_os = \"windows\")".dependencies.windows-implement] version = "0.37.0"