# 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 = "retcon-ns" version = "0.1.0-alpha.1" authors = ["AnActualEmerald"] description = "RCON TUI for Northstar dedicated servers" readme = "README.md" license = "MIT" repository = "https://github.com/AnActualEmerald/retcon" resolver = "2" [[bin]] name = "retcon" path = "src/main.rs" [dependencies.anyhow] version = "1.0.58" [dependencies.bytes] version = "1.1.0" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.cursive] version = "0.19.0" features = [ "maplit", "term_size", "crossterm", "crossterm-backend", "toml", ] default-features = false [dependencies.directories] version = "4.0.1" [dependencies.northstar-rcon-client] version = "0.2.1" [dependencies.ron] version = "0.7.1" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.tokio] version = "1.20.0" features = ["full"]