trustfall-rustdoc-adapter 56.2.3

Trustfall query adapter for rustdoc JSON data.
Documentation
[[bench]]
harness = false
name = "indexed_crate"
path = "benches/indexed_crate.rs"

[dependencies.cargo_metadata]
version = "0.23.0"

[dependencies.cargo_toml]
features = ["features"]
version = "0.22.3"

[dependencies.indexmap]
version = "2.11.0"

[dependencies.rayon]
optional = true
version = "1.11.0"

[dependencies.rustc-hash]
optional = true
version = "2.1.1"

[dependencies.rustdoc-types]
version = "0.56.0"

[dependencies.trustfall]
version = "0.8.1"

[dev-dependencies.anyhow]
version = "1.0.99"

[dev-dependencies.criterion]
version = "0.7.0"

[dev-dependencies.itertools]
version = "0.14.0"

[dev-dependencies.maplit]
version = "1.0.2"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dev-dependencies.serde_json]
version = "1.0.143"

[dev-dependencies.similar-asserts]
features = ["serde"]
version = "1.7.0"

[features]
default = []
rayon = ["dep:rayon"]
rustc-hash = ["dep:rustc-hash", "rustdoc-types/rustc-hash"]

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

[lints.clippy]
collapsible_if = "allow"

[package]
authors = ["Predrag Gruevski <obi1kenobi82@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Trustfall query adapter for rustdoc JSON data."
edition = "2024"
license = "Apache-2.0 OR MIT"
name = "trustfall-rustdoc-adapter"
readme = "README.md"
repository = "https://github.com/obi1kenobi/trustfall-rustdoc-adapter"
version = "56.2.3"

[profile.bench]
debug = 1
lto = "thin"