# 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 = "wirewhale" version = "0.0.14" authors = ["gawetto"] description = """ wirewhale is tui viewer for pcap format data. """ readme = "README.md" license = "MIT" repository = "https://github.com/gawetto/wirewhale" [dependencies.anyhow] version = "1.0.65" features = ["backtrace"] [dependencies.async-std] version = "1.12.0" features = [ "attributes", "unstable", ] [dependencies.byteorder] version = "1.4.3" [dependencies.chrono] version = "0.4.23" features = ["clock"] default-features = false [dependencies.clap] version = "4.0.11" features = ["derive"] [dependencies.crossterm] version = "0.25" features = ["event-stream"] [dependencies.futures] version = "0.3" [dependencies.futures-channel] version = "0.3" [dependencies.futures-util] version = "0.3" features = [ "sink", "std", ] default-features = false [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7.4" [dependencies.tui] version = "0.19"