thuli 1.1.0

A quiet little REPL for exploring Farben markup.
# 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 = "thuli"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A quiet little REPL for exploring Farben markup."
homepage = "https://codeberg.org/razkar/thuli"
documentation = "https://docs.rs/thuli"
readme = "README.md"
keywords = [
    "farben",
    "repl",
    "ansi",
    "color",
    "terminal",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/razkar/thuli"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.farben]
version = "0.17.3"

[dependencies.farben-build]
version = "0.1.3"

[dependencies.rustyline]
version = "18"

[dependencies.rustyline-derive]
version = "0.12.0"