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 = "dia-args"
version = "0.61.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "..."
readme = false
keywords = [
    "command-line",
    "arguments",
    "parser",
    "no-debts",
]
categories = ["command-line-utilities"]
license = "LGPL-3.0-or-later"

[features]
bin = [
    "debt64",
    "dia-files",
    "dia-time",
    "zeros",
]

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

[[bin]]
name = "dia-args"
path = "src/bin/dia-args/main.rs"
required-features = ["bin"]

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

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

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

[dependencies.debt64]
version = ">= 9, < 10"
features = ["std"]
optional = true

[dependencies.dia-files]
version = ">= 0.24, < 0.25"
optional = true

[dependencies.dia-time]
version = ">= 9, < 10"
features = [
    "libc",
    "std",
]
optional = true

[dependencies.zeros]
version = ">= 20, < 21"
features = ["std"]
optional = true