clap-markdown-generator 0.2.0

Generate Markdown documentation from clap command definitions.
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 = "clap-markdown-generator"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate Markdown documentation from clap command definitions."
homepage = "https://github.com/xelis-project/clap-markdown-generator"
documentation = "https://docs.rs/clap-markdown-generator"
readme = "README.md"
keywords = [
    "clap",
    "markdown",
    "cli",
    "documentation",
]
categories = [
    "command-line-interface",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/xelis-project/clap-markdown-generator"

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

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]