# 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 = "cargo-check-external-types" version = "0.1.13" authors = [ "AWS Rust SDK Team ", "John DiSanti ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Static analysis tool to detect external types exposed in a library's public API." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/awslabs/cargo-check-external-types" [lib] name = "cargo_check_external_types" path = "src/lib.rs" [[bin]] name = "cargo-check-external-types" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.anyhow] version = "1" [dependencies.cargo_metadata] version = "0.18" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.owo-colors] version = "4" features = ["supports-colors"] [dependencies.pest] version = "2" [dependencies.rustdoc-types] version = "0.26.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.wildmatch] version = "2" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.test_bin] version = "0.4"