iced_navigation 3.0.0

Navigation library for the iced GUI framework
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 = "iced_navigation"
version = "3.0.0"
authors = ["Daniel M. Bomfim"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Navigation library for the iced GUI framework"
homepage = "https://github.com/danielmbomfim/iced_navigation"
readme = "README.md"
keywords = [
    "gui",
    "iced",
    "navigation",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/danielmbomfim/iced_navigation"

[features]
default = ["stack"]
drawer = []
stack = []
tabs = []

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

[[example]]
name = "bottom_tabs"
path = "examples/bottom_tabs.rs"
required-features = ["tabs"]

[[example]]
name = "drawer"
path = "examples/drawer.rs"
required-features = ["drawer"]

[[example]]
name = "nested_navigators"
path = "examples/nested_navigators.rs"
required-features = [
    "stack",
    "tabs",
]

[[example]]
name = "stack_login"
path = "examples/stack_login.rs"
required-features = ["stack"]

[dependencies.iced_core]
version = "^0.14"

[dependencies.iced_runtime]
version = "^0.14"

[dependencies.iced_widget]
version = "^0.14"

[dependencies.indexmap]
version = "^2.11"

[dev-dependencies.iced]
version = "^0.14"

[dev-dependencies.iced_font_awesome]
version = "^0.4"