# 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" rust-version = "1.74" name = "shpool-protocol" version = "0.2.1" authors = ["Ethan Pailes "] description = """ shpool-protocol defines the internal protocol shpool uses to talk between its client and daemon processes. You almost certainly don't need to use it directly. """ readme = "README.md" keywords = [ "tmux", "tty", "terminal", "shell", "persistence", ] license = "Apache-2.0" repository = "https://github.com/shell-pool/shpool" [dependencies.anyhow] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1"