cranpose-app-shell 0.1.115

Application orchestration shell for Cranpose
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 = "cranpose-app-shell"
version = "0.1.115"
authors = ["Dmitry Samoylenko"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application orchestration shell 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]
clipboard-native = ["dep:arboard"]
default = []
test-support = []

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

[dependencies.cranpose-core]
version = "0.1.115"
features = ["internal"]

[dependencies.cranpose-foundation]
version = "0.1.115"

[dependencies.cranpose-render-common]
version = "0.1.115"
default-features = false

[dependencies.cranpose-runtime-std]
version = "0.1.115"

[dependencies.cranpose-ui]
version = "0.1.115"

[dependencies.cranpose-ui-graphics]
version = "0.1.115"

[dependencies.log]
version = "0.4"

[dependencies.web-time]
version = "1.1"

[dev-dependencies]

[target.'cfg(all(not(target_arch = "wasm32"), not(target_os = "android"), not(target_os = "ios")))'.dependencies.arboard]
version = "3.6"
optional = true
default-features = false

[lints.clippy]
clone_on_copy = "deny"
dbg_macro = "deny"
redundant_locals = "deny"
todo = "deny"

[lints.rust]
linker_messages = "deny"
unsafe_code = "deny"