mobiler 0.1.0

Mobiler — Rust + Compose mobile framework CLI
# 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.90"
name = "mobiler"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mobiler — Rust + Compose mobile framework CLI"
homepage = "https://github.com/mobiler/mobiler"
readme = "README.md"
keywords = [
    "mobile",
    "android",
    "compose",
    "crux",
    "cross-platform",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mobiler/mobiler"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.include_dir]
version = "0.7"

[dependencies.notify]
version = "8"

[dependencies.notify-debouncer-full]
version = "0.7"

[dependencies.which]
version = "8"

[lints.clippy]
pedantic = "warn"