# 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 = "ansi-escapes" version = "0.2.0" authors = ["Linus Unnebäck "] description = "Ansi escape codes for manipulating the terminal" homepage = "https://github.com/LinusU/rust-ansi-escapes" documentation = "https://docs.rs/ansi-escapes" readme = "readme.md" keywords = [ "ansi", "codes", "terminal", "tty", "vt100", ] categories = [ "command-line-interface", "no-std", ] license = "MIT" repository = "https://github.com/LinusU/rust-ansi-escapes" [package.metadata.release] allow-branch = ["main"] pre-release-commit-message = "🚢 {{version}}" tag-message = "🚢 {{version}}"