# 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 = "terminal-ssr" version = "0.1.5" description = "Server side rendered terminal dashboards" readme = "README.md" license = "MIT" [dependencies.ansi-escapes] version = "0.1.1" [dependencies.axum] version = "0.7.4" [dependencies.futures] version = "0.3.30" [dependencies.sysinfo] version = "0.30.6" [dependencies.tokio] version = "1.18.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.8" [dependencies.tower-http] version = "0.5.2" features = [ "trace", "timeout", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.yansi] version = "1.0.0-gamma"