# 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 = "concord-client" version = "0.0.5" authors = ["Ivan Bodrov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A client library for walmartlabs/concord written in async Rust" readme = "README.md" license = "Apache-2.0" [lib] name = "concord_client" path = "src/lib.rs" [dependencies.bytes] version = "1" [dependencies.futures] version = "0" [dependencies.futures-util] version = "0" [dependencies.http] version = "1" [dependencies.reqwest] version = "0" features = [ "json", "stream", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "net", "rt", "time", "sync", ] [dependencies.tokio-tungstenite] version = "0" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2" [dependencies.uuid] version = "1" features = ["serde"]