el-ffi 0.3.14

Host bindings: uniffi-bindgen-react-native (RN), flutter_rust_bridge-generated Dart, wasm-bindgen (web) — ADR-001/024.
Documentation
# 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 = "el-ffi"
version = "0.3.14"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host bindings: uniffi-bindgen-react-native (RN), flutter_rust_bridge-generated Dart, wasm-bindgen (web) — ADR-001/024."
readme = "README.md"
license = "Apache-2.0"

[lib]
name = "el_ffi"
crate-type = [
    "lib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[dependencies.el-core]
version = "0.3.14"

[dependencies.el-runtime]
version = "0.3.14"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.anyhow]
version = "1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.el-cloud]
version = "0.3.14"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.el-engine-candle]
version = "0.3.14"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.el-provenance]
version = "0.3.14"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.flutter_rust_bridge]
version = "=2.12.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.uniffi]
version = "=0.31.0"
features = ["tokio"]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(frb_expand)"]