# 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 = "snailshell" version = "0.3.1" exclude = ["demos/*"] description = "Library for making terminal text display with pleasant RPG-style animations." homepage = "https://github.com/ElfWitch/snailshell" readme = "README.md" keywords = [ "terminal", "animation", "cli", "rpg", "text", ] categories = [ "command-line-utilities", "command-line-interface", ] license = "MIT" repository = "https://github.com/ElfWitch/snailshell" resolver = "2" [[bin]] name = "snailshell" path = "src/bin/snailshell.rs" [dependencies.clap] version = "3.2.15" features = ["derive"] [dependencies.once_cell] version = "1.13.0" [dependencies.unicode-segmentation] version = "1.9.0" [dev-dependencies.crossterm] version = "0.24.0"