# 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_message_channel" version = "0.7.0" authors = ["Matej Knopp "] description = "Rust interface to irondash MessageChannel." readme = "README.md" license = "MIT" repository = "https://github.com/irondash/irondash" [dependencies.async-trait] version = "0.1" [dependencies.irondash_dart_ffi] version = "0.2.0" [dependencies.irondash_message_channel_derive] version = "0.1.1" optional = true [dependencies.irondash_run_loop] version = "0.5.0" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.16.0" [features] derive = ["irondash_message_channel_derive"] mock = [] [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_NSNumber", "Foundation_NSString", "Foundation_NSNull", "Foundation_NSDictionary", "Foundation_NSArray", "Foundation_NSData", ] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc2] version = "0.5.0"