# 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" rust-version = "1.63.0" name = "cdk-rexie" version = "0.4.0" authors = ["CDK Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Indexdb storage backend for CDK in the browser" homepage = "https://github.com/cashubtc/cdk" readme = "README.md" license = "MIT" repository = "https://github.com/cashubtc/cdk.git" [lib] name = "cdk_rexie" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.74" [dependencies.cdk] version = "0.4.0" default-features = false [dependencies.rexie] version = "0.6.0" [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" default-features = false [dependencies.web-sys] version = "0.3.69" features = ["console"] default-features = false [features] default = ["wallet"] wallet = ["cdk/wallet"]