[package] name = "ironbird_jni_context" version = "0.1.0" edition = "2021" license = "MIT" description = "Access to JavaVM for Flutter JNI libraries." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [target.'cfg(target_os = "android")'.dependencies] jni = "0.19" once_cell = "1.16.0"