# 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 = "termfactor" version = "0.6.9" authors = ["urrick hunt"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "is your terminal sick, mid or sus? test your terminal features & find out." readme = "README.md" keywords = [ "truecolor", "sgr", "bidi", "hyperlinks", "sixel", ] license = "MIT" repository = "https://github.com/urrickhunt/termfactor" [[bin]] name = "termfactor" path = "src/termfactor.rs" [dependencies.regex] version = "1.*" [target."cfg(unix)".dependencies.nix] version = "0.25.*" [target."cfg(windows)".dependencies.winapi] version = "0.3.*" features = [ "consoleapi", "wincon", "winbase", "processenv", "fileapi", "handleapi", "winuser", ]