# 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 = "sty" version = "0.3.1" authors = ["leecade"] description = "Color terminal outputs in a minimal, macro-based, and dead simple way." documentation = "https://docs.rs/sty" readme = "README.md" keywords = [ "cli", "color", "macro-based", "terminal", "ansi_term", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/leecade/sty" [[bench]] name = "sty_macro" harness = false [dependencies.once_cell] version = "1.19" [dependencies.rustversion] version = "1" [dev-dependencies.criterion] version = "0.5"