[dependencies.idb]
features = ["builder"]
version = "0.6"
[dependencies.thiserror]
version = "1"
[dependencies.wasm-bindgen]
version = "0.2"
[dev-dependencies.js-sys]
version = "0.3"
[dev-dependencies.num-traits]
default-features = false
version = "0.2"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.serde-wasm-bindgen]
version = "0.6"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.wasm-bindgen-test]
version = "0.3"
[lib]
crate-type = ["cdylib", "rlib"]
name = "rexie"
path = "src/lib.rs"
[package]
authors = ["Devashish Dixit <devashishdxt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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", "LICENSE_*"]
keywords = ["wasm", "indexeddb", "futures", "idb", "indexed"]
license = "MIT/Apache-2.0"
name = "rexie"
readme = "README.md"
repository = "https://github.com/devashishdxt/rexie"
version = "0.6.2"
[profile.release]
opt-level = "s"
[[test]]
name = "web"
path = "tests/web.rs"