gtcaca 0.1.15

Safe, idiomatic Rust bindings for GTCaca, a libcaca-based terminal UI toolkit
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"
rust-version = "1.74"
name = "gtcaca"
version = "0.1.15"
authors = ["Seb Tricaud <sebastien.tricaud@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe, idiomatic Rust bindings for GTCaca, a libcaca-based terminal UI toolkit"
readme = "README.md"
keywords = [
    "tui",
    "libcaca",
    "terminal",
    "ui",
    "widgets",
]
categories = [
    "command-line-interface",
    "gui",
]
license = "Unlicense"
repository = "https://github.com/stricaud/gtcaca"

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

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

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

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

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

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

[dependencies.gtcaca-sys]
version = "0.1.15"