[dependencies.bitcoin]
version = "0.29"
[dependencies.reqwest]
optional = true
version = "0.11"
[dependencies.rust-s3]
optional = true
version = "0.32"
[dependencies.tokio]
optional = true
version = "1"
[features]
default = ["r2", "http", "fs"]
fs = ["tokio"]
http = ["reqwest"]
r2 = ["rust-s3"]
[package]
authors = ["John Cantrell <johncantrell97@protonmail.com>"]
description = "Alternative storage for bitcoind block data"
edition = "2021"
homepage = "https://github.com/johncantrell97/bitcoind-cache"
license = "MIT"
name = "bitcoind-cache"
readme = "README.md"
repository = "https://github.com/johncantrell97/bitcoind-cache"
version = "0.1.1"