# 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 = "lunatic-sqlite-api" version = "0.13.3" description = "Lunatic host functions for sqlite." homepage = "https://lunatic.solutions" license = "Apache-2.0/MIT" repository = "https://github.com/lunatic-solutions/lunatic/tree/main/crates/lunatic-sqlite-api" resolver = "1" [dependencies.bincode] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] [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] version = "0.30.4" package = "sqlite-bindings-lunatic" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmtime] version = "8"