mopro-ffi 0.3.5

Mopro is a toolkit for ZK app development on mobile. Mopro makes client-side proving on mobile simple.
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 = "mopro-ffi"
version = "0.3.5"
build = false
exclude = ["target/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mopro is a toolkit for ZK app development on mobile. Mopro makes client-side proving on mobile simple."
homepage = "https://zkmopro.org/"
documentation = "https://zkmopro.org/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zkmopro/mopro"

[features]
build = [
    "toml",
    "uuid",
    "camino",
]
default = ["build"]
flutter = [
    "toml",
    "flutter_rust_bridge",
]
no_uniffi_exports = []
uniffi = [
    "dep:uniffi",
    "fs_extra",
]
uniffi-tests = [
    "uniffi",
    "uniffi/bindgen-tests",
]
wasm = [
    "console_error_panic_hook",
    "getrandom",
    "serde-wasm-bindgen",
    "wasm-bindgen",
    "wasm-bindgen-console-logger",
    "wasm-bindgen-futures",
    "wasm-bindgen-rayon",
    "uuid/js",
]

[lib]
name = "mopro_ffi"
path = "src/lib.rs"

[[test]]
name = "wasm"
path = "tests/wasm.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.camino]
version = "1.1.9"
optional = true

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.flutter_rust_bridge]
version = "=2.11.1"
optional = true

[dependencies.fs_extra]
version = "1.2.0"
optional = true

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8.22"
optional = true

[dependencies.uniffi]
version = "=0.29.0"
features = ["bindgen"]
optional = true

[dependencies.uuid]
version = "1.9.1"
features = ["v4"]
optional = true

[dev-dependencies.rand]
version = "0.8.5"

[build-dependencies.camino]
version = "1.1.9"

[build-dependencies.uuid]
version = "1.9.1"
features = ["v4"]

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1.7"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2.15"
features = ["js"]
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.serde-wasm-bindgen]
version = "0.6.5"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.95"
features = ["serde-serialize"]
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-console-logger]
version = "0.1.1"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.47"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-rayon]
version = "1.2.2"
features = ["no-bundler"]
optional = true

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