# 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 = "rexie" version = "0.6.2" authors = ["Devashish Dixit "] build = false include = [ "Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md", "LICENSE_*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rexie is an easy-to-use, futures based wrapper around IndexedDB that compiles to webassembly" homepage = "https://github.com/devashishdxt/rexie" readme = "README.md" keywords = [ "wasm", "indexeddb", "futures", "idb", "indexed", ] categories = [ "asynchronous", "database", "wasm", "web-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/devashishdxt/rexie" [profile.release] opt-level = "s" [lib] name = "rexie" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "web" path = "tests/web.rs" [dependencies.idb] version = "0.6" features = ["builder"] [dependencies.thiserror] version = "1" [dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.js-sys] version = "0.3" [dev-dependencies.num-traits] version = "0.2" default-features = false [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde-wasm-bindgen] version = "0.6" [dev-dependencies.serde_json] version = "1" [dev-dependencies.wasm-bindgen-test] version = "0.3"