activity-manager 0.1.1

A UI-agnostic, Android-style activity and routing stack manager for Rust. / 一个无 UI 框架依赖的通用 Android 风格页面与路由堆栈管理框架。
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 = "activity-manager"
version = "0.1.1"
authors = ["Paul Zhang"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A UI-agnostic, Android-style activity and routing stack manager for Rust. / 一个无 UI 框架依赖的通用 Android 风格页面与路由堆栈管理框架。"
homepage = "https://github.com/paulzhang5511/activity-manager"
documentation = "https://docs.rs/activity-manager"
readme = "README.md"
keywords = [
    "gui",
    "router",
    "activity",
    "navigation",
    "ui-framework",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/paulzhang5511/activity-manager"

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

[[example]]
name = "iced_demo"
path = "examples/iced_demo.rs"

[dependencies.log]
version = "0.4"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.iced]
version = "0.14.0"

[dev-dependencies.log]
version = "0.4"