[package]
edition = "2024"
name = "cranpose-foundation"
version = "0.1.113"
authors = ["Dmitry Samoylenko"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modifiers, nodes, and foundation elements for Cranpose"
homepage = "https://samoylenkodmitry.github.io/cranpose/"
readme = "README.md"
keywords = [
"gui",
"ui",
"compose",
"declarative",
"framework",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/samoylenkodmitry/cranpose"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
default = []
[lib]
name = "cranpose_foundation"
path = "src/lib.rs"
[[test]]
name = "lazy_list_identity"
path = "tests/lazy_list_identity.rs"
[[test]]
name = "text_buffer_editing"
path = "tests/text_buffer_editing.rs"
[dependencies.cranpose-core]
version = "0.1.113"
[dependencies.cranpose-macros]
version = "0.1.113"
[dependencies.cranpose-ui-graphics]
version = "0.1.113"
[dependencies.cranpose-ui-layout]
version = "0.1.113"
[dependencies.log]
version = "0.4"
[dependencies.smallvec]
version = "1.15"
[dependencies.web-time]
version = "1.1"
[lints.clippy]
clone_on_copy = "deny"
dbg_macro = "deny"
redundant_locals = "deny"
todo = "deny"
[lints.rust]
linker_messages = "deny"
unsafe_code = "deny"