c-lightning-pruning-plugin 0.1.1

A plugin for c-lightning that manages pruning of bitcoind such that it can always sync.
[dependencies.crossbeam-channel]
version = "0.4.3"

[dependencies.failure]
version = "0.1.8"

[dependencies.futures]
version = "0.3.5"

[dependencies.log]
version = "0.4.11"

[dependencies.reqwest]
features = ["json", "socks"]
version = "0.10.7"

[dependencies.serde]
features = ["derive"]
version = "1.0.114"

[dependencies.serde_json]
version = "1.0.57"

[dependencies.simple-logging]
version = "2.0"

[dependencies.tokio]
features = ["full"]
version = "0.2.22"

[dependencies.url]
version = "2.1.1"

[package]
authors = ["Aiden McClelland <me@drbonez.dev>"]
description = "A plugin for c-lightning that manages pruning of bitcoind such that it can always sync."
documentation = "https://docs.rs/c-lightning-pruning-plugin"
edition = "2018"
license = "MIT"
name = "c-lightning-pruning-plugin"
readme = "README.md"
repository = "https://github.com/Start9Labs/c-lightning-pruning-plugin"
version = "0.1.1"