| 12345678910111213141516171819202122232425262728293031323334 | 
							- [package]
 
- name = "cdk-ldk-node"
 
- version.workspace = true
 
- edition.workspace = true
 
- authors = ["CDK Developers"]
 
- license.workspace = true
 
- homepage = "https://github.com/cashubtc/cdk"
 
- repository = "https://github.com/cashubtc/cdk.git"
 
- rust-version.workspace = true # MSRV
 
- description = "CDK ln backend for cdk-ldk-node"
 
- readme = "README.md"
 
- [dependencies]
 
- async-trait.workspace = true
 
- axum.workspace = true
 
- cdk-common = { workspace = true, features = ["mint"] }
 
- futures.workspace = true
 
- tokio.workspace = true 
 
- tokio-util.workspace = true
 
- tracing.workspace = true
 
- thiserror.workspace = true
 
- ldk-node.workspace = true
 
- tokio-stream = { workspace = true, features = ["sync"] }
 
- serde.workspace = true
 
- serde_json.workspace = true
 
- maud = "0.27.0"
 
- tower.workspace = true
 
- tower-http.workspace = true
 
- rust-embed = "8.5.0"
 
- serde_urlencoded = "0.7"
 
- urlencoding = "2.1"
 
 
  |