sql-js-httpvfs-rs 0.1.0

A very experimental, basic, and slightly ridiculous-sounding Rust wrapper around sql.js-httpvfs
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 = "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"