# 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 = "libsql-wasmtime-bindings" version = "0.2.2" description = "Wasmtime bindings for libSQL user-defined functions" keywords = [ "libSQL", "Wasmtime", "Wasm", "WebAssembly", "SQLite", ] license = "Apache-2.0" [profile.release] opt-level = "s" debug = false panic = "abort" strip = true [lib] name = "libsql_wasm" crate-type = [ "lib", "cdylib", "staticlib", ] test = false doctest = false doc = false [dependencies.wasmtime] version = "9.0" [dependencies.wasmtime-wasi] version = "9.0"