conpty 0.7.0

A library which provides an interface for ConPTY
Documentation
# 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 = "conpty"
version = "0.7.0"
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
description = "A library which provides an interface for ConPTY"
homepage = "https://github.com/zhiburt/conpty"
documentation = "https://docs.rs/conpty"
readme = "README.md"
keywords = [
    "win32",
    "ConPTY",
    "terminal",
    "shell",
]
categories = [
    "os",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/zhiburt/conpty"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
rustc-args = [
    "--cfg",
    "docsrs",
]
targets = []

[dependencies.windows]
version = "0.54.0"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_Threading",
    "Win32_System_Console",
    "Win32_System_Pipes",
    "Win32_System_SystemServices",
    "Win32_System_WindowsProgramming",
    "Win32_System_IO",
    "Win32_Storage_FileSystem",
]

[dev-dependencies.strip-ansi-escapes]
version = "0.1.1"