[[bin]]
name = "test-silent-build"
path = "src/bin/test-silent-build.rs"
[dependencies.cargo-manifest]
version = "0.19.1"
[dependencies.cargo_metadata]
version = "0.19.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.179"
[dependencies.thiserror]
version = "2.0.3"
[dependencies.toml]
version = "0.8.22"
[dependencies.tracing]
features = ["attributes"]
version = "0.1.41"
[dev-dependencies.assert_cmd]
version = "2.0.17"
[dev-dependencies.predicates]
default-features = false
version = "3.1.3"
[dev-dependencies.tempfile]
version = "3.19.1"
[[example]]
name = "build-rustdoc-json"
path = "examples/build-rustdoc-json.rs"
[lib]
name = "rustdoc_json_stable"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utilities for working with rustdoc JSON."
documentation = "https://docs.rs/rustdoc-json"
edition = "2021"
homepage = "https://github.com/cargo-public-api/cargo-public-api/tree/main/rustdoc-json"
keywords = ["rustdoc-json", "api", "doc"]
license = "MIT"
name = "rustdoc-json-stable"
readme = "README.md"
repository = "https://github.com/cargo-public-api/cargo-public-api/tree/main/rustdoc-json"
version = "0.9.7"
[[test]]
name = "rustdoc-json-lib-tests"
path = "tests/rustdoc-json-lib-tests.rs"