dampen-cli 0.3.0

Developer CLI for Dampen UI 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"
rust-version = "1.88"
name = "dampen-cli"
version = "0.3.0"
authors = ["Mattdef <mattdef@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Developer CLI for Dampen UI framework"
documentation = "https://docs.rs/dampen-cli"
readme = "README.md"
keywords = [
    "ui",
    "iced",
    "declarative",
    "gui",
    "framework",
]
categories = [
    "gui",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mattdef/dampen"
resolver = "2"

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

[[bin]]
name = "dampen"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.clap]
version = "4.0"
features = ["derive"]

[dependencies.dampen-core]
version = "0.3.0"

[dependencies.dampen-iced]
version = "0.3.0"

[dependencies.dampen-macros]
version = "0.3.0"

[dependencies.glob]
version = "0.3"

[dependencies.heck]
version = "0.5"

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

[dependencies.regex]
version = "1.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.4"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.serial_test]
version = "3.0"

[lints.clippy]
dbg_macro = "warn"
expect_used = "deny"
panic = "deny"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unwrap_used = "deny"

[lints.rust]
dead_code = "warn"
unused = "warn"
unused_imports = "warn"
unused_mut = "warn"
unused_variables = "warn"