# 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 = "octoproxy-tui" version = "0.1.0" authors = ["Ichika "] description = "TUI library for octoproxy" license = "MIT" repository = "https://github.com/schwartx/octoproxy" resolver = "1" [dependencies.anyhow] version = "1.0.71" [dependencies.backtrace] version = "0.3.67" [dependencies.clap] version = "4.2.7" features = [ "derive", "help", "std", ] default-features = false [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.crossterm] version = "0.26.1" features = ["serde"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.octoproxy-lib] version = "0.1.0" [dependencies.ratatui] version = "0.20" features = [ "crossterm", "serde", ] default-features = false [dependencies.reqwest] version = "0.11.16" features = ["blocking"] default-features = false [dependencies.scopeguard] version = "1.1.0" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tungstenite] version = "0.19.0" [dependencies.url] version = "2.3.1"