doc-chunks 0.2.2

Clusters of doc comments and dev comments as coherent view.
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 = "2021"
rust-version = "1.57.0"
name = "doc-chunks"
version = "0.2.2"
authors = ["Bernhard Schuster <bernhard@ahoi.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Clusters of doc comments and dev comments as coherent view."
homepage = "https://github.com/drahnr/cargo-spellcheck"
readme = "README.md"
keywords = [
    "documentation",
    "chunks",
    "cluster",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/drahnr/cargo-spellcheck.git"

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

[dependencies.console]
version = "0.15"

[dependencies.fancy-regex]
version = "0.13"

[dependencies.fs-err]
version = "2"

[dependencies.indexmap]
version = "2"
features = [
    "rayon",
    "serde",
]

[dependencies.itertools]
version = "0.12"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.memchr]
version = "2"

[dependencies.proc-macro2]
version = "1"
features = ["span-locations"]

[dependencies.pulldown-cmark]
version = "0.11"

[dependencies.ra_ap_syntax]
version = "0.0.269"

[dependencies.rayon]
version = "1.5"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.syn]
version = "2"
features = ["full"]

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8.2"

[dev-dependencies.assert_matches]
version = "1"

[dev-dependencies.env_logger]
version = "0.11"