# 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 = "ferris-actor" version = "0.2.5" authors = ["Zoom.Quiet "] description = "a CLI tool for show and snap ASCII-art animation for Ferris" homepage = "https://rs.101.so/dev/cli_ferris_art.html" readme = "README.md" keywords = [ "cli", "Ferris", "ASCII-art", "Animation", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/zhrust/ferris-actor" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.clia-tracing-config] version = "0.2" [dependencies.handlebars] version = "4.3.6" [dependencies.indoc] version = "2.0.0" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.serde_json] version = "1.0.93" [dependencies.termion] version = "2.0.1" [dependencies.toml] version = "0.7.2" [dependencies.tracing] version = "0.1" [build-dependencies.cargo_metadata] version = "0.15.3" [build-dependencies.chrono] version = "0.4.23"