# 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 = "public-api" version = "0.42.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "List and diff the public API of Rust library crates. Relies on rustdoc JSON output from the nightly toolchain." homepage = "https://github.com/cargo-public-api/cargo-public-api/tree/main/public-api" documentation = "https://docs.rs/public-api" readme = "README.md" keywords = [ "semver", "rustdoc-json", "diff", "cargo", ] license = "MIT" repository = "https://github.com/cargo-public-api/cargo-public-api/tree/main/public-api" [lib] name = "public_api" path = "src/lib.rs" [[example]] name = "diff_public_api" path = "examples/diff_public_api.rs" [[example]] name = "list_public_api" path = "examples/list_public_api.rs" [[test]] name = "public-api-lib-tests" path = "tests/public-api-lib-tests.rs" [dependencies.hashbag] version = "0.1.12" default-features = false [dependencies.rustdoc-types] version = "0.32.2" [dependencies.serde] version = "1.0.179" features = ["derive"] [dependencies.serde_json] version = "1.0.104" features = ["unbounded_depth"] [dependencies.thiserror] version = "2.0.3" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.expect-test] version = "1.5.0" [dev-dependencies.itertools] version = "0.13.0" default-features = false [dev-dependencies.predicates] version = "3.1.2" default-features = false [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.rustdoc-json] version = "0.9.3" [dev-dependencies.tempfile] version = "3.10.1"