# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bitcoind-cache" version = "0.1.1" authors = ["John Cantrell "] description = "Alternative storage for bitcoind block data" homepage = "https://github.com/johncantrell97/bitcoind-cache" readme = "README.md" license = "MIT" repository = "https://github.com/johncantrell97/bitcoind-cache" [dependencies.bitcoin] version = "0.29" [dependencies.reqwest] version = "0.11" optional = true [dependencies.rust-s3] version = "0.32" optional = true [dependencies.tokio] version = "1" optional = true [features] default = [ "r2", "http", "fs", ] fs = ["tokio"] http = ["reqwest"] r2 = ["rust-s3"]