1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "crossterm_winapi"
16version = "0.8.0"
17authors = ["T. Post"]
18exclude = ["target", "Cargo.lock"]
19description = "WinAPI wrapper that provides some basic simple abstractions around common WinAPI calls"
20documentation = "https://docs.rs/crossterm_winapi/"
21readme = "README.md"
22keywords = ["winapi", "abstractions", "crossterm", "windows", "screen_buffer"]
23license = "MIT"
24repository = "https://github.com/crossterm-rs/crossterm-winapi"
25[package.metadata.docs.rs]
26default-target = "x86_64-pc-windows-msvc"
27[target."cfg(windows)".dependencies.winapi]
28version = "0.3.8"
29features = ["winbase", "consoleapi", "processenv", "handleapi", "synchapi", "impl-default"]
30