# 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 = "pseudoterminal" version = "0.1.1" description = "A cross-platform pseudoterminal implementation with async support" readme = "README.md" keywords = [ "pty", "conpty", "terminal", "process", ] categories = [ "asynchronous", "command-line-interface", ] license = "MIT" [dependencies.cfg-if] version = "1.0.0" [dependencies.tokio] version = "1.32.0" features = [ "process", "fs", ] optional = true default-features = false [build-dependencies.rustc_version] version = "0.4.0" [features] non-blocking = ["dep:tokio"] [target."cfg(not(windows))".dependencies.nix] version = "0.27.1" features = [ "term", "ioctl", "process", "fs", ] [target."cfg(windows)".dependencies.windows] version = "0.51.0" features = [ "Win32_System_Pipes", "Win32_Foundation", "Win32_Security", "Win32_System_Console", "Win32_System_Threading", ]