[dependencies.bincode]
version = "1.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[package]
description = "Lunatic host functions for sqlite."
edition = "2021"
homepage = "https://lunatic.solutions"
license = "Apache-2.0/MIT"
name = "lunatic-sqlite-api"
repository = "https://github.com/lunatic-solutions/lunatic/tree/main/crates/lunatic-sqlite-api"
resolver = "1"
version = "0.13.3"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.anyhow]
version = "1.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.hash-map-id]
version = "0.13"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.lunatic-common-api]
version = "0.13"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.lunatic-error-api]
version = "0.13"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.lunatic-process]
version = "0.13"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.lunatic-process-api]
version = "0.13"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.sqlite]
package = "sqlite-bindings-lunatic"
version = "0.30.4"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmtime]
version = "8"