idb-sys 0.2.2

A callback based crate for interacting with IndexedDB on browsers using webassembly
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"
name = "idb-sys"
version = "0.2.2"
authors = ["Devashish Dixit <devashishdxt@gmail.com>"]
description = "A callback based crate for interacting with IndexedDB on browsers using webassembly"
homepage = "https://github.com/devashishdxt/idb"
readme = "README.md"
keywords = [
    "wasm",
    "indexeddb",
    "future",
    "webassembly",
    "idb",
]
categories = [
    "asynchronous",
    "database",
    "wasm",
    "web-programming",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/devashishdxt/idb"

[dependencies.js-sys]
version = "0.3.67"

[dependencies.num-traits]
version = "0.2.17"

[dependencies.thiserror]
version = "1.0.56"

[dependencies.wasm-bindgen]
version = "0.2.90"

[dependencies.web-sys]
version = "0.3.67"
features = [
    "DomException",
    "DomStringList",
    "Event",
    "IdbCursor",
    "IdbCursorDirection",
    "IdbCursorWithValue",
    "IdbDatabase",
    "IdbFactory",
    "IdbIndex",
    "IdbIndexParameters",
    "IdbKeyRange",
    "IdbObjectStore",
    "IdbObjectStoreParameters",
    "IdbOpenDbOptions",
    "IdbOpenDbRequest",
    "IdbRequestReadyState",
    "IdbTransaction",
    "IdbTransactionMode",
    "IdbVersionChangeEvent",
    "StorageType",
]