deno_cli_parser 0.3.0

Zero-cost CLI argument parser for the Deno CLI
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"
name = "deno_cli_parser"
version = "0.3.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-cost CLI argument parser for the Deno CLI"
readme = false
license = "MIT"
repository = "https://github.com/denoland/deno"
resolver = "2"

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

[dependencies.deno_bundle_runtime]
version = "0.40.0"

[dependencies.deno_config]
version = "0.103.0"
features = [
    "workspace",
    "workspace",
]

[dependencies.deno_core]
version = "0.406.0"

[dependencies.deno_lib]
version = "0.71.0"

[dependencies.deno_npm_installer]
version = "0.48.0"

[dependencies.deno_runtime]
version = "0.261.0"

[dependencies.deno_semver]
version = "=0.10.0"

[dependencies.log]
version = "0.4.28"
features = ["kv"]

[dependencies.serde]
version = "1.0.149"
features = [
    "derive",
    "derive",
]

[dev-dependencies.pretty_assertions]
version = "=1.4.1"