| # 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 = "ansitok" |
| version = "0.2.0" |
| authors = ["Maxim Zhiburt <[email protected]>"] |
| description = "A library for parsing ANSI Escape Codes" |
| homepage = "https://gitlab.com/zhiburt/ansitok" |
| readme = "README.md" |
| keywords = [ |
| "ansi", |
| "escape", |
| "terminal", |
| ] |
| categories = [ |
| "parser-implementations", |
| "no-std", |
| ] |
| license = "MIT" |
| repository = "https://gitlab.com/zhiburt/ansitok" |
| resolver = "2" |
| |
| [dependencies.nom] |
| version = "7.1.1" |
| |
| [dependencies.vte] |
| version = "0.10.1" |
| |
| [features] |
| default = ["std"] |
| std = ["nom/std"] |