beamterm-core 0.16.0

Platform-agnostic OpenGL terminal renderer using glow
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 = "beamterm-core"
version = "0.16.0"
authors = ["Adrian Papari <junkdog@angelhill.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform-agnostic OpenGL terminal renderer using glow"
homepage = "https://github.com/junkdog/beamterm"
documentation = "https://docs.rs/beamterm"
readme = "README.md"
keywords = [
    "terminal",
    "webgl",
    "wasm",
    "rendering",
    "gpu",
]
license = "MIT"
repository = "https://github.com/junkdog/beamterm"
resolver = "2"

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

[dependencies.beamterm-data]
version = "0.16.0"

[dependencies.bitflags]
version = "2.11"

[dependencies.compact_str]
version = "0.9.0"

[dependencies.emojis]
version = "0.8.0"

[dependencies.glow]
version = "0.16"

[dependencies.lru]
version = "0.16"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.unicode-width]
version = "0.2"
features = ["core"]

[lints.clippy]
cloned_instead_of_copied = "warn"
flat_map_option = "warn"
implicit_clone = "warn"
inefficient_to_string = "warn"
large_enum_variant = "warn"
manual_string_new = "warn"
needless_collect = "warn"
needless_return = "warn"
redundant_closure_for_method_calls = "warn"
type_complexity = "warn"
uninlined_format_args = "warn"

[lints.rust]
dead_code = "warn"
unused_imports = "deny"
unused_variables = "deny"