rustdoc_processor 0.1.1

Compute, cache, index, and query rustdoc JSON documentation
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 = "rustdoc_processor"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compute, cache, index, and query rustdoc JSON documentation"
homepage = "https://github.com/LukeMathWalker/rustdoc-reflection"
readme = "README.md"
keywords = [
    "rustdoc-json",
    "reflection",
    "rustdoc",
]
categories = [
    "development-tools",
    "caching",
]
license = "Apache-2.0"
repository = "https://github.com/LukeMathWalker/rustdoc-reflection"

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

[dependencies.ahash]
version = "0.8"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bincode]
version = "2"
features = ["serde"]

[dependencies.camino]
version = "1"

[dependencies.elsa]
version = "1.11.2"

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

[dependencies.globwalk]
version = "0.9.1"

[dependencies.guppy]
version = "0.17.23"

[dependencies.indexmap]
version = "2"

[dependencies.itertools]
version = "0.14"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.r2d2]
version = "0.8"

[dependencies.r2d2_sqlite]
version = "0.25.0"

[dependencies.rayon]
version = "1.11"

[dependencies.rkyv]
version = "0.8"
features = ["std"]
default-features = false

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

[dependencies.rustc-hash]
version = "2"

[dependencies.rustdoc-types]
version = "0.57.3"
features = [
    "rustc-hash",
    "rkyv_0_8",
]

[dependencies.rustdoc_ext]
version = "0.1.1"

[dependencies.rustdoc_ir]
version = "0.1.1"

[dependencies.semver]
version = "1.0.27"

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

[dependencies.serde_json]
version = "1.0.145"
features = ["unbounded_depth"]

[dependencies.serde_stacker]
version = "0.1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9.10"

[dependencies.tracing]
version = "0.1.44"
default-features = true

[dependencies.tracing_log_error]
version = "0.1"

[dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh64"]

[lints.clippy]
large_enum_variant = "allow"
result_large_err = "allow"