# 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 = "2021" name = "fansi" version = "0.1.0" authors = ["Boston Vanseghi "] description = "Simple drop-in ansi support for strings printed to the terminal." documentation = "https://docs.rs/fansi" readme = "README.md" keywords = [ "ansi", "color", "terminal", "cli", "windows-1252", ] categories = [ "command-line-utilities", "cli", "ansi", "terminal", ] license-file = "LICENSE" repository = "https://github.com/bvanseg/fansi" [dependencies] [target."cfg(target_os=\"windows\")".dependencies.winapi] version = "0.3.4" features = [ "consoleapi", "errhandlingapi", "fileapi", "handleapi", "processenv", ]