# 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 = "lightshark" version = "0.2.0" description = "WebSocket proxy with support for MessagePack" readme = "README.md" categories = [ "command-line-utilities", "development-tools::debugging", "network-programming", ] license = "MIT" repository = "https://github.com/fwcd/lightshark" [dependencies.anyhow] version = "1.0" [dependencies.async-std] version = "1.10" features = ["attributes"] [dependencies.async-tungstenite] version = "0.17" features = [ "async-std-runtime", "async-native-tls", ] [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rmpv] version = "1.0" [dependencies.simple_logger] version = "4.3"