# 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" rust-version = "1.67" name = "souvlaki" version = "0.7.3" authors = ["Sinono3 "] description = "A cross-platform media key and metadata handling library." documentation = "https://docs.rs/souvlaki" readme = "README.md" license = "MIT" repository = "https://github.com/Sinono3/souvlaki" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" targets = [ "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", ] [dev-dependencies.raw-window-handle] version = "0.5.0" [dev-dependencies.winit] version = "0.27.0" [features] default = ["use_dbus"] use_dbus = [ "dbus", "dbus-crossroads", ] use_zbus = [ "zbus", "zvariant", "pollster", ] [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.dbus] version = "0.9.5" optional = true [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.dbus-crossroads] version = "0.5.0" optional = true [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.pollster] version = "0.3" optional = true [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.thiserror] version = "1.0" [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.zbus] version = "3.9" optional = true [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.zvariant] version = "3.10" optional = true [target."cfg(target_os = \"macos\")".dependencies.block] version = "0.1.6" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.24.0" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.22.2" [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 = \"windows\")".dependencies.windows] version = "0.44" features = [ "Foundation", "Media", "Win32_Foundation", "Win32_System_WinRT", "Storage_Streams", ] [target."cfg(target_os = \"windows\")".dev-dependencies.windows] version = "0.44" features = [ "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", ]