# 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 = "irondash_run_loop" version = "0.5.0" authors = ["Matej Knopp "] description = "Consistent, platform-independent interface to system run loop." readme = "README.md" license = "MIT" repository = "https://github.com/irondash/irondash" [dependencies.futures] version = "0.3.17" features = ["std"] default-features = false [dependencies.irondash_engine_context] version = "0.5.0" [dependencies.once_cell] version = "1.16.0" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation] version = "0.9" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.icrate] version = "0.1.0" features = [ "Foundation", "Foundation_NSString", "Foundation_NSThread", ] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc2] version = "0.5.0" [target."cfg(target_os = \"android\")".dependencies.log] version = "0.4" [target."cfg(target_os = \"macos\")".dependencies.icrate] version = "0.1.0" features = [ "AppKit", "AppKit_NSEvent", "AppKit_NSApplication", "AppKit_NSGraphicsContext", ]