trustfall_rustdoc 0.38.0

Run Trustfall queries across multiple rustdoc JSON format versions.
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 = "trustfall_rustdoc"
version = "0.38.0"
authors = ["Predrag Gruevski <obi1kenobi82@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run Trustfall queries across multiple rustdoc JSON format versions."
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/obi1kenobi/trustfall-rustdoc"

[features]
default = [
    "v56",
    "v57",
]
rayon = [
    "trustfall-rustdoc-adapter-v56?/rayon",
    "trustfall-rustdoc-adapter-v57?/rayon",
]
rustc-hash = [
    "trustfall-rustdoc-adapter-v56?/rustc-hash",
    "trustfall-rustdoc-adapter-v57?/rustc-hash",
]
v56 = ["dep:trustfall-rustdoc-adapter-v56"]
v57 = ["dep:trustfall-rustdoc-adapter-v57"]

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

[dependencies.anyhow]
version = "1.0.99"

[dependencies.cargo_metadata]
version = "0.23.0"

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

[dependencies.serde_json]
version = "1.0.143"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.trustfall]
version = "0.8.1"

[dependencies.trustfall-rustdoc-adapter-v56]
version = ">=56.2.0,<56.3.0"
optional = true
package = "trustfall-rustdoc-adapter"

[dependencies.trustfall-rustdoc-adapter-v57]
version = ">=57.0.0,<57.1.0"
optional = true
package = "trustfall-rustdoc-adapter"

[dependencies.trustfall_core]
version = "0.8.1"