winconsole 0.4.0

A wrapper for console-related functions in the Windows API.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "winconsole"
version = "0.4.0"
authors = ["Omar M. <omarkmu@gmail.com>"]
description = "A wrapper for console-related functions in the Windows API."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/omarkmu/winconsole"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-pc-windows-msvc"
[dependencies.cgmath]
version = "0.16"

[dependencies.lazy_static]
version = "1.0"

[dependencies.rgb]
version = "0.8"

[dependencies.winapi]
version = "0.3"
features = ["consoleapi", "minwindef", "processenv", "utilapiset", "winbase", "wincon", "winnls", "winnt", "winuser"]

[features]
default = []
input = []