# 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 = "2018" name = "zp-kvdb-web" version = "0.12.0" authors = ["Parity Technologies "] description = "A key-value database for use in browsers" documentation = "https://docs.rs/kvdb-web/" license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/parity-common" [dependencies.futures] version = "0.3.8" [dependencies.js-sys] version = "0.3.46" [dependencies.kvdb] version = "0.13" [dependencies.kvdb-memorydb] version = "0.13.0" [dependencies.log] version = "0.4.11" [dependencies.parity-util-mem] version = "0.12.0" default-features = false [dependencies.send_wrapper] version = "0.6.0" [dependencies.wasm-bindgen] version = "0.2.69" [dependencies.web-sys] version = "0.3.46" features = [ "console", "Window", "IdbFactory", "IdbDatabase", "IdbTransaction", "IdbTransactionMode", "IdbOpenDbRequest", "IdbRequest", "IdbObjectStore", "Event", "EventTarget", "IdbCursor", "IdbCursorWithValue", "IdbKeyRange", "DomStringList", ] [dev-dependencies.console_log] version = "0.2.0" [dev-dependencies.kvdb-shared-tests] version = "0.11.0" [dev-dependencies.wasm-bindgen-futures] version = "0.4.19" [dev-dependencies.wasm-bindgen-test] version = "0.3.19"