wasmtime-cli-flags 24.0.6

Exposes common CLI flags used for running Wasmtime
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 = "2021"
name = "wasmtime-cli-flags"
version = "24.0.6"
authors = ["The Wasmtime Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exposes common CLI flags used for running Wasmtime"
documentation = "https://docs.rs/wasmtime-cache/"
readme = false
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"

[features]
async = ["wasmtime/async"]
cache = ["wasmtime/cache"]
component-model = ["wasmtime/component-model"]
coredump = ["wasmtime/coredump"]
cranelift = ["wasmtime/cranelift"]
gc = ["wasmtime/gc"]
logging = [
    "dep:file-per-thread-logger",
    "dep:tracing-subscriber",
]
memory-protection-keys = ["wasmtime/memory-protection-keys"]
parallel-compilation = [
    "wasmtime/parallel-compilation",
    "dep:rayon",
]
pooling-allocator = ["wasmtime/pooling-allocator"]
threads = ["wasmtime/threads"]

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

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

[dependencies.clap]
version = "4.3.12"
features = [
    "std",
    "derive",
]
default-features = false

[dependencies.file-per-thread-logger]
version = "0.2.0"
optional = true

[dependencies.humantime]
version = "2.0.0"

[dependencies.rayon]
version = "1.5.0"
optional = true

[dependencies.tracing-subscriber]
version = "0.3.1"
features = [
    "fmt",
    "env-filter",
    "ansi",
    "tracing-log",
]
optional = true
default-features = false

[dependencies.wasmtime]
version = "24.0.6"
features = ["gc"]
default-features = false

[lints.clippy]
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
unnecessary_to_owned = "warn"

[lints.clippy.all]
level = "allow"
priority = -1

[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"