termal_core 4.2.0

This library contains implementation for the termal library
# 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 = "termal_core"
version = "4.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This library contains implementation for the termal library"
homepage = "https://github.com/BonnyAD9/termal"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/BonnyAD9/termal"

[features]
all = [
    "term_image",
    "image",
    "raw",
    "term_text",
    "proc",
    "readers",
    "events",
]
default = ["all"]
events = ["raw"]
image = [
    "dep:image",
    "term_image",
]
proc = [
    "dep:litrs",
    "dep:proc-macro2",
]
raw = [
    "dep:bitflags",
    "dep:libc",
    "dep:winapi",
]
readers = [
    "raw",
    "term_text",
    "events",
]
term_image = []
term_text = ["dep:unicode-width"]

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bitflags]
version = "2.10.0"
optional = true

[dependencies.image]
version = "0.25.9"
optional = true

[dependencies.litrs]
version = "1.0.0"
features = ["proc-macro2"]
optional = true

[dependencies.minlin]
version = "0.3.1"

[dependencies.place_macro]
version = "1.1.0"

[dependencies.proc-macro2]
version = "1.0.106"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.unicode-width]
version = "0.2.2"
optional = true

[target."cfg(unix)".dependencies.libc]
version = "0.2.180"
optional = true

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = [
    "winnt",
    "handleapi",
    "fileapi",
    "consoleapi",
    "processenv",
    "winbase",
    "winuser",
    "winerror",
]
optional = true