# 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 = "gsp_system" version = "0.1.2" description = "OpenGSP System Package" readme = "README.md" license = "MIT" [lib] name = "gsp_system" path = "src/lib.rs" [dependencies] [target."cfg(target_os = \"macos\")".dependencies.objc2] version = "0.5.1" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader", "Win32_Graphics_Gdi", ]