Files
ansi-parser/Cargo.toml
Lucas Schwiderski 7a31a7346b Update nom to v8
2025-04-22 22:06:44 +02:00

22 lines
410 B
TOML

[package]
authors = ["David Bittner <bittneradave@gmail.com>"]
description = "A library using nom for parsing ANSI Escape Codes"
homepage = "https://gitlab.com/DavidBittner/ansi-parser"
name = "ansi-parser"
license = "MPL-2.0"
version = "0.9.1"
edition = "2018"
[dependencies]
heapless = "0.8.0"
[dependencies.nom]
default-features = false
version = "8.0.0"
[features]
default = ["std"]
std = ["nom/std"]