# 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.70" name = "term-transcript" version = "0.4.0-beta.1" authors = ["Alex Ostrovski "] description = "Snapshotting and snapshot testing for CLI / REPL applications" readme = "README.md" keywords = [ "snapshot", "terminal", "SVG", ] categories = [ "development-tools::testing", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/slowli/term-transcript" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[test]] name = "integration" path = "tests/integration.rs" required-features = ["tracing"] [dependencies.bytecount] version = "0.6.7" [dependencies.handlebars] version = "5.1.0" optional = true [dependencies.is-terminal] version = "0.4.12" optional = true [dependencies.os_pipe] version = "1.1.5" [dependencies.portable-pty] version = "0.8.0" optional = true [dependencies.pretty_assertions] version = "1.0.0" optional = true [dependencies.quick-xml] version = "0.31.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.termcolor] version = "1.4.1" [dependencies.tracing] version = "0.1.40" optional = true [dependencies.unicode-width] version = "0.1.11" [dev-dependencies.anyhow] version = "1.0.80" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.test-casing] version = "0.1.3" [dev-dependencies.toml] version = "0.8.10" [dev-dependencies.tracing-capture] version = "0.1.0" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.version-sync] version = "0.9.2" [features] default = [ "pretty_assertions", "svg", "test", ] svg = [ "handlebars", "serde", "serde_json", ] test = [ "quick-xml", "is-terminal", ]