# 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 = "cord-client" version = "0.3.2" authors = ["Cord Contributors"] include = ["src/**/*"] description = """ The client-side user interfaces for the Cord Platform that publish and subscribe messages to the Broker. """ homepage = "https://cord-proj.org" readme = "README.md" keywords = [ "cord", "stream", ] categories = [ "network-programming", "data-structures", ] license = "MPL-2.0" repository = "https://github.com/cord-proj/cord-client" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.cord-message] version = "0.3" [dependencies.env_logger] version = "0.9" [dependencies.error-chain] version = "0.12" [dependencies.futures] version = "0.3" [dependencies.futures-locks] version = "0.7" [dependencies.log] version = "0.4" [dependencies.termcolor] version = "1.1" [dependencies.tokio] version = "1.27" features = [ "io-std", "io-util", "macros", "net", "rt-multi-thread", "sync", ] [dependencies.tokio-util] version = "0.6" features = ["codec"]