[package] name = "httpret" version = "0.4.1" authors = ["Dominik Werder "] edition = "2021" [lib] path = "src/httpret.rs" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" url = "2.5.0" http = "1.0.0" http-body-util = { version = "0.1.0" } hyper = { version = "1.1.0", features = ["http1", "http2", "client", "server"] } hyper-util = { version = "0.1.1", features = ["http1", "http2", "client", "server"] } bytes = "1.5.0" futures-util = "0.3.14" tracing = "0.1" tracing-futures = "0.2" async-channel = "1.9.0" itertools = "0.11.0" chrono = "0.4.23" md-5 = "0.10.6" regex = "1.10.2" rand = "0.8.5" ciborium = "0.2.1" flate2 = "1" brotli = "3.4.0" daqbuf-err = { path = "../../../daqbuf-err" } netpod = { path = "../../../daqbuf-netpod", package = "daqbuf-netpod" } query = { path = "../../../daqbuf-query", package = "daqbuf-query" } dbconn = { path = "../dbconn" } disk = { path = "../disk" } items_0 = { path = "../../../daqbuf-items-0", package = "daqbuf-items-0" } items_2 = { path = "../../../daqbuf-items-2", package = "daqbuf-items-2" } parse = { path = "../../../daqbuf-parse", package = "daqbuf-parse" } streams = { path = "../../../daqbuf-streams", package = "daqbuf-streams" } streamio = { path = "../streamio" } nodenet = { path = "../nodenet" } commonio = { path = "../commonio" } taskrun = { path = "../taskrun" } scyllaconn = { path = "../scyllaconn" } daqbuf-redis = { path = "../daqbuf-redis" } httpclient = { path = "../httpclient" } [features] prometheus_endpoint = []