ratatui-unity 0.1.1

A Rust native plugin that brings Ratatui's TUI ecosystem to Unity 3D game engine — for all platforms.
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 = "ratatui-unity"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust native plugin that brings Ratatui's TUI ecosystem to Unity 3D game engine — for all platforms."
readme = "README.md"
keywords = [
    "ratatui",
    "tui",
    "unity",
    "terminal",
    "gamedev",
]
categories = [
    "game-development",
    "external-ffi-bindings",
    "rendering",
]
license = "MIT"
repository = "https://github.com/farukcan/ratatui-unity"

[lib]
name = "ratatui_unity"
crate-type = [
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[dependencies.fontdue]
version = "0.9"

[dependencies.ratatui]
version = "0.30"
features = ["widget-calendar"]
default-features = false

[dependencies.rustc-hash]
version = "2"

[dependencies.time]
version = "0.3"
default-features = false

[lints.clippy]
get_unwrap = "warn"
mem_replace_with_default = "warn"
not_unsafe_ptr_arg_deref = "allow"
panic = "warn"
too_many_arguments = "allow"
undocumented_unsafe_blocks = "warn"
unwrap_used = "warn"

[profile.release]
opt-level = "z"
lto = true
panic = "abort"