# 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 = "anticipate-runner" version = "0.5.1" description = "Script runner with asciinema support" license = "MIT OR Apache-2.0" [dependencies.anticipate] version = "0.10" [dependencies.comma] version = "1" [dependencies.logos] version = "0.14" [dependencies.ouroboros] version = "0.18" [dependencies.probability] version = "0.20" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.unicode-segmentation] version = "1" [dev-dependencies.anyhow] version = "1"