[package]
edition = "2024"
name = "sql-js-httpvfs-rs"
version = "0.1.0"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A very experimental, basic, and slightly ridiculous-sounding Rust wrapper around sql.js-httpvfs"
readme = "README.md"
categories = [
"web-programming",
"api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/ClementTsang/sql.js-httpvfs-rs"
[features]
bundled = []
[lib]
name = "sql_js_httpvfs_rs"
path = "src/lib.rs"
[dependencies.js-sys]
version = "0.3.103"
[dependencies.wasm-bindgen]
version = "0.2.126"
[dependencies.wasm-bindgen-futures]
version = "0.4.76"