fire-cli-rs 0.1.3

Terminal fire animation written in Rust.
Documentation
# 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 = "fire-cli-rs"
version = "0.1.3"
authors = ["horizonwiki"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal fire animation written in Rust."
homepage = "https://github.com/horizonwiki/fire"
readme = "README.md"
keywords = [
    "terminal",
    "animation",
    "rust",
    "ascii",
    "fire",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "Apache-2.0"
repository = "https://github.com/horizonwiki/fire"

[lib]
name = "fire_cli_rs"
path = "src/lib.rs"

[[bin]]
name = "fire-cli"
path = "src/main.rs"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = [
    "wincon",
    "consoleapi",
    "handleapi",
]