telar-platform-android 0.1.4

Android platform backend for Telar, built on android-activity.
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"
rust-version = "1.95"
name = "telar-platform-android"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Android platform backend for Telar, built on android-activity."
readme = "README.md"
keywords = [
    "telar",
    "android",
    "platform",
    "mobile",
    "gui",
]
categories = [
    "gui",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AdrielGBM/telar"

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

[dependencies.platform-core]
version = "0.1.4"
package = "telar-platform-core"

[dependencies.raw-window-handle]
version = "0.6"

[dependencies.services-core]
version = "0.1.4"
package = "telar-services-core"

[target.'cfg(target_os = "android")'.dependencies.android-activity]
version = "0.6"
features = ["native-activity"]

[target.'cfg(target_os = "android")'.dependencies.libc]
version = "0.2.186"

[target.'cfg(target_os = "android")'.dependencies.paranoid-android]
version = "0.2.2"

[target.'cfg(target_os = "android")'.dependencies.platform-winit]
version = "0.1.4"
package = "telar-platform-winit"

[target.'cfg(target_os = "android")'.dependencies.tracing]
version = "0.1.44"
features = ["log"]

[target.'cfg(target_os = "android")'.dependencies.tracing-subscriber]
version = "0.3.23"

[target.'cfg(target_os = "android")'.dependencies.winit]
version = "0.30"
features = [
    "android-native-activity",
    "rwh_06",
]
default-features = false