# 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 = "2018" name = "mprocs-pty" version = "0.7.0" authors = ["Wez Furlong"] description = "Fork of portable-pty for mprocs" license = "MIT" repository = "https://github.com/pvolok/mprocs" resolver = "2" [lib] name = "portable_pty" [dependencies.anyhow] version = "1.0" [dependencies.downcast-rs] version = "1.0" [dependencies.filedescriptor] version = "0.8" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.24" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.serial] version = "0.4" [dependencies.shell-words] version = "1.1" [dependencies.ssh2] version = "0.9" optional = true [dev-dependencies.futures] version = "0.3" [dev-dependencies.smol] version = "1.2" [features] default = [] serde_support = [ "serde", "serde_derive", ] ssh = ["ssh2"] [target."cfg(windows)".dependencies.bitflags] version = "1.3" [target."cfg(windows)".dependencies.lazy_static] version = "1.4" [target."cfg(windows)".dependencies.shared_library] version = "0.1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "winuser", "consoleapi", "handleapi", "fileapi", "namedpipeapi", "synchapi", ] [target."cfg(windows)".dependencies.winreg] version = "0.10"