# 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.11.1" authors = ["Omar M. "] description = "A wrapper for console-related functions in the Windows API." documentation = "https://omarkmu.github.io/docs/winconsole" readme = "README.md" keywords = ["console", "input", "terminal", "windows"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/omarkmu/winconsole" [dependencies.cgmath] version = "0.17" optional = true [dependencies.lazy_static] version = "1.3" [dependencies.rgb] version = "0.8" [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true [dependencies.winapi] version = "0.3" features = ["consoleapi", "minwindef", "processenv", "utilapiset", "winbase", "wincon", "windef", "winnls", "winnt", "winuser"] [dev-dependencies.serde_cbor] version = "0.9" [dev-dependencies.serde_json] version = "1.0" [features] default = [] input = [] window = []