ratty 0.3.0

A GPU-rendered terminal emulator that supports inline 3D graphics
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 = "2024"
name = "ratty"
version = "0.3.0"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
build = false
exclude = [
    "website/**",
    ".github/**",
    "widget/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A GPU-rendered terminal emulator that supports inline 3D graphics"
homepage = "https://github.com/orhun/ratty"
readme = "README.md"
keywords = [
    "terminal",
    "emulator",
    "3d",
    "graphics",
]
categories = [
    "command-line-utilities",
    "graphics",
]
license = "MIT"
repository = "https://github.com/orhun/ratty"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3.6"

[dependencies.base64]
version = "0.22"

[dependencies.bevy]
version = "0.18.1"
features = [
    "std",
    "async_executor",
    "bevy_asset",
    "bevy_core_pipeline",
    "bevy_gltf",
    "bevy_log",
    "bevy_pbr",
    "bevy_sprite",
    "bevy_sprite_render",
    "bevy_winit",
    "gltf_animation",
    "keyboard",
    "mouse",
    "multi_threaded",
    "png",
    "reflect_auto_register",
    "tonemapping_luts",
    "wayland",
    "x11",
    "zstd_rust",
]
default-features = false

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.etcetera]
version = "0.11"

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

[dependencies.parley_ratatui]
version = "0.2.0"

[dependencies.pollster]
version = "0.4"

[dependencies.portable-pty]
version = "0.8"

[dependencies.ratatui]
version = "0.30"

[dependencies.rust-embed]
version = "8.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tobj]
version = "4.0"

[dependencies.toml]
version = "0.8"

[dependencies.vt100]
version = "0.16"

[profile.dev]
opt-level = 1
incremental = false

[profile.dev.package."*"]
opt-level = 3

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
strip = true