zoa 0.1.0

3D ASCII renderer for terminals with shapes, particles, and effects
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"
rust-version = "1.70"
name = "zoa"
version = "0.1.0"
build = false
exclude = [
    "samples/*",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "3D ASCII renderer for terminals with shapes, particles, and effects"
readme = "README.md"
keywords = [
    "terminal",
    "ascii",
    "3d",
    "ratatui",
    "tui",
]
categories = [
    "command-line-interface",
    "graphics",
    "rendering",
]
license = "Apache-2.0"
repository = "https://github.com/icryo/zoa"

[features]
default = ["gif"]
gif = []

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

[[bin]]
name = "zoa"
path = "src/main.rs"

[[example]]
name = "gif_demo"
path = "examples/gif_demo.rs"

[[example]]
name = "particles_demo"
path = "examples/particles_demo.rs"

[[example]]
name = "quad_demo"
path = "examples/quad_demo.rs"

[[example]]
name = "sdf_demo"
path = "examples/sdf_demo.rs"

[[example]]
name = "showcase"
path = "examples/showcase.rs"

[[example]]
name = "storm_demo"
path = "examples/storm_demo.rs"

[[example]]
name = "stress_test"
path = "examples/stress_test.rs"

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.28"

[dependencies.image]
version = "0.25"
features = ["gif"]
default-features = false

[dependencies.ratatui]
version = "0.29"

[dependencies.tachyonfx]
version = "0.9"

[dependencies.tobj]
version = "4.0"