[package] name = "ferris-actor" version = "0.2.5" #BUILD_VERSION = "230303.18.42" edition = "2021" authors = ["Zoom.Quiet "] #license = "BSD-2-Clause" license-file = "LICENSE" description = "a CLI tool for show and snap ASCII-art animation for Ferris" readme = "README.md" homepage = "https://rs.101.so/dev/cli_ferris_art.html" repository = "https://github.com/zhrust/ferris-actor" keywords = ["cli", "Ferris", "ASCII-art", "Animation"] categories = ["command-line-utilities"] #[package.metadata] #BUILD_VERSION = "230303.18.42" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" tracing = "0.1" clia-tracing-config = "0.2" toml = "0.7.2" termion = "2.0.1" indoc = "2.0.0" serde_json = "1.0.93" handlebars = "4.3.6" rand = "0.8.5" [dependencies.clap] version = "4.1.6" features = ["derive"] ## intra. lib. #[dependencies.utils] #path = "utils" #version = "0.1.0" [build-dependencies] cargo_metadata = "0.15.3" #path_abs = "0.5.1" chrono = "0.4.23" #chrono = { version = "0.4", features = ["serde"] } #assert_cmd = "2" #predicates = "2"