cotis-defaults 0.1.0-alpha.2

Modular Rust UI framework core
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-defaults"
version = "0.1.0-alpha.2"
authors = ["Ignacio Castán"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modular Rust UI framework core"
homepage = "https://github.com/igna-778/cotis.git"
documentation = "https://docs.rs/cotis-defaults"
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "layout",
    "rendering",
]
categories = [
    "gui",
    "rendering",
]
license = "MIT"
repository = "https://github.com/igna-778/cotis.git"

[features]
child_wrapping = []
complex_color = []
complex_colored_text = ["complex_color"]
serialization = [
    "serde",
    "cotis/serialization",
    "cotis-utils/serialization",
]

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

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

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

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true