# 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 = "ansi_parser_extended" version = "0.1.9" description = "Parse ansi text with support for styling and colors" readme = "README.md" license = "MIT" repository = "https://github.com/rluvaton/ansi-parser" [dependencies.ansi-parser] version = "0.9.1" [dependencies.atoi] version = "2.0.0" [dependencies.bitflags] version = "2.5.0" [dependencies.const_typed_builder] version = "0.3.0" [dependencies.demonstrate] version = "0.4.5" [dependencies.genawaiter] version = "0.99.1" [dependencies.get_chunk] version = "1.2.1" [dependencies.heapless] version = "0.8.0" [dependencies.itertools] version = "0.13.0" [dependencies.memchr] version = "2" default-features = false [dependencies.nom] version = "7.1.3" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.test-case] version = "3.3.1"