[package]
edition = "2021"
name = "uniffi_testing"
version = "0.31.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a multi-language bindings generator for rust (testing helpers)"
homepage = "https://mozilla.github.io/uniffi-rs"
documentation = "https://mozilla.github.io/uniffi-rs"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/mozilla/uniffi-rs"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
[features]
ffi-trace = []
[lib]
name = "uniffi_testing"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.camino]
version = "1.0.8"
[dependencies.cargo_metadata]
version = "0.19"
[dependencies.fs-err]
version = "2.7.0"
[dependencies.once_cell]
version = "1.12"