# 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 = "crate-inspector" version = "0.2.0" authors = ["Shunsuke Shibayama "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to inspect the public APIs of Rust crates" documentation = "https://docs.rs/crate-inspector" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mtshiba/crate-inspector" [lib] name = "crate_inspector" path = "src/lib.rs" [[example]] name = "downcast" path = "examples/downcast.rs" [[example]] name = "items" path = "examples/items.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.rustdoc-json] version = "0.9" [dependencies.rustdoc-types] version = "0.32" [dependencies.serde_json] version = "1.0"