mq-docs 0.1.15

Documentation generator for mq functions and macros
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 = "mq-docs"
version = "0.1.15"
authors = ["Takahiro Sato <harehare1110@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Documentation generator for mq functions and macros"
homepage = "https://mqlang.org/"
readme = "README.md"
keywords = [
    "markdown",
    "jq",
    "query",
    "mq",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/harehare/mq"

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

[[bin]]
name = "mq-docs"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.itertools]
version = "0.14.0"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.mq-hir]
version = "0.5.28"

[dependencies.mq-lang]
version = "0.5.28"

[dependencies.url]
version = "2.5.8"