# 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 = "indexdb-es" version = "0.1.0" authors = ["Alexandre Hanot "] description = "A WASM + IndexDB implementation of an event repository for cqrs-es." documentation = "https://docs.rs/indexdb-es" readme = "README.md" keywords = [ "cqrs", "event-sourcing", "indexdb", "wasm", ] license = "Apache-2.0" repository = "https://github.com/forgen-org/indexdb-es" [dependencies.async-trait] version = "0.1.73" [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.cqrs-es] version = "0.4.9" [dependencies.futures] version = "0.3.28" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.gloo-utils] version = "0.1" features = ["serde"] [dependencies.idb] version = "0.4" [dependencies.serde] version = "1.0.183" [dependencies.serde-wasm-bindgen] version = "0.5.0" [dependencies.serde_json] version = "1.0.104" [dependencies.wasm-bindgen] version = "0.2.87" [dependencies.wasm-bindgen-futures] version = "0.4.37" [dependencies.web-sys] version = "0.3.64" features = ["console"] [dev-dependencies.tokio] version = "1" features = ["rt"] [dev-dependencies.uuid] version = "1.4" features = ["v4"] [dev-dependencies.wasm-bindgen-test] version = "0.3.0"