# 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 = "vt100" version = "0.15.2" authors = ["Jesse Luehrs "] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] description = "Library for parsing terminal data" homepage = "https://github.com/doy/vt100-rust" readme = "README.md" keywords = [ "terminal", "vt100", ] categories = [ "command-line-interface", "encoding", ] license = "MIT" repository = "https://github.com/doy/vt100-rust" [dependencies.itoa] version = "1.0.5" [dependencies.log] version = "0.4.17" [dependencies.unicode-width] version = "0.1.10" [dependencies.vte] version = "0.11.0" [dev-dependencies.nix] version = "0.26.2" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.rand] version = "0.7" [dev-dependencies.serde] version = "1.0.152" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.92" [dev-dependencies.terminal_size] version = "0.2.3" [dev-dependencies.vte] version = "0.11.0"