[package] name = "concord-client" version = "0.0.5" edition = "2021" authors = ["Ivan Bodrov "] license = "Apache-2.0" description = "A client library for walmartlabs/concord written in async Rust" [dependencies] bytes = "1" futures = "0" futures-util = "0" http = "1" reqwest = { version = "0", features = ["json", "stream"] } serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["net", "rt", "time", "sync"] } tokio-tungstenite = "0" tracing = "0.1" url = "2" uuid = { version = "1", features = ["serde"] }