[dependencies.console_error_panic_hook]
optional = true
version = "0.1.7"
[dependencies.js-sys]
version = "0.3.57"
[dependencies.num-traits]
default-features = false
version = "0.2.15"
[dependencies.thiserror]
version = "1.0.31"
[dependencies.tokio]
default-features = false
features = ["sync"]
version = "1.19.2"
[dependencies.wasm-bindgen]
version = "0.2.80"
[dependencies.web-sys]
features = ["DomException", "DomStringList", "Event", "IdbCursorWithValue", "IdbCursorDirection", "IdbDatabase", "IdbFactory", "IdbIndex", "IdbIndexParameters", "IdbKeyRange", "IdbObjectStore", "IdbObjectStoreParameters", "IdbOpenDbRequest", "IdbOpenDbOptions", "IdbRequest", "IdbTransaction", "IdbTransactionMode", "StorageType"]
version = "0.3.57"
[dependencies.wee_alloc]
optional = true
version = "0.4.5"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.137"
[dev-dependencies.serde-wasm-bindgen]
version = "0.4.3"
[dev-dependencies.serde_json]
version = "1.0.81"
[dev-dependencies.wasm-bindgen-test]
version = "0.3.30"
[features]
default = ["console_error_panic_hook"]
[lib]
crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[package]
authors = ["Devashish Dixit <devashishdxt@gmail.com>"]
categories = ["asynchronous", "database", "wasm", "web-programming"]
description = "Rexie is an easy-to-use, futures based wrapper around IndexedDB that compiles to webassembly"
edition = "2021"
homepage = "https://github.com/devashishdxt/rexie"
include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md"]
keywords = ["wasm", "indexeddb", "futures", "idb", "indexed"]
license = "MIT/Apache-2.0"
name = "rexie"
readme = "README.md"
repository = "https://github.com/devashishdxt/rexie"
resolver = "2"
version = "0.4.2"
[profile.release]
opt-level = "s"