# 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 = "indexed-db" version = "0.4.1" description = "Bindings to IndexedDB that default the transactions to aborting and can work multi-threaded" documentation = "https://docs.rs/indexed-db" readme = "README.md" keywords = [ "wasm", "indexeddb", "async", "web", "webassembly", ] categories = [ "asynchronous", "database", "wasn", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Ekleog/indexed-db" [dependencies.futures-channel] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.scoped-tls] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.web-sys] version = "0.3.66" features = [ "DomException", "DomStringList", "Event", "IdbCursor", "IdbCursorDirection", "IdbCursorWithValue", "IdbDatabase", "IdbFactory", "IdbIndex", "IdbIndexParameters", "IdbKeyRange", "IdbObjectStore", "IdbObjectStoreParameters", "IdbOpenDbRequest", "IdbTransaction", "IdbTransactionMode", "IdbVersionChangeEvent", "Window", "WorkerGlobalScope", ] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.console_error_panic_hook] version = "0.1.7" [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-wasm] version = "0.2.1" [dev-dependencies.wasm-bindgen-test] version = "0.3.39"