public_items 0.7.1

List and diff public items (the public API) of Rust library crates. Relies on rustdoc JSON output from the nightly toolchain.
Documentation
[dependencies.rustdoc-types]
version = "0.10.0"

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

[dependencies.serde_json]
version = "1.0.77"

[dependencies.thiserror]
version = "1.0.29"
[dev-dependencies.assert_cmd]
version = "2.0.4"

[dev-dependencies.pretty_assertions]
version = "1.1.0"

[package]
description = "List and diff public items (the public API) of Rust library crates. Relies on rustdoc JSON output from the nightly toolchain."
documentation = "https://docs.rs/public_items"
edition = "2021"
homepage = "https://github.com/Enselic/public_items"
license = "MIT"
name = "public_items"
repository = "https://github.com/Enselic/public_items"
resolver = "2"
version = "0.7.1"