# 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" name = "r256" version = "0.1.1" authors = ["aiocat@protonmail.com"] include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] description = "Simple cross-platform color 256 library with text styles for Rust." homepage = "https://gitlab.com/modeminal/libraries/r256" keywords = ["256", "color", "cross-platform", "terminal", "term-painter"] license = "MIT" repository = "https://gitlab.com/modeminal/libraries/r256" [dependencies] [target."cfg(windows)".dependencies.winapi-util] version = "0.1.5"