sqlite-wasm-rs 0.5.4

`wasm32-unknown-unknown` bindings to the libsqlite3 library.
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"
rust-version = "1.81.0"
name = "sqlite-wasm-rs"
version = "0.5.4"
authors = ["Spxg <unsafe@outlook.es>"]
build = "build.rs"
links = "wsqlite3"
include = [
    "src/**/*.rs",
    "build.rs",
    "sqlite3/**/*.c",
    "sqlite3/**/*.h",
    "sqlite3mc/**/*.c",
    "sqlite3mc/**/*.h",
    "shim/**/*.h",
    "shim/**/*.c",
    "Cargo.toml",
    "/README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "`wasm32-unknown-unknown` bindings to the libsqlite3 library."
readme = "README.md"
keywords = [
    "sqlite",
    "sqlite-wasm",
    "wasm",
    "webassembly",
    "javascript",
]
categories = [
    "development-tools::ffi",
    "wasm",
    "database",
]
license = "MIT"
repository = "https://github.com/Spxg/sqlite-wasm-rs"

[package.metadata.docs.rs]
targets = ["wasm32-unknown-unknown"]

[features]
sqlite3mc = []

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

[dependencies.js-sys]
version = "0.3.81"
default-features = false

[dependencies.rsqlite-vfs]
version = "0.1.0"

[dependencies.wasm-bindgen]
version = "0.2.104"
default-features = false

[dev-dependencies.wasm-bindgen-test]
version = "0.3.54"

[build-dependencies.bindgen]
version = "0.72"
optional = true

[build-dependencies.cc]
version = "1.2.27"