# 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.0" name = "avt" version = "0.14.0" authors = ["Marcin Kulik "] description = "asciinema virtual terminal" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/asciinema/avt" [[bench]] name = "parser" harness = false [[bench]] name = "vt" harness = false [dependencies.rgb] version = "0.8.33" [dependencies.unicode-width] version = "0.1.13" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.pretty_assertions] version = "1.0" [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.rand] version = "0.7"