# 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 = "ttyrec-bin" version = "0.1.4" authors = ["Jesse Luehrs "] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] description = "record and play back ttyrec files" readme = "README.md" keywords = ["ttyrec"] categories = ["command-line-utilities"] license = "MIT" repository = "https://git.tozt.net/ttyrec-bin" [dependencies.anyhow] version = "1.0.69" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.1.8" features = [ "wrap_help", "derive", ] [dependencies.futures-util] version = "0.3.26" [dependencies.libc] version = "0.2.139" [dependencies.pty-process] version = "0.3.0" features = ["async"] [dependencies.terminal_size] version = "0.2.5" [dependencies.textmode] version = "0.4.0" features = ["async"] [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.12" features = ["io-util"] [dependencies.tokio-util] version = "0.7.7" features = ["io"] [dependencies.ttyrec] version = "0.4.0" features = ["async"] [dependencies.vt100] version = "0.15.2"