iced_7guis 0.2.0

An implementation of 7 GUIs using iced.
# 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.88"
name = "iced_7guis"
version = "0.2.0"
build = false
include = [
    "src/**/*",
    "LICENSE-*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An implementation of 7 GUIs using iced."
homepage = "https://eugenkiss.github.io/7guis/"
documentation = "https://docs.rs/iced_7guis"
readme = "README.md"
keywords = [
    "7guis",
    "iced",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dcampbell24/iced_7guis"

[[bin]]
name = "7guis_circle_drawer"
path = "src/bin/7guis_circle_drawer.rs"

[[bin]]
name = "7guis_counter"
path = "src/bin/7guis_counter.rs"

[[bin]]
name = "7guis_crud"
path = "src/bin/7guis_crud.rs"

[[bin]]
name = "7guis_flight_booker"
path = "src/bin/7guis_flight_booker.rs"

[[bin]]
name = "7guis_temperature_converter"
path = "src/bin/7guis_temperature_converter.rs"

[[bin]]
name = "7guis_timer"
path = "src/bin/7guis_timer.rs"

[dependencies.anyhow]
version = "1"

[dependencies.iced]
version = "0.14"
features = [
    "canvas",
    "tokio",
]

[dependencies.iced_aw]
version = "0.13"
features = [
    "card",
    "selection_list",
]
default-features = false

[dependencies.jiff]
version = "0.2"

[dependencies.sweeten]
version = "0.14"

[lints.clippy]
cargo = "deny"
complexity = "deny"
correctness = "deny"
pedantic = "deny"
perf = "deny"
style = "deny"
suspicious = "deny"