# 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] name = "pty2" version = "0.1.0" authors = ["Divy Srivastava "] description = "Fork with new pseudo-terminal (PTY)" homepage = "https://github.com/littledivy/pty-rs" readme = "README.md" keywords = [ "pty", "tty", "pseudo", "terminal", "fork", ] license = "MIT" repository = "https://github.com/littledivy/pty-rs" [dependencies.clippy] version = "0.0" optional = true [dependencies.errno] version = "0.2" [dependencies.libc] version = ">= 0.2" [features] debug = [] default = [] lints = [ "clippy", "nightly", ] nightly = [] travis = [ "lints", "nightly", ] unstable = []