datapipe 0.1.0

Stream data from here to there
Documentation
[[bin]]
name = "datapipe"
path = "src/bin/datapipe.rs"

[dependencies.bytes]
features = ["serde"]
version = "1.8.0"

[dependencies.clap]
features = ["derive"]
version = "4.5.21"

[dependencies.log]
features = ["serde"]
version = "0.4.22"

[dependencies.log4rs]
version = "1.3.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
features = ["json", "rustls-tls"]
version = "0.12.9"

[dependencies.rustls-pemfile]
version = "2.2.0"

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.thiserror]
version = "2.0.3"

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

[dependencies.tokio-rustls]
default-features = false
features = ["ring"]
version = "0.26.0"

[dependencies.url]
features = ["serde"]
version = "2.5.3"

[dependencies.webpki-roots]
version = "0.26.6"

[lib]
crate-type = ["lib"]
name = "datapipe"
path = "src/lib.rs"

[package]
authors = ["Richard Scott McNew <richard.scott.mcnew@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Stream data from here to there"
edition = "2024"
license = "AGPL-3.0-only"
name = "datapipe"
readme = "README.md"
version = "0.1.0"