# 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.66.0" name = "cdk-redb" version = "0.4.0" authors = ["CDK Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Redb storage backend for CDK" homepage = "https://github.com/cashubtc/cdk" readme = "README.md" license = "MIT" repository = "https://github.com/cashubtc/cdk.git" [lib] name = "cdk_redb" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.cdk] version = "0.4.0" default-features = false [dependencies.lightning-invoice] version = "0.31" features = ["serde"] [dependencies.redb] version = "2.1.0" [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" features = [ "attributes", "log", ] default-features = false [features] default = [ "mint", "wallet", ] mint = ["cdk/mint"] wallet = ["cdk/wallet"]