35 lines
902 B
TOML
35 lines
902 B
TOML
[package]
|
|
name = "daqbufp2"
|
|
version = "0.0.2"
|
|
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/daqbufp2.rs"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.22.0", features = ["rt-multi-thread", "io-util", "net", "time", "sync", "fs"] }
|
|
hyper = { version = "1.0.1", features = ["client", "http1", "http2"] }
|
|
http = "1"
|
|
tracing = "0.1.25"
|
|
tracing-subscriber = "0.3.16"
|
|
futures-util = "0.3.25"
|
|
bytes = "1.0.1"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
chrono = "0.4"
|
|
url = "2.2.2"
|
|
lazy_static = "1.4.0"
|
|
err = { path = "../err" }
|
|
taskrun = { path = "../taskrun" }
|
|
netpod = { path = "../netpod" }
|
|
query = { path = "../query" }
|
|
httpret = { path = "../httpret" }
|
|
httpclient = { path = "../httpclient" }
|
|
disk = { path = "../disk" }
|
|
items_0 = { path = "../items_0" }
|
|
items_2 = { path = "../items_2" }
|
|
streams = { path = "../streams" }
|
|
parse = { path = "../parse" }
|