# 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 = "term-transcript-cli" version = "0.4.0-beta.1" authors = ["Alex Ostrovski "] description = "CLI wrapper for term-transcript" readme = "README.md" keywords = [ "snapshot", "terminal", "SVG", ] categories = [ "command-line-utilities", "development-tools::testing", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/slowli/term-transcript" [[bin]] name = "term-transcript" path = "src/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.1" features = [ "derive", "env", "wrap_help", ] [dependencies.handlebars] version = "5.1.0" [dependencies.humantime] version = "2.1.0" [dependencies.is-terminal] version = "0.4.12" [dependencies.serde_json] version = "1.0" [dependencies.term-transcript] version = "=0.4.0-beta.1" [dependencies.termcolor] version = "1.4.1" [dependencies.toml] version = "0.8.10" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] optional = true [dev-dependencies.tempfile] version = "3.10.1" [features] default = [] portable-pty = ["term-transcript/portable-pty"] tracing = [ "tracing-subscriber", "term-transcript/tracing", ]