# 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 = "novem-tui" version = "0.1.0" authors = ["Martin Myrseth "] description = "TUI for the novem.no visualization API" homepage = "https://novem.no" readme = "README.md" keywords = [ "novem", "tui", "visualize", ] categories = [ "command-line-utilities", "visualization", ] license = "MIT" [dependencies.ansi-to-tui] version = "4.1.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.crossterm] version = "^0.27" [dependencies.dirs] version = "5.0.1" [dependencies.insta] version = "1.40.0" [dependencies.open] version = "5.3.0" [dependencies.ratatui] version = "0.26" features = ["crossterm"] [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.rust-ini] version = "0.21.1" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.tempfile] version = "3.12.0" [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.tui-tree-widget] version = "0.20"