# 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-sqlite" version = "0.4.0" authors = ["CDK Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SQLite 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_sqlite" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.bitcoin] version = "0.30" default-features = false [dependencies.cdk] version = "0.4.0" default-features = false [dependencies.lightning-invoice] version = "0.31" features = ["serde"] [dependencies.serde_json] version = "1" [dependencies.sqlx] version = "0.6.3" features = [ "runtime-tokio-rustls", "sqlite", "macros", "migrate", ] default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "time", "macros", "sync", ] [dependencies.tracing] version = "0.1" features = [ "attributes", "log", ] default-features = false [features] default = [ "mint", "wallet", ] mint = ["cdk/mint"] wallet = ["cdk/wallet"]