osui 0.2.0

A TUI library for advanced uis
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 = "osui"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI library for advanced uis"
homepage = "https://osui.netlify.app"
documentation = "https://osui.netlify.app/docs/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/osui-rs/osui"

[features]
rsx = []

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

[[example]]
name = "benchmark"
path = "examples/benchmark.rs"

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[[example]]
name = "simple_benchmark"
path = "examples/simple_benchmark.rs"

[[example]]
name = "simple_example"
path = "examples/simple_example.rs"

[dependencies.access-cell]
version = "0.1.3"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.figlet-rs]
version = "0.1.5"

[dependencies.osui-macros]
version = "0.1.0"

[build-dependencies.cc]
version = "1.0"

[profile.dev]
opt-level = 1
lto = false
debug = 2
debug-assertions = true
panic = "unwind"
overflow-checks = true

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
debug = 0
debug-assertions = false
panic = "abort"
overflow-checks = false