# 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 = "keyvaluedb-web" version = "0.1.2" authors = ["Veilid Team "] description = "A key-value database for use in browsers" license = "MIT OR Apache-2.0" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.async-lock] version = "2.8.0" [dependencies.flume] version = "0.11.0" features = ["async"] [dependencies.futures] version = "0.3.28" [dependencies.js-sys] version = "0.3.64" [dependencies.keyvaluedb] version = "0.1.2" [dependencies.keyvaluedb-memorydb] version = "0.1.2" [dependencies.log] version = "0.4.20" [dependencies.parking_lot] version = "0.12.1" [dependencies.send_wrapper] version = "0.6.0" features = ["futures"] [dependencies.wasm-bindgen] version = "0.2.87" [dependencies.web-sys] version = "^0" features = [ "console", "Window", "IdbFactory", "IdbDatabase", "IdbTransaction", "IdbTransactionMode", "IdbOpenDbRequest", "IdbRequest", "IdbObjectStore", "Event", "EventTarget", "IdbCursor", "IdbCursorWithValue", "IdbKeyRange", "DomStringList", ] [dev-dependencies.console_log] version = "1.0.0" [dev-dependencies.keyvaluedb-shared-tests] version = "0.1.2" [dev-dependencies.wasm-bindgen-futures] version = "0.4.37" [dev-dependencies.wasm-bindgen-test] version = "0.3.37"