[package]
edition = "2024"
name = "rustdoc-json"
version = "0.9.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for working with rustdoc JSON."
homepage = "https://github.com/cargo-public-api/cargo-public-api/tree/main/rustdoc-json"
documentation = "https://docs.rs/rustdoc-json"
readme = "README.md"
keywords = [
"rustdoc-json",
"api",
"doc",
]
license = "MIT"
repository = "https://github.com/cargo-public-api/cargo-public-api/tree/main/rustdoc-json"
resolver = "2"
[lib]
name = "rustdoc_json"
path = "src/lib.rs"
[[bin]]
name = "test-silent-build"
path = "src/bin/test-silent-build.rs"
[[example]]
name = "build-rustdoc-json"
path = "examples/build-rustdoc-json.rs"
[[test]]
name = "rustdoc-json-lib-tests"
path = "tests/rustdoc-json-lib-tests.rs"
[dependencies.cargo-manifest]
version = "0.20.0"
[dependencies.cargo_metadata]
version = "0.23.1"
[dependencies.serde]
version = "1.0.179"
features = ["derive"]
[dependencies.thiserror]
version = "2.0.3"
[dependencies.toml]
version = "1.0.3"
[dependencies.tracing]
version = "0.1.43"
features = ["attributes"]
[dev-dependencies.assert_cmd]
version = "2.1.1"
[dev-dependencies.predicates]
version = "3.1.4"
default-features = false
[dev-dependencies.tempfile]
version = "3.19.1"