# 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 = "v4v" version = "0.5.22" authors = [ "RSS Blue", "Dovydas Joksas", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Value-for-value helper utilities for Podcasting 2.0" readme = "README.md" keywords = [ "bitcoin", "podcast", "rss", "v4v", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rssblue/v4v" [lib] name = "v4v" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.hmac-sha256] version = "1.1.7" [dependencies.http02] version = "0.2.12" package = "http" [dependencies.http1] version = "1.1.0" package = "http" [dependencies.reqwest] version = "0.12.7" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.time] version = "0.3.36" [dependencies.url] version = "2.5.2" features = ["serde"] [dependencies.uuid] version = "1.10.0" features = ["serde"] [dev-dependencies.paste] version = "1.0.15" [dev-dependencies.pretty_assertions] version = "1.4.0"