# 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 = "ansistream" version = "0.2.0" description = "Write blazingly fast, free allocation ansi escape codes to a buffer, and flushes them all to any output." homepage = "https://github.com/jgardona/ansistream" readme = "README.md" keywords = [ "ansi-escape-code", "terminal", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/jgardona/ansistream" [profile.release] opt-level = "z" lto = "thin" panic = "abort" strip = true [[example]] name = "16color" path = "examples/16color.rs" [[example]] name = "256color" path = "examples/256color.rs" [[example]] name = "truecolor" path = "examples/truecolor.rs" [[example]] name = "styles" path = "examples/styles.rs" [[example]] name = "poetry" path = "examples/poetry.rs" [dependencies]