# 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 = "ateshi" version = "0.1.0" authors = ["CK Aznable"] build = false exclude = [".github/"] autobins = false autoexamples = false autotests = false autobenches = false description = " ateshi is a Command Line Interface (CLI) tool designed to mimic the functionality of UFO Test. " homepage = "https://github.com/ckaznable/ateshi" readme = "README.md" keywords = [ "tui", "ufo-test", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ckaznable/ateshi" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [[bin]] name = "ateshi" path = "src/main.rs" [dependencies.anyhow] version = "1.0.87" [dependencies.crossterm] version = "0.28.1" features = [ "serde", "event-stream", ] [dependencies.futures] version = "0.3.30" [dependencies.ratatui] version = "0.28.1" [dependencies.tokio] version = "1.40.0" features = ["full"]