# 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" rust-version = "1.56" name = "cute_print" version = "0.7.0" authors = ["Antonio Olvera "] exclude = ["./src/main.rs"] description = "An easy and beautiful way to print" documentation = "https://docs.rs/cute_print" readme = "README.md" keywords = [ "CutePrint", "colored", "terminal", "console", "output", ] categories = [ "console", "output", "terminal", "style", "cli", ] license = "MIT OR Apache-2.0" repository = "https://github.com/antonio-olvera-dev/cute_print" [dependencies] [target."cfg(not(target_os = \"windows\"))".dependencies.libc] version = "0.2.139" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = [ "wincon", "processenv", "winbase", ]