# 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.62.1" name = "vte-graphics" version = "0.13.0" authors = [ "Joe Wilm ", "Christian Duerr ", ] exclude = ["/.travis.yml"] description = "vte fork for the Alacritty's graphics patch" documentation = "https://docs.rs/vte-graphics/" readme = "README.md" keywords = [ "ansi", "vte", "parser", "terminal", ] categories = [ "parsing", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/ayosec/vte-graphics" [dependencies.arrayvec] version = "0.7.2" optional = true default-features = false [dependencies.bitflags] version = "2.3.3" optional = true default-features = false [dependencies.cursor-icon] version = "1.0.0" optional = true default-features = false [dependencies.log] version = "0.4.17" optional = true [dependencies.serde] version = "1.0.160" features = ["derive"] optional = true [dependencies.utf8parse] version = "0.2.0" [dependencies.vte_generate_state_changes] version = "0.1.0" [features] ansi = [ "log", "cursor-icon", "bitflags", ] default = ["no_std"] nightly = ["utf8parse/nightly"] no_std = ["arrayvec"] serde = ["dep:serde"]