beamterm-data 0.13.0

Core data structures and binary serialization for the beamterm WebGL terminal renderer
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-data"
version = "0.13.0"
authors = ["Adrian Papari <junkdog@angelhill.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core data structures and binary serialization for the beamterm WebGL terminal renderer"
homepage = "https://github.com/junkdog/beamterm"
documentation = "https://docs.rs/beamterm"
readme = "README.md"
keywords = [
    "terminal",
    "webgl",
    "wasm",
    "rendering",
    "gpu",
]
categories = [
    "graphics",
    "wasm",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/junkdog/beamterm"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
default-target = "wasm32-unknown-unknown"

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

[dependencies.compact_str]
version = "0.9.0"

[dependencies.miniz_oxide]
version = "0.9.0"

[lints.clippy]
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"

[lints.rust]
dead_code = "allow"
unused_assignments = "allow"
unused_imports = "deny"
unused_mut = "allow"
unused_variables = "deny"