# 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 = "krui" version = "0.0.2" authors = ["Jonathan Foucher "] exclude = ["img/*"] description = "Klipper Remote User Interface. A TUI for the Moonraker API on Klipper enabled 3D printers." readme = "README.md" keywords = [ "3Dprinting", "klipper", "moonraker", "tui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jfoucher/krui" [dependencies.chrono] version = "0.4" [dependencies.crossterm] version = "0.27.0" [dependencies.curl] version = "0.4" features = ["http2"] [dependencies.flume] version = "0.11" features = [ "spin", "select", ] default-features = false [dependencies.itertools] version = "0.11" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.2" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tui] version = "0.23.0" package = "ratatui" [dependencies.viuer] version = "0.6" [dependencies.websocket] version = "0.26.5"