fee_source 1.0.0

Get bitcoin network fees from mempool instance and convert to formats needed by other services
Documentation
[[bin]]
name = "fee_source"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.68"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.env_logger]
version = "0.10.0"

[dependencies.log]
version = "0.4.22"

[dependencies.openssl]
features = ["vendored"]
version = "0.10"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

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

[lib]
name = "fee_source"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies"]
description = "Get bitcoin network fees from mempool instance and convert to formats needed by other services"
edition = "2021"
keywords = ["bitcoin", "fees", "mempool", "ldk", "lnd"]
license-file = "LICENSE"
name = "fee_source"
readme = "README.md"
repository = "https://github.com/synonymdev/fee_source"
version = "1.0.0"