# 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-phoenixd" version = "0.4.0" authors = ["CDK Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CDK ln backend for phoenixd" homepage = "https://github.com/cashubtc/cdk" readme = "README.md" license = "MIT" repository = "https://github.com/cashubtc/cdk.git" [lib] name = "cdk_phoenixd" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.6.20" [dependencies.bitcoin] version = "0.30" default-features = false [dependencies.cdk] version = "0.4.0" features = ["mint"] default-features = false [dependencies.futures] version = "0.3.28" default-features = false [dependencies.phoenixd-rs] version = "0.3.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" default-features = false [dependencies.tracing] version = "0.1" features = [ "attributes", "log", ] default-features = false [dependencies.uuid] version = "1" features = ["v4"]