# 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" rust-version = "1.49" name = "enable-ansi-support" version = "0.2.1" description = "Enable ANSI escape code support on Windows 10" readme = "README.md" keywords = [ "ansi", "windows", "console", "terminal", "color", ] categories = [ "command-line-interface", "os::windows-apis", ] license = "MIT" repository = "https://github.com/sunshowers-code/enable-ansi-support" [target."cfg(windows)".dependencies.windows-sys] version = "0.42.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_Security", "Win32_System_Console", ]