# 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 = "webclient" version = "0.1.1" authors = ["asbezier "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "webclient" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/OpenBezier/webclient" [lib] name = "webclient" path = "src/lib.rs" [[bin]] name = "ws_client" path = "src/bin/ws_client.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.72" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.crossbeam] version = "0.8.2" [dependencies.ctrlc] version = "3.4.0" [dependencies.dashmap] version = "6.0.1" [dependencies.futures] version = "0.3.28" [dependencies.futures-channel] version = "0.3" [dependencies.futures-util] version = "0.3" features = [ "sink", "std", ] default-features = false [dependencies.http] version = "1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0.44" [dependencies.time] version = "0.3.23" features = ["macros"] [dependencies.tokio] version = "1.29.1" features = [ "io-std", "macros", "net", "rt-multi-thread", "time", ] default-features = false [dependencies.tokio-tungstenite] version = "0.23.1" features = ["rustls-tls-native-roots"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "time", "local-time", ] [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.webproto] version = "0.1.0"