[package] name = "lightning-cluster" description = "Lightning Node Load Balancer & Cache" authors = ["utxo "] license = "MIT OR Apache-2.0" repository = "https://github.com/nodeless-io/lightning-cluster" readme = "README.md" keywords = ["lightning", "cache", "bitcoin", "lnd", "clightning"] version = "0.1.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.18", features = ["derive"] } serde_json = "1.0.6" tokio = { version = "1.10.1", features = ["full", "rt-multi-thread", "macros"] } reqwest = { version = "0.11.6", features = ["json"] } hex = "0.4.3" base64 = "0.13" dotenvy = "0.15.7" anyhow = "1.0.72" rand = "0.8.4" moka = { version = "0.11", features = ["future"] } futures-util = "0.3" futures = "0.3" serde_with = "3.1.0" redis = { version = "0.23.1", features = ["aio", "tokio-comp"] }