# 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 = "erldash" version = "0.3.0" authors = ["Takeru Ohta "] description = "A simple, terminal-based Erlang dashboard" homepage = "https://github.com/sile/erldash" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sile/erldash" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossterm] version = "0.27" [dependencies.dirs] version = "5" [dependencies.erl_dist] version = "0.6" [dependencies.erl_rpc] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.ratatui] version = "0.26.0" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.simplelog] version = "0.12" [dependencies.smol] version = "2"