cruses 0.1.0

A Rust terminal rendering 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 = "cruses"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust terminal rendering library"
readme = false
license = "MIT"
repository = "https://github.com/aymanbagabas/cruses"

[features]
default = []
icu = [
    "dep:icu_segmenter",
    "dep:icu_properties",
]

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

[dependencies.bitflags]
version = "2"

[dependencies.compact_str]
version = "0.8"

[dependencies.icu_properties]
version = "2"
features = ["compiled_data"]
optional = true
default-features = false

[dependencies.icu_segmenter]
version = "2"
features = ["compiled_data"]
optional = true
default-features = false

[dependencies.unicode-segmentation]
version = "1"

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

[dev-dependencies]

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Storage_FileSystem",
    "Win32_System_Console",
    "Win32_System_Threading",
]