# 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 = "scan-crate-for-typedefs" version = "0.8.1" authors = ["klebs tpk3.mx@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simple crate -- lets us scan crate(s) for locally defined structs, enums, types, fns, and traits" homepage = "https://github.com/klebs6/klebs-general" documentation = "https://docs.rs/scan-crate-for-typedefs" readme = "README.md" keywords = [ "workspace", "crate", "scan", "typedefs", "syntax", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/klebs6/klebs-general" [lib] name = "scan_crate_for_typedefs" path = "src/lib.rs" [[test]] name = "cargo_toml" path = "tests/cargo_toml.rs" [[test]] name = "persist" path = "tests/persist.rs" [[test]] name = "saveload" path = "tests/saveload.rs" [[test]] name = "workspace" path = "tests/workspace.rs" [[test]] name = "workspace_types" path = "tests/workspace_types.rs" [dependencies.delegate] version = "0.10.0" [dependencies.indoc] version = "2.0.3" [dependencies.ra_ap_syntax] version = "0.0.237" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" [dependencies.rustc_lexer] version = "0.10.0" package = "ra-ap-rustc_lexer" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.2" [dependencies.toml] version = "0.5" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "std", ] [dependencies.walkdir] version = "2.4.0"