# 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 = "win32console" version = "0.1.5" authors = ["Freddy L."] exclude = [".gitignore", "/examples", "Win32Functions.md"] description = "Provides a wrapper to interact with the windows console from rust" homepage = "https://crates.io/crates/win32console" documentation = "https://docs.rs/win32console/0.1.4/win32console/" readme = "README.md" keywords = ["console", "windows", "wincon", "winapi", "crossterm-winapi"] categories = ["command-line-interface", "command-line-utilities", "os", "os::windows-apis"] license = "MIT" repository = "https://github.com/Neo-Ciber94/win32console" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.winapi] version = "0.3.8" features = ["winnt", "handleapi", "processenv", "winbase", "fileapi", "wincon", "minwindef", "wingdi", "wincontypes", "consoleapi", "windef", "winuser", "utilapiset"]