# 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 = "shpool_vt100" version = "0.1.2" authors = [ "Jesse Luehrs ", "Ethan Pailes ", ] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] description = "Library for parsing terminal data" homepage = "https://github.com/ethanpailes/vt100-rust" readme = "README.md" keywords = [ "terminal", "vt100", ] categories = [ "command-line-interface", "encoding", ] license = "MIT" repository = "https://github.com/ethanpailes/vt100-rust" [dependencies.itoa] version = "1" [dependencies.log] version = "0.4" [dependencies.unicode-width] version = "0.1" [dependencies.vte] version = "0.12" [dev-dependencies.nix] version = "0.27" features = ["term"] [dev-dependencies.quickcheck] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.terminal_size] version = "0.2"