# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tetsy-kvdb-web" version = "0.9.1" authors = ["Parity Technologies "] description = "A tetsy key-value database for use in browsers" documentation = "https://docs.rs/tetsy-kvdb-web/" license = "MIT OR Apache-2.0" repository = "https://github.com/tetcoin/tetsy-common" [dependencies.futures] version = "0.3.8" [dependencies.js-sys] version = "0.3.46" [dependencies.log] version = "0.4.11" [dependencies.parking_lot] version = "0.11.1" features = ["wasm-bindgen"] [dependencies.send_wrapper] version = "0.5.0" [dependencies.tetsy-kvdb] version = "0.9.1" [dependencies.tetsy-kvdb-memorydb] version = "0.9.1" [dependencies.tetsy-util-mem] version = "0.9.1" default-features = false [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.tetsy-kvdb-shared-tests] version = "0.7.1" [dev-dependencies.wasm-bindgen-futures] version = "0.4.19" [dev-dependencies.wasm-bindgen-test] version = "0.3.19"