wasefire-cli 0.4.0

Wasefire CLI to manage applets and platforms
# 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 = "wasefire-cli"
version = "0.4.0"
authors = ["Julien Cretin <cretin@google.com>"]
build = false
include = [
    "/LICENSE",
    "/src/",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wasefire CLI to manage applets and platforms"
readme = "README.md"
keywords = [
    "cli",
    "embedded",
    "framework",
    "wasm",
]
categories = [
    "command-line-utilities",
    "embedded",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/google/wasefire"

[features]
_dev = []
_prod = []

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

[dependencies.anyhow]
version = "1.0.100"
default-features = false

[dependencies.clap]
version = "4.5.56"
features = [
    "default",
    "derive",
    "env",
]
default-features = false

[dependencies.clap_complete]
version = "4.5.65"
default-features = false

[dependencies.env_logger]
version = "0.11.8"
features = ["default"]
default-features = false

[dependencies.target-triple]
version = "1.0.0"
default-features = false

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "parking_lot",
    "rt",
    "rt-multi-thread",
]
default-features = false

[dependencies.wasefire-cli-tools]
version = "0.4.0"
features = ["action"]

[dependencies.wasefire-one-of]
version = "0.1.2"

[lints.clippy]
mod-module-files = "warn"
uninlined_format_args = "allow"
unit-arg = "allow"

[lints.rust]
unreachable-pub = "warn"
unused-crate-dependencies = "warn"