cotis-pipes 0.1.0-alpha.2

Layout-to-renderer pipe for Cotis
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 = "2024"
name = "cotis-pipes"
version = "0.1.0-alpha.2"
authors = ["Ignacio Castán"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Layout-to-renderer pipe for Cotis"
homepage = "https://github.com/igna-778/cotis-pipes.git"
documentation = "https://docs.rs/cotis-pipes"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "layout",
    "rendering",
]
categories = [
    "gui",
    "rendering",
]
license = "MIT"
repository = "https://github.com/igna-778/cotis-pipes.git"

[features]
complex-color = [
    "complex_color",
    "complex_colored_text",
]
complex_color = ["cotis-defaults/complex_color"]
complex_colored_text = ["cotis-defaults/complex_colored_text"]

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

[dependencies.cotis]
version = "0.1.0-alpha"

[dependencies.cotis-defaults]
version = "0.1.0-alpha"

[dependencies.cotis-layout]
version = "0.1.0-alpha"

[dev-dependencies.cotis-utils]
version = "0.1.0-alpha"