cranpose-services 0.0.41

Multiplatform system services for Cranpose (HTTP, URI, and OS integrations)
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 = "2021"
name = "cranpose-services"
version = "0.0.41"
authors = ["Dmitry Samoylenko"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multiplatform system services for Cranpose (HTTP, URI, and OS integrations)"
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"

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

[[test]]
name = "http_client_integration"
path = "tests/http_client_integration.rs"

[[test]]
name = "uri_handler_integration"
path = "tests/uri_handler_integration.rs"

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

[dependencies.cranpose-macros]
version = "0.0.41"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.pollster]
version = "0.4.0"

[target.'cfg(all(not(target_arch = "wasm32"), not(target_os = "android")))'.dependencies.open]
version = "5.3.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest]
version = "0.12.24"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.85"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.58"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Request",
    "RequestInit",
    "RequestMode",
    "Response",
    "Window",
]

[target.'cfg(target_os = "android")'.dependencies.webbrowser]
version = "1.0.6"