# 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 = "2021" name = "rustdoc-json" version = "0.9.3" build = 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" [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.16.0" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.serde] version = "1.0.179" features = ["derive"] [dependencies.thiserror] version = "1.0.65" [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" features = ["attributes"] [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.expect-test] version = "1.5.0" [dev-dependencies.predicates] version = "3.1.2" default-features = false [dev-dependencies.public-api] version = "0.40.0" [dev-dependencies.tempfile] version = "3.10.1"