# 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 = "parterm" version = "0.1.2" authors = ["Razvan Rotari "] description = "Remote control for your terminal" homepage = "https://github.com/RazvanRotari/Parterm" readme = "README.md" keywords = [ "terminal", "remote-control", "pty", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/RazvanRotari/Parterm" [[bin]] name = "parterm" doc = true [dependencies.anyhow] version = "1.0.44" [dependencies.clap] version = "4.0.19" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.errno] version = "0.2.8" [dependencies.flexi_logger] version = "0.24.1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.14" [dependencies.nix] version = "0.23.0" [dependencies.signal-hook] version = "0.3.13" [dependencies.termion] version = "1"