# 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 = "deli" version = "0.1.0" authors = ["Devashish Dixit "] description = "A convenience wrapper on `idb` create for easily creating and managing object stores in an indexed db on browsers using derive macros" homepage = "https://github.com/devashishdxt/deli" readme = "README.md" keywords = [ "wasm", "indexeddb", "future", "webassembly", "idb", ] categories = [ "asynchronous", "database", "wasm", "web-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/devashishdxt/deli" resolver = "1" [dependencies.deli-derive] version = "0.1.0" [dependencies.idb] version = "0.2.0" [dependencies.serde] version = "1.0.147" [dependencies.serde-wasm-bindgen] version = "0.4.5" [dependencies.serde_json] version = "1.0.89" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.serde] version = "1.0.147" features = ["derive"] [dev-dependencies.wasm-bindgen-test] version = "0.3.33"