# 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" rust-version = "1.56" name = "local-type-alias" version = "0.1.5" description = "Local type aliases in impl blocks" documentation = "https://docs.rs/local-type-alias" readme = "README.md" keywords = [ "type", "alias", "impl", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/Spartan2909/local-type-alias" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.78" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.51" features = [ "full", "visit-mut", ] [lints.clippy] missing_inline_in_public_items = "warn" module_name_repetitions = "allow" redundant_else = "allow" redundant_pub_crate = "allow" use_self = "allow" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_docs = "warn" unsafe_code = "forbid"