[package]
edition = "2024"
rust-version = "1.87.0"
name = "wit-bindgen-markdown"
version = "0.53.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Markdown generator for WIT and the component model, typically used
through the `wit-bindgen-cli` crate.
"""
homepage = "https://github.com/bytecodealliance/wit-bindgen"
readme = false
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
repository = "https://github.com/bytecodealliance/wit-bindgen"
resolver = "2"
[lib]
name = "wit_bindgen_markdown"
path = "src/lib.rs"
test = false
doctest = false
[dependencies.anyhow]
version = "1.0.72"
[dependencies.clap]
version = "4.3.19"
features = ["derive"]
optional = true
[dependencies.heck]
version = "0.5"
[dependencies.pulldown-cmark]
version = "0.9"
default-features = false
[dependencies.wit-bindgen-core]
version = "0.53.1"
[lints.clippy]
allow_attributes_without_reason = "warn"
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
uninlined_format_args = "warn"
unnecessary_cast = "warn"
unnecessary_fallible_conversions = "warn"
unnecessary_mut_passed = "warn"
unnecessary_to_owned = "warn"
[lints.clippy.all]
level = "allow"
priority = -1