# 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 = "stylic" version = "0.2.3" authors = ["Samuel McGowan"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple, fast library for styling text with ANSI escape codes" readme = "README.md" keywords = [ "ansi", "color", "styling", "terminal", "terminal-colors", ] categories = [ "command-line-interface", "no-std", "no-std::no-alloc", ] license = "MPL-2.0" repository = "https://github.com/SamuelMcGowan/stylic" [lib] name = "stylic" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [[example]] name = "pallete" path = "examples/pallete.rs" [[example]] name = "style" path = "examples/style.rs" [dependencies] [features] default = ["std"] std = []