# 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 = "lan-chat" version = "0.12.6" authors = ["Saphereye "] exclude = [ ".github/workflows/rust.yml", ".gitignore", "LICENSE", "README.md", ] description = "A terminal based chatting application with a terminal user interface" readme = "README.md" keywords = [ "terminal", "chat", "tcp", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Saphereye/lan-chat" [dependencies.bincode] version = "1.3" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.emojis] version = "0.6.1" [dependencies.env_logger] version = "0.11.1" [dependencies.if-addrs] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.26.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tui-textarea] version = "0.4.0"