# 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 = "ironbird_engine_context" version = "0.1.0" authors = ["Matej Knopp "] description = "Easy access to FlutterView, FlutterBinaryMessenger and FlutterTextureRegistry for FFI." license = "MIT" repository = "https://github.com/nativeshell/ironbird" resolver = "1" [dependencies] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.cocoa] version = "0.24" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc] version = "0.2.7" [target."cfg(target_os = \"android\")".dependencies.android_logger] version = "0.11" [target."cfg(target_os = \"android\")".dependencies.ironbird_jni_context] version = "0.1.0" [target."cfg(target_os = \"android\")".dependencies.jni] version = "0.19" [target."cfg(target_os = \"android\")".dependencies.log] version = "0.4"