# 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 = "rustubble" version = "0.1.4" authors = ["Lucas Oliveira "] description = "A brief description of what your crate does." readme = "README.md" keywords = [ "cli", "terminal", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/warpy-ai/rustubble" [dependencies.crossterm] version = "0.27" [dependencies.lazy_static] version = "1.4.0" [dependencies.maplit] version = "1.0.2" [dependencies.ratatui] version = "0.26.2" [dependencies.textwrap] version = "0.16.0" features = ["terminal_size"]