# 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.66.1" name = "ansi-control-codes" version = "1.0.1" authors = ["Frank Zechert "] include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE.txt", "CHANGELOG.md", ] publish = true description = "This library contains all ANSI Escape Codes that are defined in the ISO 6429 Standard" readme = "README.md" keywords = [ "ansi", "escape-codes", "control-codes", "ISO-6429", "ECMA-48", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/fzechert/ansi-control-codes" [package.metadata.docs.rs] all-features = true [dependencies] [features] explain = [] parser = []